Skip to content

Commit

Permalink
Fix init_spark_on_yarn num_executors typo (intel-analytics#3308)
Browse files Browse the repository at this point in the history
  • Loading branch information
hkvision committed Jan 4, 2021
1 parent ee62f71 commit 8f396d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/ray/parameter_server/sharded_parameter_server.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
" sc = init_spark_on_yarn(\n",
" hadoop_conf=hadoop_conf_dir,\n",
" conda_name=os.environ.get(\"ZOO_CONDA_NAME\", \"zoo\"), # The name of the created conda-env\n",
" num_executor=2,\n",
" num_executors=2,\n",
" executor_cores=4,\n",
" executor_memory=\"2g\",\n",
" driver_memory=\"2g\",\n",
Expand Down Expand Up @@ -387,4 +387,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}

0 comments on commit 8f396d6

Please sign in to comment.