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

[GitHub] [superset] s-luping opened a new pull request, #20219: update hive.mdx

s-luping opened a new pull request, #20219:
URL: https://github.com/apache/superset/pull/20219

   many people Configure a password ,should tall people how to connect with password
   
   <!---
   Please write the PR title following the conventions at https://www.conventionalcommits.org/en/v1.0.0/
   Example:
   fix(dashboard): load charts correctly
   -->
   
   ### SUMMARY
   <!--- Describe the change below, including rationale and design decisions -->
   
   ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
   <!--- Skip this if not applicable -->
   
   ### TESTING INSTRUCTIONS
   <!--- Required! What steps can be taken to manually verify the changes? -->
   
   ### ADDITIONAL INFORMATION
   <!--- Check any relevant boxes with "x" -->
   <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue -->
   - [ ] Has associated issue:
   - [ ] Required feature flags:
   - [ ] Changes UI
   - [ ] Includes DB Migration (follow approval process in [SIP-59](https://github.com/apache/superset/issues/13351))
     - [ ] Migration is atomic, supports rollback & is backwards-compatible
     - [ ] Confirm DB migration upgrade and downgrade tested
     - [ ] Runtime estimates and downtime expectations provided
   - [ ] Introduces new feature or API
   - [ ] Removes existing feature or API
   


-- 
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@superset.apache.org

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


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


[GitHub] [superset] s-luping closed pull request #20219: update hive.mdx

Posted by GitBox <gi...@apache.org>.
s-luping closed pull request #20219: update  hive.mdx
URL: https://github.com/apache/superset/pull/20219


-- 
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@superset.apache.org

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


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


[GitHub] [superset] s-luping commented on a diff in pull request #20219: update hive.mdx

Posted by GitBox <gi...@apache.org>.
s-luping commented on code in PR #20219:
URL: https://github.com/apache/superset/pull/20219#discussion_r885726384


##########
docs/docs/databases/hive.mdx:
##########
@@ -12,5 +12,5 @@ The [pyhive](https://pypi.org/project/PyHive/) library is the recommended way to
 The expected connection string is formatted as follows:
 
 ```
-hive://hive@{hostname}:{port}/{database}
+hive://hive@{hostname}:{port}/{database}?auth={NONE/LDAP/KERBEROS}

Review Comment:
   > 我认为不同的身份验证应该在SQLAlchemy中使用引擎参数而不是URI。例如,[pyhive](https://github.com/dropbox/PyHive#passing-session-configuration) manual。
   > 
   > ![图像](https://user-images.githubusercontent.com/2016594/171184793-d5408601-7935-4c32-87c8-3ca22408a8f0.png)
   
   Thank you for your answer. For me, as a newly graduated student on the road, my understanding of some knowledge is not comprehensive enough. Your answer let me have a new understanding of this



-- 
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@superset.apache.org

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


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


[GitHub] [superset] s-luping commented on a diff in pull request #20219: update hive.mdx

Posted by GitBox <gi...@apache.org>.
s-luping commented on code in PR #20219:
URL: https://github.com/apache/superset/pull/20219#discussion_r885733414


##########
docs/docs/databases/hive.mdx:
##########
@@ -12,5 +12,5 @@ The [pyhive](https://pypi.org/project/PyHive/) library is the recommended way to
 The expected connection string is formatted as follows:
 
 ```
-hive://hive@{hostname}:{port}/{database}
+hive://hive@{hostname}:{port}/{database}?auth={NONE/LDAP/KERBEROS}

Review Comment:
   > 万丈高楼平地起. You are welcome!
   
   感谢指导!哈哈哈



-- 
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@superset.apache.org

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


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


[GitHub] [superset] s-luping commented on pull request #20219: update hive.mdx

Posted by GitBox <gi...@apache.org>.
s-luping commented on PR #20219:
URL: https://github.com/apache/superset/pull/20219#issuecomment-1140415119

   As far as I know many people have a password configured but do not know how to choose when connecting


-- 
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@superset.apache.org

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


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


[GitHub] [superset] zhaoyongjie commented on a diff in pull request #20219: update hive.mdx

Posted by GitBox <gi...@apache.org>.
zhaoyongjie commented on code in PR #20219:
URL: https://github.com/apache/superset/pull/20219#discussion_r885639776


##########
docs/docs/databases/hive.mdx:
##########
@@ -12,5 +12,5 @@ The [pyhive](https://pypi.org/project/PyHive/) library is the recommended way to
 The expected connection string is formatted as follows:
 
 ```
-hive://hive@{hostname}:{port}/{database}
+hive://hive@{hostname}:{port}/{database}?auth={NONE/LDAP/KERBEROS}

Review Comment:
   I think that the different auth should use engine parameters rather than URI in SQLAlchemy. for example, [pyhive](https://github.com/dropbox/PyHive#passing-session-configuration) manual.
   
   ![image](https://user-images.githubusercontent.com/2016594/171184793-d5408601-7935-4c32-87c8-3ca22408a8f0.png)
   



-- 
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@superset.apache.org

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


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


[GitHub] [superset] zhaoyongjie commented on a diff in pull request #20219: update hive.mdx

Posted by GitBox <gi...@apache.org>.
zhaoyongjie commented on code in PR #20219:
URL: https://github.com/apache/superset/pull/20219#discussion_r885728981


##########
docs/docs/databases/hive.mdx:
##########
@@ -12,5 +12,5 @@ The [pyhive](https://pypi.org/project/PyHive/) library is the recommended way to
 The expected connection string is formatted as follows:
 
 ```
-hive://hive@{hostname}:{port}/{database}
+hive://hive@{hostname}:{port}/{database}?auth={NONE/LDAP/KERBEROS}

Review Comment:
   万丈高楼平地起. You are welcome!



-- 
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@superset.apache.org

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


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