Skip to content

Commit 24e5379

Browse files
zsxwingtdas
authored andcommitted
[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 <[email protected]> Closes #6829 from zsxwing/flume-sink-dep and squashes the following commits: f8617f0 [zsxwing] Add common lang3 to the Spark Flume Sink doc
1 parent 44c931f commit 24e5379

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/streaming-flume-integration.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,12 @@ Configuring Flume on the chosen machine requires the following two steps.
9999
artifactId = scala-library
100100
version = {{site.SCALA_VERSION}}
101101

102+
(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)).
103+
104+
groupId = org.apache.commons
105+
artifactId = commons-lang3
106+
version = 3.3.2
107+
102108
2. **Configuration file**: On that machine, configure Flume agent to send data to an Avro sink by having the following in the configuration file.
103109

104110
agent.sinks = spark

0 commit comments

Comments
 (0)