Repository: spark Updated Branches: refs/heads/branch-1.4 c1da5cf02 -> 9f293a9eb
[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 (cherry picked from commit 24e53793b4b100317d59ea16acb42f55d10a9575) Signed-off-by: Tathagata Das <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/9f293a9e Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/9f293a9e Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/9f293a9e Branch: refs/heads/branch-1.4 Commit: 9f293a9eb69d4dac13683edcbd7286a56696cbbb Parents: c1da5cf Author: zsxwing <[email protected]> Authored: Thu Jun 18 16:00:27 2015 -0700 Committer: Tathagata Das <[email protected]> Committed: Thu Jun 18 16:00:42 2015 -0700 ---------------------------------------------------------------------- docs/streaming-flume-integration.md | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/9f293a9e/docs/streaming-flume-integration.md ---------------------------------------------------------------------- diff --git a/docs/streaming-flume-integration.md b/docs/streaming-flume-integration.md index c8ab146..8d6e743 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
