Author: daijy
Date: Mon Oct 14 18:38:29 2013
New Revision: 1532018

URL: http://svn.apache.org/r1532018
Log:
HIVE-5448: webhcat duplicate test TestMapReduce_2 should be removed (Thejas M 
Nair via Daniel Dai)

Modified:
    hive/trunk/hcatalog/src/test/e2e/templeton/tests/jobsubmission.conf

Modified: hive/trunk/hcatalog/src/test/e2e/templeton/tests/jobsubmission.conf
URL: 
http://svn.apache.org/viewvc/hive/trunk/hcatalog/src/test/e2e/templeton/tests/jobsubmission.conf?rev=1532018&r1=1532017&r2=1532018&view=diff
==============================================================================
--- hive/trunk/hcatalog/src/test/e2e/templeton/tests/jobsubmission.conf 
(original)
+++ hive/trunk/hcatalog/src/test/e2e/templeton/tests/jobsubmission.conf Mon Oct 
14 18:38:29 2013
@@ -77,24 +77,8 @@ $cfg = 
      'check_call_back' => 1,
     },
     {
-         
-     'num' => 2,
-     'method' => 'POST',
-     'url' => ':TEMPLETON_URL:/templeton/v1/mapreduce/jar',
-     'post_options' => ['user.name=:UNAME:','arg=-mt', 'arg=660000', 
-                        'jar=:INPDIR_HDFS:/hexamples.jar', 'class=sleep', ],
-     'json_field_substr_match' => { 'id' => '\d+'},
-                                #results
-     'status_code' => 200,
-     'check_job_created' => 1,
-     'check_job_complete' => 'SUCCESS',
-     'check_job_exit_value' => 0,
-     'check_call_back' => 1,
-     'timeout' => 840, #increase timeout as this test takes long
-    },
-    {
      # with log enabled 
-     'num' => 3,
+     'num' => 2,
      'method' => 'POST',
      'url' => ':TEMPLETON_URL:/templeton/v1/mapreduce/jar',
      'post_options' => ['user.name=:UNAME:','arg=:INPDIR_HDFS:/nums.txt', 
'arg= :OUTDIR:/wc.txt', 


Reply via email to