commit 581b7a73d31582e5d85a5ba707b6afdcc4868d2c Author: Thejas Nair Date: Fri Oct 4 14:52:09 2013 -0700 BUG-9583: HIVE-5448 : webhcat duplicate test TestMapReduce_2 should be removed diff --git a/hcatalog/src/test/e2e/templeton/tests/jobsubmission.conf b/hcatalog/src/test/e2e/templeton/tests/jobsubmission.conf index 4d4dd45..dea8934 100644 --- a/hcatalog/src/test/e2e/templeton/tests/jobsubmission.conf +++ b/hcatalog/src/test/e2e/templeton/tests/jobsubmission.conf @@ -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',