You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lc...@apache.org on 2016/07/06 17:20:47 UTC

[41/50] [abbrv] incubator-beam git commit: [BEAM-390] Update spark dependency to the most recent stable version

[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/a313e337
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/a313e337
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/a313e337

Branch: refs/heads/runners-spark2
Commit: a313e33764a9b966023515b8dee3c7a72e245955
Parents: 4ff5233
Author: Isma�l Mej�a <ie...@gmail.com>
Authored: Wed Jun 29 23:01:09 2016 +0200
Committer: Luke Cwik <lc...@google.com>
Committed: Wed Jul 6 10:18:52 2016 -0700

----------------------------------------------------------------------
 runners/spark/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/a313e337/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>