jhl8109 commented on code in PR #4797: URL: https://github.com/apache/zeppelin/pull/4797#discussion_r1740942395
########## zeppelin-interpreter/src/main/thrift/genthrift.sh: ########## @@ -17,176 +17,25 @@ # * limitations under the License. # */ +# Determine the base directory dynamically (directory where the script is located) +THRIFT_EXEC="$(dirname "$(realpath "$0")")" Review Comment: @pan3793 It seems feasible to implement the configuration to operate independently of the working directory using THRIFT_EXEC="$(dirname "$(realpath "$0")")". This approach allows for determining the location of the thrift script file itself and executing the thrift operations from that location. -- 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]
