Ask a Question
Ask Question Login
Corporate Training
  1. Community
  2. Pallavi Patil

Pallavi Patil

Community Learner
Active in: Devops Salesforce
Share
1Questions
2Answers
1.2KViews on questions

How to set Master address for Spark examples from command line

One approach to resolve your errors is that you can set the Spark master from the command-line by adding the JVM parameter: -Dspark.master=spark://myhost:7077Also, if you want to get this done from code you can use .setMaster(...) when creating the SparkConf: val conf = new SparkConf().setAppName("Simple Application")…

Devops

Answered Jul 1, 2021 · 1.2K Views Read answer →

More members from the DevOps community

Learners asking and answering questions on the same topics — follow their questions and join in.

Latest DevOps Blogs

Guides, tips and career advice on DevOps from JanBask experts.

Learn & Explore

Free tutorials and interview questions from industry experts — learn the skill, then get ready to prove it.