impala-java-client icon indicating copy to clipboard operation
impala-java-client copied to clipboard

BeeswaxException(message:Error: Error: could not match input, log_context:, handle:QueryHandle(id:, log_context:), errorCode:0, SQLState:42000)

Open vaibhavjavadekar opened this issue 11 years ago • 1 comments

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) at com.cloudera.beeswax.api.BeeswaxService$query_result.read(Unknown Source) at org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:78) at com.cloudera.beeswax.api.BeeswaxService$Client.recv_query(Unknown Source) at com.cloudera.beeswax.api.BeeswaxService$Client.query(Unknown Source)

vaibhavjavadekar avatar Jan 02 '14 14:01 vaibhavjavadekar

I could overcome this issue. I could fetch the results now.

But how should I execute Create Table command using this library. Can you please specify the document or the steps for this ?

vaibhavjavadekar avatar Jan 03 '14 05:01 vaibhavjavadekar