Modified the default value of "spark.executor.memory"

This commit is contained in:
Kousuke Saruta 2016-08-04 16:06:49 +09:00
parent 1d0028bfec
commit bd58d8f380
2 changed files with 3 additions and 3 deletions

View file

@ -79,7 +79,7 @@ You can also set other Spark properties which are not listed in the table. For a
</tr>
<tr>
<td>spark.executor.memory </td>
<td>512m</td>
<td>1g</td>
<td>Executor memory per worker instance. <br/> ex) 512m, 32g</td>
</tr>
<tr>

View file

@ -75,7 +75,7 @@ The role of registered interpreters, settings and interpreters group are describ
"className": "org.apache.zeppelin.spark.SparkInterpreter",
"properties": {
"spark.executor.memory": {
"defaultValue": "512m",
"defaultValue": "1g",
"description": "Executor memory per worker instance. ex) 512m, 32g"
},
"spark.cores.max": {
@ -154,7 +154,7 @@ The role of registered interpreters, settings and interpreters group are describ
"group": "spark",
"properties": {
"spark.cores.max": "",
"spark.executor.memory": "512m",
"spark.executor.memory": "1g",
},
"interpreterGroup": [
{