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
415b58d5
Commit
415b58d5
authored
Nov 22, 2017
by
Daniele Venzano
Browse files
Fix manifest fir parameter limits
parent
7f93d95f
Pipeline
#4752
passed with stages
in 1 minute and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
manifest.json
View file @
415b58d5
...
...
@@ -21,7 +21,10 @@
"readable_name"
:
"Executor memory (bytes)"
,
"description"
:
"Executor memory, must be less than the worker memory limit"
,
"type"
:
"int"
,
"default"
:
11274289152
"default"
:
11274289152
,
"min"
:
536870912
,
"max"
:
68719476736
,
"step"
:
536870912
},
{
"kind"
:
"environment"
,
...
...
@@ -29,7 +32,10 @@
"readable_name"
:
"Spark driver memory (bytes)"
,
"description"
:
"Driver memory, must be less than the memory limit for the jupyter service"
,
"type"
:
"int"
,
"default"
:
2147483648
"default"
:
2147483648
,
"min"
:
536870912
,
"max"
:
68719476736
,
"step"
:
536870912
},
{
"kind"
:
"environment"
,
...
...
@@ -37,7 +43,10 @@
"readable_name"
:
"Spark worker memory (bytes)"
,
"description"
:
"Worker memory, must be less than the memory limit for the worker service"
,
"type"
:
"int"
,
"default"
:
11274289152
"default"
:
11274289152
,
"min"
:
536870912
,
"max"
:
68719476736
,
"step"
:
536870912
},
{
"kind"
:
"environment"
,
...
...
@@ -45,7 +54,10 @@
"readable_name"
:
"Spark worker cores"
,
"description"
:
"Number of cores each worker has access to, must be equal to the core limit for the worker service"
,
"type"
:
"int"
,
"default"
:
6
"default"
:
6
,
"min"
:
1
,
"max"
:
16
,
"step"
:
1
}
]
},
...
...
@@ -77,7 +89,10 @@
"readable_name"
:
"Executor memory (bytes)"
,
"description"
:
"Executor memory, must be less than the worker memory limit"
,
"type"
:
"int"
,
"default"
:
11274289152
"default"
:
11274289152
,
"min"
:
536870912
,
"max"
:
68719476736
,
"step"
:
536870912
},
{
"kind"
:
"environment"
,
...
...
@@ -85,7 +100,10 @@
"readable_name"
:
"Spark driver memory (bytes)"
,
"description"
:
"Driver memory, must be less than the memory limit for the submit service"
,
"type"
:
"int"
,
"default"
:
2147483648
"default"
:
2147483648
,
"min"
:
536870912
,
"max"
:
68719476736
,
"step"
:
536870912
},
{
"kind"
:
"environment"
,
...
...
@@ -93,7 +111,10 @@
"readable_name"
:
"Spark worker memory (bytes)"
,
"description"
:
"Worker memory, must be less than the memory limit for the worker service"
,
"type"
:
"int"
,
"default"
:
11274289152
"default"
:
11274289152
,
"min"
:
536870912
,
"max"
:
68719476736
,
"step"
:
536870912
},
{
"kind"
:
"environment"
,
...
...
@@ -101,7 +122,10 @@
"readable_name"
:
"Spark worker cores"
,
"description"
:
"Number of cores each worker has access to, must be equal to the core limit for the worker service"
,
"type"
:
"int"
,
"default"
:
6
"default"
:
6
,
"min"
:
1
,
"max"
:
16
,
"step"
:
1
}
]
}
...
...
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