Return-Path: X-Original-To: apmail-phoenix-dev-archive@minotaur.apache.org Delivered-To: apmail-phoenix-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0A98018F2B for ; Wed, 20 Jan 2016 05:20:43 +0000 (UTC) Received: (qmail 5275 invoked by uid 500); 20 Jan 2016 05:20:42 -0000 Delivered-To: apmail-phoenix-dev-archive@phoenix.apache.org Received: (qmail 5212 invoked by uid 500); 20 Jan 2016 05:20:42 -0000 Mailing-List: contact dev-help@phoenix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@phoenix.apache.org Delivered-To: mailing list dev@phoenix.apache.org Received: (qmail 5199 invoked by uid 99); 20 Jan 2016 05:20:42 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jan 2016 05:20:42 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 1BE3118019E for ; Wed, 20 Jan 2016 05:20:42 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.426 X-Spam-Level: X-Spam-Status: No, score=0.426 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.554] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id MFl0xwuH9dTg for ; Wed, 20 Jan 2016 05:20:41 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with SMTP id 9C8D542A21 for ; Wed, 20 Jan 2016 05:20:40 +0000 (UTC) Received: (qmail 5194 invoked by uid 99); 20 Jan 2016 05:20:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jan 2016 05:20:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D12222C14F0 for ; Wed, 20 Jan 2016 05:20:39 +0000 (UTC) Date: Wed, 20 Jan 2016 05:20:39 +0000 (UTC) From: "Hadoop QA (JIRA)" To: dev@phoenix.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (PHOENIX-2610) Allow passing PHOENIX_OPTS to command line utils 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/PHOENIX-2610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15108031#comment-15108031 ] Hadoop QA commented on PHOENIX-2610: ------------------------------------ {color:red}-1 overall{color}. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12783276/2610.01.patch against master branch at commit 1717f12d7c6e9b1ee8ddffb55cea929d6d8543f1. ATTACHMENT ID: 12783276 {color:green}+1 @author{color}. The patch does not contain any @author tags. {color:green}+0 tests included{color}. The patch appears to be a documentation, build, or dev patch that doesn't require tests. {color:green}+1 javac{color}. The applied patch does not increase the total number of javac compiler warnings. {color:red}-1 javadoc{color}. The javadoc tool appears to have generated 33 warning messages. {color:green}+1 release audit{color}. The applied patch does not increase the total number of release audit warnings. {color:red}-1 lineLengths{color}. The patch introduces the following lines longer than 100: +java_cmd = '%(java)s $PHOENIX_OPTS -cp ' + hbase_config_path + os.pathsep + hadoop_config_path + os.pathsep + \ + ' -cp "' + phoenix_utils.hbase_conf_dir + os.pathsep + phoenix_utils.phoenix_client_jar + os.pathsep + phoenix_utils.hadoop_common_jar + os.pathsep + phoenix_utils.hadoop_hdfs_jar + \ + '-cp ' + hbase_config_path + os.pathsep + phoenix_utils.phoenix_traceserver_jar + os.pathsep + phoenix_utils.phoenix_client_jar + \ {color:red}-1 core tests{color}. The patch failed these unit tests: ./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.IndexExpressionIT Test results: https://builds.apache.org/job/PreCommit-PHOENIX-Build/229//testReport/ Javadoc warnings: https://builds.apache.org/job/PreCommit-PHOENIX-Build/229//artifact/patchprocess/patchJavadocWarnings.txt Console output: https://builds.apache.org/job/PreCommit-PHOENIX-Build/229//console This message is automatically generated. > Allow passing PHOENIX_OPTS to command line utils > ------------------------------------------------ > > Key: PHOENIX-2610 > URL: https://issues.apache.org/jira/browse/PHOENIX-2610 > Project: Phoenix > Issue Type: Improvement > Reporter: Nick Dimiduk > Assignee: Nick Dimiduk > Priority: Trivial > Fix For: 4.7.0 > > Attachments: 2610.00.patch, 2610.01.patch > > > Much of Phoenix exists on the client-side. Allow users to override client-side JVM properties via an environment variable, following Hadoop and HBase conventions, {{PHOENIX_OPTS}}. -- This message was sent by Atlassian JIRA (v6.3.4#6332)