Github user srowen commented on the pull request:
https://github.com/apache/spark/pull/157#issuecomment-37783515
FWIW yes the -X options should come first, but they appear to be before -cp
in this patch.
I also agree these are probably rare enough flags to not need code support.
But tiny suggestions anyway: "debugflage" should be "debugflag" and why not
use a boolean (true/false) instead of int (1/0)? Is the intent to support
different debug levels later?
You can also avoid repeating construction of the rest of the command line
by just prepending a Seq debug options if the debug flag is set.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---