Repository: hive
Updated Branches:
  refs/heads/master 1253a8db4 -> ed2f40e35


HIVE-10709 Update Avro version to 1.7.7 (Swarnim Kulkarni, reviewed by 
Ferdinand Xu)


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

Branch: refs/heads/master
Commit: ed2f40e357cafb6922a980b4aaada005255bd8e9
Parents: 1253a8d
Author: Ferdinand Xu <cheng.a...@intel.com>
Authored: Wed May 20 04:56:50 2015 -0400
Committer: Ferdinand Xu <cheng.a...@intel.com>
Committed: Wed May 20 04:56:50 2015 -0400

----------------------------------------------------------------------
 pom.xml                                                            | 2 +-
 .../apache/hadoop/hive/ql/io/avro/AvroContainerOutputFormat.java   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/ed2f40e3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 920f7a5..b21d894 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,7 +98,7 @@
     <activemq.version>5.5.0</activemq.version>
     <ant.version>1.9.1</ant.version>
     <antlr.version>3.4</antlr.version>
-    <avro.version>1.7.5</avro.version>
+    <avro.version>1.7.7</avro.version>
     <bonecp.version>0.8.0.RELEASE</bonecp.version>
     <calcite.version>1.2.0-incubating</calcite.version>
     <datanucleus-api-jdo.version>3.2.6</datanucleus-api-jdo.version>

http://git-wip-us.apache.org/repos/asf/hive/blob/ed2f40e3/ql/src/java/org/apache/hadoop/hive/ql/io/avro/AvroContainerOutputFormat.java
----------------------------------------------------------------------
diff --git 
a/ql/src/java/org/apache/hadoop/hive/ql/io/avro/AvroContainerOutputFormat.java 
b/ql/src/java/org/apache/hadoop/hive/ql/io/avro/AvroContainerOutputFormat.java
index 633a75b..2784185 100644
--- 
a/ql/src/java/org/apache/hadoop/hive/ql/io/avro/AvroContainerOutputFormat.java
+++ 
b/ql/src/java/org/apache/hadoop/hive/ql/io/avro/AvroContainerOutputFormat.java
@@ -19,7 +19,7 @@ package org.apache.hadoop.hive.ql.io.avro;
 
 import static org.apache.avro.file.DataFileConstants.DEFLATE_CODEC;
 import static org.apache.avro.mapred.AvroJob.OUTPUT_CODEC;
-import static org.apache.avro.mapred.AvroOutputFormat.DEFAULT_DEFLATE_LEVEL;
+import static org.apache.avro.file.CodecFactory.DEFAULT_DEFLATE_LEVEL;
 import static org.apache.avro.mapred.AvroOutputFormat.DEFLATE_LEVEL_KEY;
 
 import java.io.IOException;

Reply via email to