GitHub user zjffdu reopened a pull request: https://github.com/apache/zeppelin/pull/1189
ZEPPELIN-1185. ZEPPELIN_INTP_JAVA_OPTS should not use ZEPPELIN_JAVA_OPTS ### What is this PR for? Don't use ZEPPELIN_JAVA_OPTS as the default value of ZEPPELIN_INTP_JAVA_OPTS ### What type of PR is it? Improvement ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-1185 ### How should this be tested? Tested manually. By exporting the following variable, I can debug zeppelin server correctly and remote interpreter process can ran successfully. (Before this PR, the remote interpreter process will fail to launch because it would also listen the same debug port) ``` export ZEPPELIN_JAVA_OPTS="-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5005" ``` You can merge this pull request into a Git repository by running: $ git pull https://github.com/zjffdu/zeppelin ZEPPELIN-1185 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/1189.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 #1189 ---- commit ef5a36097e0b43bb08b0e4a3659e41d849039f34 Author: Jeff Zhang <zjf...@apache.org> Date: 2016-07-15T06:21:21Z ZEPPELIN-1185. ZEPPELIN_INTP_JAVA_OPTS should not use ZEPPELIN_JAVA_OPTS as default value commit e82d88986e2ff7cddec0cb2c28f0f874dd07ad83 Author: Jeff Zhang <zjf...@apache.org> Date: 2016-07-26T01:14:24Z add migration doc commit 3ff5561e4fde109e40e28faee41711e960803586 Author: Jeff Zhang <zjf...@apache.org> Date: 2016-07-26T03:07:49Z update doc format commit 9e48ad75c64b1efa4ad310e44dbfa48e225efab0 Author: Jeff Zhang <zjf...@apache.org> Date: 2016-08-04T10:16:56Z change for windows ---- --- 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. ---