aboutsummaryrefslogtreecommitdiff
path: root/docs/streaming-flume-integration.md
diff options
context:
space:
mode:
authorTakuya UESHIN <ueshin@happy-camper.st>2016-10-18 13:36:00 -0700
committerReynold Xin <rxin@databricks.com>2016-10-18 13:36:00 -0700
commitbfe7885aee2f406c1bbde08e30809a0b4bb070d2 (patch)
tree08fc00bc90f217ddb89f9521d63e2eb3aef3adc1 /docs/streaming-flume-integration.md
parent4ef39c2f4436fa22d0b957fe7ad477e4c4a16452 (diff)
downloadspark-bfe7885aee2f406c1bbde08e30809a0b4bb070d2.tar.gz
spark-bfe7885aee2f406c1bbde08e30809a0b4bb070d2.tar.bz2
spark-bfe7885aee2f406c1bbde08e30809a0b4bb070d2.zip
[SPARK-17985][CORE] Bump commons-lang3 version to 3.5.
## What changes were proposed in this pull request? `SerializationUtils.clone()` of commons-lang3 (<3.5) has a bug that breaks thread safety, which gets stack sometimes caused by race condition of initializing hash map. See https://issues.apache.org/jira/browse/LANG-1251. ## How was this patch tested? Existing tests. Author: Takuya UESHIN <ueshin@happy-camper.st> Closes #15525 from ueshin/issues/SPARK-17985.
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 767e1f9402..a5d36da5b6 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.3.2/commons-lang3-3.3.2.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.5/commons-lang3-3.5.jar)).
groupId = org.apache.commons
artifactId = commons-lang3
- version = 3.3.2
+ version = 3.5
2. **Configuration file**: On that machine, configure Flume agent to send data to an Avro sink by having the following in the configuration file.