impala-java-client
impala-java-client copied to clipboard
Java client to connect directly to Impala using thrift
I'm unable to build this project, I'm getting: `[INFO] ------------------------------------------------------------------------ [INFO] Building impala-client 1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-thrift-plugin:0.1.11:compile (thrift-sources) @ impala-client --- [ERROR] thrift failed output: [ERROR] thrift...
I have thrift.exe, correct version, and define in maven thrift plugin. On running mvn clean compile, the file ".#cli_service.thrift" cause thrift.exe throw exception. When I rename it to ".#cli_service.thrift.bak", compiling...
I don't know if it is really an issue or is just configuration options, but i can not retrieve more than 1024 rows for impala querys. If i execute the...
I tried to run the ImpalaConnectTest class, but it gives the below error. BeeswaxException(message:Error: Error: could not match input, log_context:, handle:QueryHandle(id:, log_context:), errorCode:0, SQLState:42000) at com.cloudera.beeswax.api.BeeswaxService$query_result$query_resultStandardScheme.read(Unknown Source) at com.cloudera.beeswax.api.BeeswaxService$query_result$query_resultStandardScheme.read(Unknown Source)...