You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by na...@apache.org on 2012/11/09 05:55:16 UTC

svn commit: r1407360 - /hive/trunk/testutils/ptest/README

Author: namit
Date: Fri Nov  9 04:55:15 2012
New Revision: 1407360

URL: http://svn.apache.org/viewvc?rev=1407360&view=rev
Log:
HIVE-3692 Update parallel test documentation
(Ivan Gorbachev via namit)


Modified:
    hive/trunk/testutils/ptest/README

Modified: hive/trunk/testutils/ptest/README
URL: http://svn.apache.org/viewvc/hive/trunk/testutils/ptest/README?rev=1407360&r1=1407359&r2=1407360&view=diff
==============================================================================
--- hive/trunk/testutils/ptest/README (original)
+++ hive/trunk/testutils/ptest/README Fri Nov  9 04:55:15 2012
@@ -3,18 +3,20 @@
 Configuration file is JSON formated, example:
 
 {
-    "qfile_hosts": [
-        ["hostname1", 2],
-        ["hostname2", 4],
-        ["hostname3", 4],
-    ],
-    "other_hosts": [
-        ["hostname1", 2],
-        ["hostname4", 5]
-    ],
-    "master_base_path": "${{HOME}}/hivetests",
-    "host_base_path": "/mnt/drive/hivetests"
-    "java_home": "/opt/jdk"
+  "qfile_hosts": [
+  ["username@hostname1", 4],
+  ["username@hostname2", 8],
+  ["username@hostname3", 8]
+  ],
+
+  "other_hosts": [
+    ["username@hostname4", 5],
+    ["username@hostname5", 8]
+  ],
+
+  "master_base_path": "${{HOME}}/hivetests",
+  "host_base_path": "/data/users/hivetests",
+  "java_home": "/opt/jdk"
 }
 
 == qfile_hosts ==