commit | e15c76cc07a9b1eae02c4ff263a48471c3a2b07b | [log] [tgz] |
---|---|---|
author | Prabhjyot Singh <prabhjyotsingh@gmail.com> | Tue Sep 05 23:20:15 2017 +0530 |
committer | Prabhjyot Singh <prabhjyotsingh@gmail.com> | Wed Sep 06 16:36:21 2017 +0530 |
tree | 67ac286aa2705f3bb670fe54505b041fbbcd2b79 | |
parent | 68190f95857a6a756d925db223e36bf1b0f00041 [diff] |
[ZEPPELIN-2903] Make setting of working directory to user-home optional for shell interpreter ### 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: 9934df52a [Prabhjyot Singh] add doc for shell.working.directory.user.home 9164ed2c0 [Prabhjyot Singh] Make setting of working directory to user-home optional for shell interpreter (cherry picked from commit 629e21769e2bda6c3e8d86f650f1ee99e68d917b) Signed-off-by: Prabhjyot Singh <prabhjyotsingh@gmail.com>
Documentation: User Guide
Mailing Lists: User and Dev mailing list
Continuous Integration:
Contributing: Contribution Guide
Issue Tracker: Jira
License: Apache 2.0
Zeppelin, a web-based notebook that enables interactive data analytics. You can make beautiful data-driven, interactive and collaborative documents with SQL, Scala and more.
Core feature:
To know more about Zeppelin, visit our web site http://zeppelin.apache.org
Please go to install to install Apache Zeppelin from binary package.
Please check Build from source to build Zeppelin from source.