Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.2.3
-
None
Description
Can't execute a query from the command line without using blur shell. Running:
./blur query tablename query
Produces the following error:
BlurException(message: This command can only be run with a proper jline environment., stackTraceStr:null, errorType:UNKNOWN)
The exception is thrown from QueryCommand.java:96 because there is no jline environment setup when running from the command line.