aboutsummaryrefslogtreecommitdiff
path: root/docs/streaming-flume-integration.md
diff options
context:
space:
mode:
authorReynold Xin <rxin@databricks.com>2016-10-18 13:56:35 -0700
committerReynold Xin <rxin@databricks.com>2016-10-18 13:56:35 -0700
commitcd662bc7a2050264f40650442858a85c4827b608 (patch)
tree8031ad577fa05d515d5aa441d44231c16ece8c16 /docs/streaming-flume-integration.md
parentb3130c7b6a1ab4975023f08c3ab02ee8d2c7e995 (diff)
downloadspark-cd662bc7a2050264f40650442858a85c4827b608.tar.gz
spark-cd662bc7a2050264f40650442858a85c4827b608.tar.bz2
spark-cd662bc7a2050264f40650442858a85c4827b608.zip
Revert "[SPARK-17985][CORE] Bump commons-lang3 version to 3.5."
This reverts commit bfe7885aee2f406c1bbde08e30809a0b4bb070d2. The commit caused build failures on Hadoop 2.2 profile: ``` [error] /scratch/rxin/spark/core/src/main/scala/org/apache/spark/util/Utils.scala:1489: value read is not a member of object org.apache.commons.io.IOUtils [error] var numBytes = IOUtils.read(gzInputStream, buf) [error] ^ [error] /scratch/rxin/spark/core/src/main/scala/org/apache/spark/util/Utils.scala:1492: value read is not a member of object org.apache.commons.io.IOUtils [error] numBytes = IOUtils.read(gzInputStream, buf) [error] ^ ```
Diffstat (limited to 'docs/streaming-flume-integration.md')
-rw-r--r--docs/streaming-flume-integration.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/streaming-flume-integration.md b/docs/streaming-flume-integration.md
index a5d36da5b6..767e1f9402 100644
--- a/docs/streaming-flume-integration.md
+++ b/docs/streaming-flume-integration.md
@@ -115,11 +115,11 @@ 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.5/commons-lang3-3.5.jar)).
+ (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.5
+ 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.