SananGuliyev opened a new issue #789: URL: https://github.com/apache/submarine/issues/789
I am using ranger 2.1 and spark 3.1. I use (e.g. user: root) spark submit for running HiveThriftServer2. After successful submit I use the beeline to connect to thriftserver but it does not use the user (e.g.user: test) which I connected while making connection with beeline. Expected result: spark security should check permissions for user `test` which I used for beeline connection Actual: spark security is using `root` which I have executed the the spark submit for running thrift server. I can change it with --proxy-user option but it will still use the same user for all connection. -- 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]
