zhouyifan279 opened a new issue, #3033: URL: https://github.com/apache/incubator-kyuubi/issues/3033
### 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 bug export KYUUBI_PID_DIR=/path/not/exists ./bin/kyuubi start Got output: ``` Using kyuubi environment file /etc/kyuubi/conf/kyuubi-env.sh to initialize... JAVA_HOME: /Users/zhouyifan/Library/Java/JavaVirtualMachines/temurin-1.8.0_322/Contents/Home KYUUBI_HOME: /bigdata/kyuubi KYUUBI_CONF_DIR: /etc/kyuubi/conf KYUUBI_LOG_DIR: /bigdata/kyuubi/logs KYUUBI_PID_DIR: /tmp/unexisted KYUUBI_WORK_DIR_ROOT: /bigdata/kyuubi/work SPARK_HOME: /bigdata/spark SPARK_CONF_DIR: /etc/spark/conf HADOOP_CONF_DIR: /etc/hadoop/conf zhouyifan does not have 'w' permission to /path/not/exists ``` ### Affects Version(s) master ### Kyuubi Server Log Output ```logtalk Using kyuubi environment file /etc/kyuubi/conf/kyuubi-env.sh to initialize... JAVA_HOME: /Users/zhouyifan/Library/Java/JavaVirtualMachines/temurin-1.8.0_322/Contents/Home KYUUBI_HOME: /bigdata/kyuubi KYUUBI_CONF_DIR: /etc/kyuubi/conf KYUUBI_LOG_DIR: /bigdata/kyuubi/logs KYUUBI_PID_DIR: /tmp/unexisted KYUUBI_WORK_DIR_ROOT: /bigdata/kyuubi/work SPARK_HOME: /bigdata/spark SPARK_CONF_DIR: /etc/spark/conf HADOOP_CONF_DIR: /etc/hadoop/conf zhouyifan does not have 'w' permission to /path/not/exists ``` ``` ### Kyuubi Engine Log Output _No response_ ### Kyuubi Server Configurations _No response_ ### Kyuubi Engine Configurations _No response_ ### 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
