Repository: spark Updated Branches: refs/heads/master 1d9120201 -> 242be7dae
[SPARK-11910][STREAMING][DOCS] Update twitter4j dependency version Author: Luciano Resende <[email protected]> Closes #9892 from lresende/SPARK-11910. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/242be7da Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/242be7da Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/242be7da Branch: refs/heads/master Commit: 242be7daed9b01d19794bb2cf1ac421fe5ab7262 Parents: 1d91202 Author: Luciano Resende <[email protected]> Authored: Mon Nov 23 13:46:34 2015 -0800 Committer: Josh Rosen <[email protected]> Committed: Mon Nov 23 13:46:34 2015 -0800 ---------------------------------------------------------------------- docs/streaming-programming-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/242be7da/docs/streaming-programming-guide.md ---------------------------------------------------------------------- diff --git a/docs/streaming-programming-guide.md b/docs/streaming-programming-guide.md index 96b36b7..ed6b28c 100644 --- a/docs/streaming-programming-guide.md +++ b/docs/streaming-programming-guide.md @@ -723,7 +723,7 @@ Some of these advanced sources are as follows. - **Kinesis:** Spark Streaming {{site.SPARK_VERSION_SHORT}} is compatible with Kinesis Client Library 1.2.1. See the [Kinesis Integration Guide](streaming-kinesis-integration.html) for more details. -- **Twitter:** Spark Streaming's TwitterUtils uses Twitter4j 3.0.3 to get the public stream of tweets using +- **Twitter:** Spark Streaming's TwitterUtils uses Twitter4j to get the public stream of tweets using [Twitter's Streaming API](https://dev.twitter.com/docs/streaming-apis). Authentication information can be provided by any of the [methods](http://twitter4j.org/en/configuration.html) supported by Twitter4J library. You can either get the public stream, or get the filtered stream based on a --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
