We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
spark args with spaces in them are not handled properly:
$ bin/adam-submit --conf "spark.driver.extraJavaOptions=-XX:+PrintGCDetails -XX:+PrintGCTimeStamps -verbose:gc" -- flagstat adam-core/src/test/resources/small.sam Using ADAM_MAIN=org.bdgenomics.adam.cli.ADAMMain Using SPARK_SUBMIT=/Users/ryan/sparks/spark-1.6.0-bin-hadoop2.6/bin/spark-submit Error: Unrecognized option: -XX:+PrintGCTimeStamps Usage: spark-submit [options] <app jar | python file> [app arguments] Usage: spark-submit --kill [submission ID] --master [spark://...] Usage: spark-submit --status [submission ID] --master [spark://...] Options: …
PR incoming imminently
The text was updated successfully, but these errors were encountered:
Fixed in commit 5d3cdb7
Sorry, something went wrong.
ryan-williams
Successfully merging a pull request may close this issue.
spark args with spaces in them are not handled properly:
PR incoming imminently
The text was updated successfully, but these errors were encountered: