I am trying to use the HBase shell from the Hadoop project (org.apache.hadoop.hbase.Shell) which (currently) uses version 0.9.91 of JLine for command line processing.
When start the shell from a regular Windows console then the shell works fine.
But if I start the shell from Cygwin then nothing happens when I enter anything in the shell - after entering a command in the shell and pressing return nothing happens anymore.
Nobody/Anonymous ( nobody ) - 2007-10-30 10:05:12 PDT
5
Open
None
Nobody/Anonymous
None
None
Public
|
Date: 2010-05-13 07:02:01 PDT There are some tweaks required when running under cygwin. See |
|
Date: 2008-09-30 07:46:23 PDT For a workaround to this problem, set system property "jline.terminal" to |
|
Date: 2008-09-30 07:43:17 PDT Method Terminal.setupTerminal contains a bug, where it compares system |
|
Date: 2008-04-07 07:59:06 PDT
|