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

Commit

Permalink
Fix typo in model serving pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Joeri Hermans authored Nov 15, 2016
1 parent 6c5d5a4 commit f31046e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/kafka_spark_high_throughput_ml_pipeline.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
" num_executors = 8\n",
" num_cores = 2\n",
"# Define Kafka specific metrics.\n",
"zk = \"haperf103:2181\"; # ZooKeeper address\n",
"zk = \"zookeeper_host:2181\"; # ZooKeeper address\n",
"topic = \"Machine_Learning\" # Topic name\n",
"consumer_name = \"dist-keras-consumer\" # Consumer identifier\n",
"# Define Spark streaming specific parameters.\n",
Expand Down

0 comments on commit f31046e

Please sign in to comment.