Skip to content

Commit

Permalink
[SPARK-8376] [DOCS] Add common lang3 to the Spark Flume Sink doc
Browse files Browse the repository at this point in the history
Commons Lang 3 has been added as one of the dependencies of Spark Flume Sink since apache#5703. This PR updates the doc for it.

Author: zsxwing <[email protected]>

Closes apache#6829 from zsxwing/flume-sink-dep and squashes the following commits:

f8617f0 [zsxwing] Add common lang3 to the Spark Flume Sink doc
  • Loading branch information
zsxwing authored and tdas committed Jun 18, 2015
1 parent 44c931f commit 24e5379
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/streaming-flume-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 24e5379

Please sign in to comment.