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/08/13 06:50:56 UTC

svn commit: r1617657 - /hive/branches/spark/itests/qtest-spark/pom.xml

Author: brock
Date: Wed Aug 13 04:50:55 2014
New Revision: 1617657

URL: http://svn.apache.org/r1617657
Log:
HIVE-7708 - Fix qtest-spark pom.xml reference to test properties

Modified:
    hive/branches/spark/itests/qtest-spark/pom.xml

Modified: hive/branches/spark/itests/qtest-spark/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/spark/itests/qtest-spark/pom.xml?rev=1617657&r1=1617656&r2=1617657&view=diff
==============================================================================
--- hive/branches/spark/itests/qtest-spark/pom.xml (original)
+++ hive/branches/spark/itests/qtest-spark/pom.xml Wed Aug 13 04:50:55 2014
@@ -296,7 +296,7 @@
             </goals>
             <configuration>
               <files>
-                <file>${basedir}/../qtest/testconfiguration.properties</file>
+                <file>${basedir}/../src/test/resources/testconfiguration.properties</file>
               </files>
             </configuration>
           </execution>