Emor-nj commented on PR #5988:
URL: https://github.com/apache/kyuubi/pull/5988#issuecomment-1895344943

   > I checked Spark's scripts, let's simply use this pattern
   > 
   > ```
   > if [ -z "${KYUUBI_HOME}" ]; then
   >   KYUUBI_HOME="$(cd "`dirname "$0"`"/..; pwd)"
   > fi
   > ```
   
   Is the intention to maintain consistency with Spark by prioritizing the use 
of environment variables rather than directly obtaining the absolute path?


-- 
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