Ivan Gorbachev created HIVE-3692:
------------------------------------

             Summary: Update parallel test documentation
                 Key: HIVE-3692
                 URL: https://issues.apache.org/jira/browse/HIVE-3692
             Project: Hive
          Issue Type: Bug
            Reporter: Ivan Gorbachev
            Assignee: Ivan Gorbachev


https://github.com/apache/hive/blob/trunk/testutils/ptest/README has incorrect 
json object:

{
    "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"
}

Should update it with right syntax

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to