You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@kyuubi.apache.org by GitBox <gi...@apache.org> on 2023/01/13 02:13:27 UTC

[GitHub] [kyuubi] w517424787 opened a new pull request, #4157: 补充python连接kyuubi server信息

w517424787 opened a new pull request, #4157:
URL: https://github.com/apache/kyuubi/pull/4157

   补充pyhive连接kyuubi server时,当hive没做用户验证和权限控制时,不用添加auth='NOSASL'。
   
   另外,补充通过dbapi连接kyuubi server,当hive没做用户验证和权限控制时,需设置auth_mechanism='PLAIN'。


-- 
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: notifications-unsubscribe@kyuubi.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [kyuubi] w517424787 commented on pull request #4157: 补充python连接kyuubi server信息

Posted by GitBox <gi...@apache.org>.
w517424787 commented on PR #4157:
URL: https://github.com/apache/kyuubi/pull/4157#issuecomment-1381279864

   if set `kyuubi.authentication=NOSASL` in kyuubi-default.conf,use `pyhive` connect kyuubi server,the auth need set 'NOSASL'


-- 
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: notifications-unsubscribe@kyuubi.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [kyuubi] w517424787 closed pull request #4157: 补充python连接kyuubi server信息

Posted by GitBox <gi...@apache.org>.
w517424787 closed pull request #4157: 补充python连接kyuubi server信息
URL: https://github.com/apache/kyuubi/pull/4157


-- 
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: notifications-unsubscribe@kyuubi.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [kyuubi] bowenliang123 commented on pull request #4157: 补充python连接kyuubi server信息

Posted by GitBox <gi...@apache.org>.
bowenliang123 commented on PR #4157:
URL: https://github.com/apache/kyuubi/pull/4157#issuecomment-1381254689

   Seems like the suggested `impyla` python package is not part of PyHive and it is a counterpart to PyHive. The necessity should be discussed. 


-- 
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: notifications-unsubscribe@kyuubi.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org