You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "wangyum (via GitHub)" <gi...@apache.org> on 2023/05/23 09:10:54 UTC

[GitHub] [spark] wangyum opened a new pull request, #41276: [SPARK-43743][SQL] Port HIVE-12188(DoAs does not work properly in non-kerberos secured HS2)

wangyum opened a new pull request, #41276:
URL: https://github.com/apache/spark/pull/41276

   ### What changes were proposed in this pull request?
   
   This PR port [HIVE-12188](https://issues.apache.org/jira/browse/HIVE-12188)(DoAa does not work properly in non-kerberos secure HS2) to Spark
   
   ### Why are the changes needed?
   
   The case with following settings is valid but it seems still not work correctly in current HS2:
   ```
   hive.server2.authentication=NONE (or LDAP)
   hive.server2.enable.doAs=true
   hive.metastore.sasl.enabled=true (with HMS Kerberos enabled)
   ```
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   Manual test.
   


-- 
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: reviews-unsubscribe@spark.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] dongjoon-hyun closed pull request #41276: [SPARK-43743][SQL] Port HIVE-12188(DoAs does not work properly in non-kerberos secured HS2)

Posted by "dongjoon-hyun (via GitHub)" <gi...@apache.org>.
dongjoon-hyun closed pull request #41276: [SPARK-43743][SQL] Port HIVE-12188(DoAs does not work properly in non-kerberos secured HS2)
URL: https://github.com/apache/spark/pull/41276


-- 
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: reviews-unsubscribe@spark.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] dongjoon-hyun commented on pull request #41276: [SPARK-43743][SQL] Port HIVE-12188(DoAs does not work properly in non-kerberos secured HS2)

Posted by "dongjoon-hyun (via GitHub)" <gi...@apache.org>.
dongjoon-hyun commented on PR #41276:
URL: https://github.com/apache/spark/pull/41276#issuecomment-1559025027

   According to the `Affected Version` of JIRA, I merged to master only. But, I'm also +1 for backporting 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: reviews-unsubscribe@spark.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org