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 2013/10/03 00:10:29 UTC

svn commit: r1528652 - /hive/branches/branch-0.12/hcatalog/src/test/e2e/templeton/build.xml

Author: thejas
Date: Wed Oct  2 22:10:29 2013
New Revision: 1528652

URL: http://svn.apache.org/r1528652
Log:
HIVE-5416: templeton/tests/jobsubmission2.conf erroneously removed (Eugene Koifman via Thejas Nair)

Modified:
    hive/branches/branch-0.12/hcatalog/src/test/e2e/templeton/build.xml

Modified: hive/branches/branch-0.12/hcatalog/src/test/e2e/templeton/build.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.12/hcatalog/src/test/e2e/templeton/build.xml?rev=1528652&r1=1528651&r2=1528652&view=diff
==============================================================================
--- hive/branches/branch-0.12/hcatalog/src/test/e2e/templeton/build.xml (original)
+++ hive/branches/branch-0.12/hcatalog/src/test/e2e/templeton/build.xml Wed Oct  2 22:10:29 2013
@@ -114,6 +114,7 @@
             <arg value="${basedir}/tests/ddl.conf"/>
             <arg value="${basedir}/tests/jobstatus.conf"/>
             <arg value="${basedir}/tests/jobsubmission.conf"/>
+            <arg value="${basedir}/tests/jobsubmission2.conf"/>
         </exec>
     </target>