[ https://issues.apache.org/jira/browse/HIVE-3692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ivan Gorbachev updated HIVE-3692: --------------------------------- Description: https://github.com/apache/hive/blob/trunk/testutils/ptest/README has incorrect json object: {code} { "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" } {code} Should update it with right syntax was: https://github.com/apache/hive/blob/trunk/testutils/ptest/README has incorrect json object: <code> { "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" } </code> Should update it with right syntax > 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 > Labels: hive, testing > > https://github.com/apache/hive/blob/trunk/testutils/ptest/README has > incorrect json object: > {code} > { > "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" > } > {code} > 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