Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 10BF7DFA4 for ; Thu, 8 Nov 2012 22:14:15 +0000 (UTC) Received: (qmail 71230 invoked by uid 500); 8 Nov 2012 22:14:13 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 71173 invoked by uid 500); 8 Nov 2012 22:14:13 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 71073 invoked by uid 500); 8 Nov 2012 22:14:13 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 71013 invoked by uid 99); 8 Nov 2012 22:14:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Nov 2012 22:14:13 +0000 Date: Thu, 8 Nov 2012 22:14:13 +0000 (UTC) From: "Ivan Gorbachev (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <1787786955.89166.1352412853311.JavaMail.jiratomcat@arcas> In-Reply-To: <718050809.89164.1352412853122.JavaMail.jiratomcat@arcas> Subject: [jira] [Updated] (HIVE-3692) Update parallel test documentation MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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: { "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 > 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