aboutsummaryrefslogtreecommitdiff
path: root/docs/streaming-flume-integration.md
diff options
context:
space:
mode:
authorzsxwing <zsxwing@gmail.com>2015-06-18 16:00:27 -0700
committerTathagata Das <tathagata.das1565@gmail.com>2015-06-18 16:00:27 -0700
commit24e53793b4b100317d59ea16acb42f55d10a9575 (patch)
tree5f3e4c5762192e2c8691252eef6331d706ce4c39 /docs/streaming-flume-integration.md
parent44c931f006194a833f09517c9e35fb3cdf5852b1 (diff)
downloadspark-24e53793b4b100317d59ea16acb42f55d10a9575.tar.gz
spark-24e53793b4b100317d59ea16acb42f55d10a9575.tar.bz2
spark-24e53793b4b100317d59ea16acb42f55d10a9575.zip
[SPARK-8376] [DOCS] Add common lang3 to the Spark Flume Sink doc
Commons Lang 3 has been added as one of the dependencies of Spark Flume Sink since #5703. This PR updates the doc for it. Author: zsxwing <zsxwing@gmail.com> Closes #6829 from zsxwing/flume-sink-dep and squashes the following commits: f8617f0 [zsxwing] Add common lang3 to the Spark Flume Sink doc
Diffstat (limited to 'docs/streaming-flume-integration.md')
-rw-r--r--docs/streaming-flume-integration.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/streaming-flume-integration.md b/docs/streaming-flume-integration.md
index c8ab146bca..8d6e743709 100644
--- a/docs/streaming-flume-integration.md
+++ b/docs/streaming-flume-integration.md
@@ -99,6 +99,12 @@ Configuring Flume on the chosen machine requires the following two steps.
artifactId = scala-library
version = {{site.SCALA_VERSION}}
+ (iii) *Commons Lang 3 JAR*: Download the Commons Lang 3 JAR. It can be found with the following artifact detail (or, [direct link](http://search.maven.org/remotecontent?filepath=org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar)).
+
+ groupId = org.apache.commons
+ artifactId = commons-lang3
+ version = 3.3.2
+
2. **Configuration file**: On that machine, configure Flume agent to send data to an Avro sink by having the following in the configuration file.
agent.sinks = spark