zhouyifan279 opened a new issue #1731: URL: https://github.com/apache/incubator-kyuubi/issues/1731
### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) ### Search before asking - [X] I have searched in the [issues](https://github.com/apache/incubator-kyuubi/issues?q=is%3Aissue) and found no similar issues. ### Describe the feature Kyuubi server should not fail to start when Hadoop FileSystem class not foun ### Motivation User may set `fs.defaultFS` to other Hadoop-compatible FileSystem, such as Alluxio, in `core-site.xml`. As alluxio dependencies is not included in kyuubi, Kyuubi fails to start at the initialization of `HadoopCredentialsManager`. Kyuubi should tolerate such situation. ### Describe the solution Print warning message about missing Hadoop FileSystem class and continue to boot. ### Additional context _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! -- 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]
