You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by jv...@apache.org on 2011/10/11 00:12:28 UTC

svn commit: r1181272 - /hive/trunk/pdk/scripts/build-plugin.xml

Author: jvs
Date: Mon Oct 10 22:12:27 2011
New Revision: 1181272

URL: http://svn.apache.org/viewvc?rev=1181272&view=rev
Log:
HIVE-2492. PDK PluginTest failing on Hudson
(Carl Steinbach via jvs)


Modified:
    hive/trunk/pdk/scripts/build-plugin.xml

Modified: hive/trunk/pdk/scripts/build-plugin.xml
URL: http://svn.apache.org/viewvc/hive/trunk/pdk/scripts/build-plugin.xml?rev=1181272&r1=1181271&r2=1181272&view=diff
==============================================================================
--- hive/trunk/pdk/scripts/build-plugin.xml (original)
+++ hive/trunk/pdk/scripts/build-plugin.xml Mon Oct 10 22:12:27 2011
@@ -119,6 +119,7 @@
       <classpath refid="plugin.test.classpath"/>
       <sysproperty key="hive.plugin.root.dir" value="${plugin.dir}"/>
       <sysproperty key="hive.plugin.class.list" value="${class.list}"/>
+      <sysproperty key="hive.metastore.warehouse.dir" value="${build.dir}/warehouse"/>
       <env key="HADOOP_HOME" value="${hadoop.home}"/>
       <env key="HIVE_CONF_DIR" value="${install.dir}/conf"/>
       <env key="HIVE_HOME" value="${install.dir}"/>