[
https://issues.apache.org/jira/browse/PHOENIX-2610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15107990#comment-15107990
]
Nick Dimiduk commented on PHOENIX-2610:
---------------------------------------
I think master is missing PHOENIX-2303.
{noformat}
$ diff -u <(git log --oneline master -- bin/performance.py | cut -d\ -f2-)
<(git log --oneline 4.x-HBase-1.0 -- bin/performance.py | cut -d\ -f2-)
--- /dev/fd/63 2016-01-19 20:31:18.000000000 -0800
+++ /dev/fd/62 2016-01-19 20:31:18.000000000 -0800
@@ -1,5 +1,6 @@
PHOENIX-2610 Allow passing PHOENIX_OPTS to command line utils
PHOENIX-2311 Fix performance.py java.io.FileNotFoundException (Gabor Liptak)
+PHOENIX-2303 Fix for performance.py not using JAVA_HOME (bpanneton)
PHOENIX-1770 Correct exit code from bin scripts
PHOENIX-985 performance.py script fails to execute queries
PHOENIX-890 - Script for binary and source RC generation
{noformat}
> 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)