Skip to content

Commit

Permalink
Add common lang3 to the Spark Flume Sink doc
Browse files Browse the repository at this point in the history
  • Loading branch information
zsxwing committed Jun 15, 2015
1 parent 4c5889e commit f8617f0
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 f8617f0

Please sign in to comment.