Skip to content
This repository has been archived by the owner on Nov 8, 2018. It is now read-only.

Commit

Permalink
Update workflow notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
Joeri Hermans committed Oct 19, 2016
1 parent 3ab0214 commit 226261b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/workflow.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"# Modify these variables according to your needs.\n",
"application_name = \"Distributed Keras Experimentation\"\n",
"using_spark_2 = False\n",
"yarn = \"p01001532067275.cern.ch:8088\" # Address:port of ResourceManager\n",
"yarn = \"YARN_URI\" # Address:port of ResourceManager\n",
"if not yarn:\n",
" # Tell master to use local resources.\n",
" master = \"local[*]\"\n",
Expand Down

0 comments on commit 226261b

Please sign in to comment.