You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2019/11/29 09:31:50 UTC

[GitHub] [incubator-dolphinscheduler] feifanlee opened a new issue #1356: [BUG] Hive-1.1.0-CDH not supported cause missing field 'client_protocol'

feifanlee opened a new issue #1356: [BUG] Hive-1.1.0-CDH not supported cause missing field 'client_protocol'
URL: https://github.com/apache/incubator-dolphinscheduler/issues/1356
 
 
   
   **Describe the bug**
   I tried to connect my CDH hive-1.1.0 but failed with following logs:
   ```
   [ERROR] 2019-11-29 17:01:38.579 org.apache.hive.jdbc.HiveConnection:[600] - Error opening session
   org.apache.thrift.TApplicationException: Required field 'client_protocol' is unset! Struct:TOpenSessionReq(client_protocol:null, configuration:{use:database=default})
   ...
   ...
           at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
           at java.lang.Thread.run(Thread.java:748)
   Caused by: org.apache.thrift.TApplicationException: Required field 'client_protocol' is unset! Struct:TOpenSessionReq(client_protocol:null, configuration:{use:database=default})
           at org.apache.thrift.TApplicationException.read(TApplicationException.java:111)
           at org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:79)
   ...
   ...
   ```
   
   **To Reproduce**
   data source management -> create datasource -> hive/impala -> use my cdh-hive datasource -> test connection
   
   **Expected behavior**
   connection success
   
   **Screenshots**
   
   connection datasource failure
   
   
   **Which version of Dolphin Scheduler:**
    -[1.1.0]
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services