mrtisttt commented on PR #5653:
URL: https://github.com/apache/kyuubi/pull/5653#issuecomment-1805339238

   > @mrtisttt thanks for making this PR, for consistent perspective, I think 
we should name it with `kyuubi.session.proxy.user`
   > 
   > currently, Kyuubi uses
   > 
   >     * `kyuubi.session.real.user` to represent the user who provides the 
credential for authentication
   > 
   >     * `hive.server2.proxy.user` to represent who the real user wants to 
impersonate
   > 
   >     * `kyuubi.session.user` to represent the final user for authorization
   > 
   > 
   > For the API side, I think we should shorten the name to `proxyUser`, but 
allow using `kyuubi.session.proxy.user` in `conf: Map<String, String>`
   > 
   > Just something like `spark-submit`
   > 
   > ```
   > spark-submit --driver-memory=2g
   > spark-submit --conf spark.driver.memory=2g
   > ```
   
   @pan3793 Hi, Pan. Regarding simplifying the API on the client side, I think 
I should have misunderstood before, but now I understand what you mean. But I 
have another question. When implementing it in beeline in the future, at the 
API level, does it also need to simplify the name to proxyUser instead of 
`kyuubi.session.proxy.user`?


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to