Brian London created SPARK-12786:
------------------------------------
Summary: Actor demo does not work as a demo
Key: SPARK-12786
URL: https://issues.apache.org/jira/browse/SPARK-12786
Project: Spark
Issue Type: Documentation
Components: Streaming
Affects Versions: 1.6.0, 1.5.2
Reporter: Brian London
Priority: Minor
The ActorWordCount demo doesn't show how to set up an actor based dstream in a
way that can be used.
The demo relies on the {{AkkaUtils}} object, which is marked private[spark].
Thus the code presented will not compile unless users declare their code to be
in the org.apache.spark package.
Demo is located at
https://github.com/apache/spark/blob/master/examples/src/main/scala/org/apache/spark/examples/streaming/ActorWordCount.scala
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]