GitHub user AhyoungRyu opened a pull request: https://github.com/apache/incubator-zeppelin/pull/769
Fix interpreter.sh to get Spark interpreter log file ### What is this PR for? Currently, if users set their own `SPARK_HOME`, they can not get `zeppelin-interpreter-spark-xxxx.log` file. This PR is for fixing this issue. (This issue is reported by @weipuz) ### What type of PR is it? Hot Fix ### Todos ### What is the Jira issue? None ### How should this be tested? After applying this PR, 1. Set your own `SPARK_HOME`. 2. Run `sc.version`(or whatever you want) with Spark interpreter. 3. Check under your `ZEPPELIN_HOME/logs/` directory, then you can find `zeppelin-interpreter-spark-xxx.log` file. ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No You can merge this pull request into a Git repository by running: $ git pull https://github.com/AhyoungRyu/incubator-zeppelin fix-spark-log Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-zeppelin/pull/769.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #769 ---- commit 8564f8c3f684e760ff7ad57e4a504e037dfb877e Author: AhyoungRyu <fbdkdu...@hanmail.net> Date: 2016-03-09T04:33:30Z Fix interpreter.sh to get Spark interpreter log ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---