mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
### What is this PR for? With ZEPPELIN-2841, it had changed the default working directory of Shell Interpreter from the relative path where Zeppelin is running to user-home. This is to make the configuration optional. ### What type of PR is it? [Improvement] ### What is the Jira issue? * https://issues.apache.org/jira/browse/ZEPPELIN-2903 ### How should this be tested? by default when the user runs shell interpreter and executes `pwd` will the path where Zeppelin server is running, but when `shell.working.directory.user.home` is set to true in Zeppelin's interpreter setting, it will point to the user's home directory by which the interpreter is running. Author: Prabhjyot Singh <prabhjyotsingh@gmail.com> Closes #2566 from prabhjyotsingh/ZEPPELIN-2903 and squashes the following commits: |
||
|---|---|---|
| .. | ||
| src | ||
| pom.xml | ||