You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ai...@apache.org on 2018/05/30 19:04:17 UTC

hive git commit: HIVE-19662: Upgrade Avro to 1.8.2 (Janaki Lahorani, reviewed by Aihua Xu)

Repository: hive
Updated Branches:
  refs/heads/master 15bf4eb98 -> 664de83d2


HIVE-19662: Upgrade Avro to 1.8.2 (Janaki Lahorani, reviewed by Aihua Xu)


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

Branch: refs/heads/master
Commit: 664de83d24cbddc13abe4087328fc0fbd4268503
Parents: 15bf4eb
Author: Aihua Xu <ai...@apache.org>
Authored: Wed May 30 11:20:54 2018 -0700
Committer: Aihua Xu <ai...@apache.org>
Committed: Wed May 30 12:04:07 2018 -0700

----------------------------------------------------------------------
 hbase-handler/pom.xml | 4 ++--
 pom.xml               | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/664de83d/hbase-handler/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-handler/pom.xml b/hbase-handler/pom.xml
index be8e0b9..06939a4 100644
--- a/hbase-handler/pom.xml
+++ b/hbase-handler/pom.xml
@@ -227,7 +227,7 @@
     <dependency>
       <groupId>org.apache.avro</groupId>
       <artifactId>avro</artifactId>
-      <version>1.7.6</version>
+      <version>${avro.version}</version>
 	</dependency>
   </dependencies>
 
@@ -249,7 +249,7 @@
       <plugin>
         <groupId>org.apache.avro</groupId>
         <artifactId>avro-maven-plugin</artifactId>
-        <version>1.7.6</version>
+        <version>${avro.version}</version>
         <executions>
            <execution>
                <phase>generate-test-sources</phase>

http://git-wip-us.apache.org/repos/asf/hive/blob/664de83d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index db847a1..462b62f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,7 +122,7 @@
     <!-- Include arrow for LlapOutputFormatService -->
     <arrow.version>0.8.0</arrow.version>
     <avatica.version>1.11.0</avatica.version>
-    <avro.version>1.7.7</avro.version>
+    <avro.version>1.8.2</avro.version>
     <bonecp.version>0.8.0.RELEASE</bonecp.version>
     <calcite.version>1.16.0</calcite.version>
     <datanucleus-api-jdo.version>4.2.4</datanucleus-api-jdo.version>