You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/01/07 03:22:54 UTC

[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #7868: [Bug] [DataSource] Add hive datasource failed

github-actions[bot] commented on issue #7868:
URL: https://github.com/apache/dolphinscheduler/issues/7868#issuecomment-1007110697


   ### Search before asking
   
   -[X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What happened
   
   Version 2.0.2 adds the hive data source. If the hive server version is 2.x.x, it can be added successfully, but the connection to the 3.x.x version of hive is unsuccessful, and the hive cluster does not enable kerberos. The specific errors are as follows
   ![image](https://user-images.githubusercontent.com/26760483/148482116-2cc24b1f-833f-4009-b2f7-f6fa8ecfcd14.png)
   Corresponding log:
   ![image](https://user-images.githubusercontent.com/26760483/148482860-ea89935b-78c7-441e-9a37-f8c9dadbba7b.png)
   ![image](https://user-images.githubusercontent.com/26760483/148482915-3b1216dc-fec6-4ad8-95dc-5bb9505e998e.png)
    If you add the {"auth":"noSasl"} parameter, another error is reported:
   ![image](https://user-images.githubusercontent.com/26760483/148485734-f98e89e9-cb04-4223-b6a7-fa1f2e6f345e.png)
   
   Connect to hive3 in version 2.0.0, add {"auth":"noSasl"} to connect successfully
   
   
   @SbloodyS Last time you said that you solved this problem, please help to see what's going on. Thank you
   
   ### What you expected to happen
   
   add new hive datasource success.
   
   ### How to reproduce
   
   add new hive datasource success.
   
   ### Anything else
   
   The bug occurred in 2.0.2 release, and there was no problem with 2.0 release
   
   ### Version
   
   dev
   
   ### Are you willing to submit PR?
   
   -[] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   -[X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org