Repository: spark
Updated Branches:
  refs/heads/master d52761d67 -> 08e7606a9


SPARK-1851. Upgrade Avro dependency to 1.7.6 so Spark can read Avro file...

...s

Author: Sandy Ryza <[email protected]>

Closes #795 from sryza/sandy-spark-1851 and squashes the following commits:

79c8227 [Sandy Ryza] SPARK-1851. Upgrade Avro dependency to 1.7.6 so Spark can 
read Avro files


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/08e7606a
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/08e7606a
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/08e7606a

Branch: refs/heads/master
Commit: 08e7606a964e3d1ac1d565f33651ff0035c75044
Parents: d52761d
Author: Sandy Ryza <[email protected]>
Authored: Thu May 15 16:35:39 2014 -0700
Committer: Patrick Wendell <[email protected]>
Committed: Thu May 15 16:35:39 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/spark/blob/08e7606a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 786b6d4..5df7036 100644
--- a/pom.xml
+++ b/pom.xml
@@ -129,7 +129,7 @@
     <jetty.version>8.1.14.v20131031</jetty.version>
     <chill.version>0.3.6</chill.version>
     <codahale.metrics.version>3.0.0</codahale.metrics.version>
-    <avro.version>1.7.4</avro.version>
+    <avro.version>1.7.6</avro.version>
     <jets3t.version>0.7.1</jets3t.version>
 
     <PermGen>64m</PermGen>

Reply via email to