pri1712 opened a new pull request, #18508: URL: https://github.com/apache/pinot/pull/18508
**Summary:** This PR introduces a way for users to permit Pinot to access their HDFS storage without authentication. **Changes introduced:** Added two new config parameters: - `hadoop.allow.insecure` : If this is true, the plugin initializes a RemoteUser (with below username) and sets it as the global login user for the JVM. This allows Pinot to interact with HDFS clusters that do not have Kerberos enabled or require a specific proxy user identity. **This defaults to false.** - `hadoop.user.name` : Global hadoop level username that will be set in case the above config is set to true. **Scope:** It is intended for environments where the Pinot process acts as a single HDFS identity. Added a test to validate the above code changes. -- 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]
