GitHub user baishuo opened a pull request: https://github.com/apache/spark/pull/157
Update CommandUtils.scala enable the user can do remote-debugging on the ExcutorRunner Process. we need one flag to enable this function: spark.excutor.debug, an other flag spark.excutor.debug.port to set the port. at normal time, the function is off if we want do remote-debugggingï¼weshould use -Dspark.excutor.debug=1 as jvm arguments when we start worker process You can merge this pull request into a Git repository by running: $ git pull https://github.com/baishuo/spark master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/157.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 #157 ---- commit e9d7fb71dde9c8a266fd2accfc01663b0a2306b9 Author: baishuo(ç½ç¡) <vc_j...@hotmail.com> Date: 2014-03-16T14:41:49Z Update CommandUtils.scala ---- --- 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. ---