You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sqoop.apache.org by ol...@apache.org on 2011/08/03 17:01:18 UTC

svn commit: r1153528 - /incubator/sqoop/trunk/pom.xml

Author: olamy
Date: Wed Aug  3 15:01:17 2011
New Revision: 1153528

URL: http://svn.apache.org/viewvc?rev=1153528&view=rev
Log:
setup hive.home sysprops for running tests

Modified:
    incubator/sqoop/trunk/pom.xml

Modified: incubator/sqoop/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sqoop/trunk/pom.xml?rev=1153528&r1=1153527&r2=1153528&view=diff
==============================================================================
--- incubator/sqoop/trunk/pom.xml (original)
+++ incubator/sqoop/trunk/pom.xml Wed Aug  3 15:01:17 2011
@@ -235,6 +235,7 @@ limitations under the License.
             <java.io.tmpdir>${project.build.outputDirectory}</java.io.tmpdir>
             <sqoop.src.dir>${project.build.outputDirectory}</sqoop.src.dir>
             <sqoop.test.import.rootDir>${project.build.outputDirectory}</sqoop.test.import.rootDir>
+            <hive.home>${basedir}/testdata/hive</hive.home>
           </systemPropertyVariables>
           <excludes>
             <exclude>**/**MySQL*.java</exclude>