Repository: spark Updated Branches: refs/heads/master e209fa271 -> ea4a3e7d0
[SPARK-11413][BUILD] Bump joda-time version to 2.9 for java 8 and s3 It's a known issue that joda-time before 2.8.1 is incompatible with java 1.8u60 or later, which causes s3 request to fail. This affects Spark when using s3 as data source. https://github.com/aws/aws-sdk-java/issues/444 Author: Yongjia Wang <[email protected]> Closes #9379 from yongjiaw/SPARK-11413. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/ea4a3e7d Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/ea4a3e7d Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/ea4a3e7d Branch: refs/heads/master Commit: ea4a3e7d06dd4a0f669460513b27469c468214fb Parents: e209fa2 Author: Yongjia Wang <[email protected]> Authored: Mon Nov 2 08:59:35 2015 +0000 Committer: Sean Owen <[email protected]> Committed: Mon Nov 2 08:59:35 2015 +0000 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/ea4a3e7d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 50c8f29..762bfc7 100644 --- a/pom.xml +++ b/pom.xml @@ -176,7 +176,7 @@ <datanucleus-core.version>3.2.10</datanucleus-core.version> <janino.version>2.7.8</janino.version> <jersey.version>1.9</jersey.version> - <joda.version>2.5</joda.version> + <joda.version>2.9</joda.version> <jodd.version>3.5.2</jodd.version> <jsr305.version>1.3.9</jsr305.version> <libthrift.version>0.9.2</libthrift.version> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
