Skip to content

Conversation

@Leemoonsoo
Copy link
Contributor

#235 Introduces new way of passing configuration parameter to spark.

However, it overrides parameters that defined in old way.
ie. if user sets spark parameter in environment variable, like export ZEPPELIN_JAVA_OPTS=-Dspark.cores.max=10 it's simply ignored.

To minimize user experience changes, this PR now reads those old settings and uses it as a default value of new parameter setting, for next three parameters

"spark.master", "spark.executor.memory", "spark.cores.max"

@Leemoonsoo
Copy link
Contributor Author

Ready to be merged

@swkimme
Copy link
Contributor

swkimme commented Jan 28, 2015

Great! let me test it

@swkimme
Copy link
Contributor

swkimme commented Jan 28, 2015

Works great!

Leemoonsoo added a commit that referenced this pull request Jan 29, 2015
Improve spark interpreter parameter handling
@Leemoonsoo Leemoonsoo merged commit 24c8612 into master Jan 29, 2015
@Leemoonsoo Leemoonsoo deleted the improve/spark_param_handling branch January 29, 2015 05:12
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

Successfully merging this pull request may close these issues.

3 participants