You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by da...@apache.org on 2013/10/14 19:51:25 UTC

svn commit: r1532003 - /hive/trunk/hcatalog/src/test/e2e/templeton/tests/jobsubmission2.conf

Author: daijy
Date: Mon Oct 14 17:51:25 2013
New Revision: 1532003

URL: http://svn.apache.org/r1532003
Log:
HIVE-5453 : jobsubmission2.conf should use 'timeout' property (Eugene Koifman via Daniel Dai)

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

Modified: hive/trunk/hcatalog/src/test/e2e/templeton/tests/jobsubmission2.conf
URL: http://svn.apache.org/viewvc/hive/trunk/hcatalog/src/test/e2e/templeton/tests/jobsubmission2.conf?rev=1532003&r1=1532002&r2=1532003&view=diff
==============================================================================
--- hive/trunk/hcatalog/src/test/e2e/templeton/tests/jobsubmission2.conf (original)
+++ hive/trunk/hcatalog/src/test/e2e/templeton/tests/jobsubmission2.conf Mon Oct 14 17:51:25 2013
@@ -42,11 +42,12 @@ $cfg = 
     # see HIVE-4808
     # this is a long running test, takes 11 minutes
     # -mt must be greater than mapred.task.timeout (600000ms)
-     'num' => 2,
+     'num' => 1,
      'method' => 'POST',
      'url' => ':TEMPLETON_URL:/templeton/v1/mapreduce/jar',
      'post_options' => ['user.name=:UNAME:','arg=-mt', 'arg=642000',
-                             'jar=:INPDIR_HDFS:/hclient.jar', 'class=sleep', 'statusdir=/tmp' ],
+                             'jar=:INPDIR_HDFS:/hclient.jar', 'class=sleep', 
+                             'statusdir=/tmp/TestHeartbeat_1' ],
      'json_field_substr_match' => { 'id' => '\d+'},
      'status_code' => 200,
      'check_job_created' => 1,
@@ -55,7 +56,7 @@ $cfg = 
 # it contains the value.
 #     'check_job_exit_value' => 0,
     'check_call_back' => 1,
-    'timeout_seconds' => 800,
+    'timeout' => 800,
     },
    ]
   },