Repository: incubator-beam Updated Branches: refs/heads/master 38866cd55 -> 61b9d723d
[BEAM-390] Update spark dependency to the most recent stable version Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/9b96a494 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/9b96a494 Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/9b96a494 Branch: refs/heads/master Commit: 9b96a494576b0147a85431cbc0ad3c28dc228a7e Parents: 38866cd Author: Ismaël MejÃa <[email protected]> Authored: Wed Jun 29 23:01:09 2016 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Fri Jul 1 00:36:08 2016 +0200 ---------------------------------------------------------------------- runners/spark/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/9b96a494/runners/spark/pom.xml ---------------------------------------------------------------------- diff --git a/runners/spark/pom.xml b/runners/spark/pom.xml index 94c42bd..2a38923 100644 --- a/runners/spark/pom.xml +++ b/runners/spark/pom.xml @@ -34,7 +34,7 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> - <spark.version>1.6.1</spark.version> + <spark.version>1.6.2</spark.version> <hadoop.version>2.2.0</hadoop.version> <kafka.version>0.8.2.1</kafka.version> </properties>
