Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created 03-18-2020 06:46 AM
Hi All,
I have implement almost 300 lines of hive query. The query template is as below.
My observation is that it works without giving any error in apache zeppeline. But when i trying to execute it through beeline it's failing with transport exception response code 500.
Other observation,when i remove few number of columns from select query in that also it works fine.
I do not understand why query is failing ?
I need to know the reason behind failure?
Thanks in advance
Created 03-19-2020 03:18 AM
Initially , My query was not converted in one line.Due to which i was facing syntax error in beeline itself.
I converted complete big query into one line and working now.
Created 03-18-2020 04:01 PM
Created 03-18-2020 11:02 PM
Thanks for your reply. I am getting below error in hiveserver log.
10:20:02 START Executing current statement for: 'SCIP_Test_Env' [Hive]
10:20:03 FAILED [SELECT - 0 rows, 0.574 secs] [Code: 0, SQL State: 08S01] org.apache.hive.org.apache.thrift.transport.TTransportException: HTTP Response code: 500
Created 03-19-2020 03:18 AM
Initially , My query was not converted in one line.Due to which i was facing syntax error in beeline itself.
I converted complete big query into one line and working now.