You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by br...@apache.org on 2014/04/05 18:55:27 UTC

svn commit: r1585142 - /hive/trunk/pom.xml

Author: brock
Date: Sat Apr  5 16:55:27 2014
New Revision: 1585142

URL: http://svn.apache.org/r1585142
Log:
HIVE-6836 - Upgrade parquet to 1.4.0 (Szehon via Brock)

Modified:
    hive/trunk/pom.xml

Modified: hive/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hive/trunk/pom.xml?rev=1585142&r1=1585141&r2=1585142&view=diff
==============================================================================
--- hive/trunk/pom.xml (original)
+++ hive/trunk/pom.xml Sat Apr  5 16:55:27 2014
@@ -133,7 +133,7 @@
         requires netty < 3.6.0 we force hadoops version
       -->
     <netty.version>3.4.0.Final</netty.version>
-    <parquet.version>1.3.2</parquet.version>
+    <parquet.version>1.4.0</parquet.version>
     <pig.version>0.12.0</pig.version>
     <protobuf.version>2.5.0</protobuf.version>
     <stax.version>1.0.1</stax.version>