You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by th...@apache.org on 2014/01/20 19:38:32 UTC

svn commit: r1559803 - /hive/trunk/metastore/pom.xml

Author: thejas
Date: Mon Jan 20 18:38:32 2014
New Revision: 1559803

URL: http://svn.apache.org/r1559803
Log:
HIVE-6164 : Hive build on Windows failed with datanucleus enhancer error "command line is too long" (Shanyu Zhao via Thejas Nair)

Modified:
    hive/trunk/metastore/pom.xml

Modified: hive/trunk/metastore/pom.xml
URL: http://svn.apache.org/viewvc/hive/trunk/metastore/pom.xml?rev=1559803&r1=1559802&r2=1559803&view=diff
==============================================================================
--- hive/trunk/metastore/pom.xml (original)
+++ hive/trunk/metastore/pom.xml Mon Jan 20 18:38:32 2014
@@ -222,6 +222,7 @@
           <api>JDO</api>
           <verbose>true</verbose>
           <metadataIncludes>**/*.jdo</metadataIncludes>
+          <fork>false</fork>
         </configuration>
         <executions>
           <execution>