Skip to content
New issue

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 run parameters #14

Open
ravi5237 opened this issue Nov 23, 2017 · 1 comment
Open

Spark run parameters #14

ravi5237 opened this issue Nov 23, 2017 · 1 comment

Comments

@ravi5237
Copy link

Can I pass parameters as a to file to spark-submit ?

Spark

Actual

spark-submit --master local[4] --class sample D:\SparkScalaIntelJ\ScalaProg\target\scala-2.10\store_rss_rss_2.10-1.0.jar

Expected

spark-submit <.parameter.conf> {this is how needed}

parameter.conf

--master local[4]
--class sample
D:\SparkScalaIntelJ\ScalaProg\target\scala-2.10\store_rss_rss_2.10-1.0.jar

Please let me know if you need more information.

@kennethlimcp
Copy link
Contributor

This is not the correct Spark that you are looking for.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants