Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
zoe-apps
zapp-spark
Commits
a8f7bda7
Commit
a8f7bda7
authored
Sep 14, 2017
by
Daniele Venzano
Browse files
Fix SPARK_MASTER_IP variable in json description
parent
8663b46f
Pipeline
#4523
passed with stages
in 2 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gen_json.py
View file @
a8f7bda7
...
...
@@ -230,7 +230,7 @@ def spark_submit_service(mem_limit, worker_mem_limit, hdfs_namenode, command):
},
'ports'
:
[],
'environment'
:
[
[
"SPARK_MASTER"
,
"
spark://
{dns_name#spark-master0}
:7077
"
],
[
"SPARK_MASTER
_IP
"
,
"{dns_name#spark-master0}"
],
[
"SPARK_EXECUTOR_RAM"
,
str
(
executor_ram
)],
[
"SPARK_DRIVER_RAM"
,
str
(
driver_ram
)],
[
"HADOOP_USER_NAME"
,
"{user_name}"
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment