[
https://issues.apache.org/jira/browse/BIGTOP-1421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14125167#comment-14125167
]
Andrew Purtell commented on BIGTOP-1421:
----------------------------------------
Tested the DEB build. Passes. Defaults file ends up in the right location. New
version independent symlink looks good:
{noformat}
$ ls -l /usr/lib/phoenix/
total 34328
drwxr-xr-x 2 apurtell apurtell 4096 Sep 7 19:38 bin
drwxr-xr-x 2 apurtell apurtell 4096 Sep 7 19:44 lib
-rw-r--r-- 1 apurtell apurtell 32523055 Sep 7 19:38 phoenix-4.1.0-client.jar
lrwxrwxrwx 1 apurtell apurtell 24 Sep 7 19:38 phoenix-client.jar ->
phoenix-4.1.0-client.jar
-rw-r--r-- 1 apurtell apurtell 2617104 Sep 7 19:38 phoenix-core-4.1.0.jar
lrwxrwxrwx 1 apurtell apurtell 22 Sep 7 19:38 phoenix-core.jar ->
phoenix-core-4.1.0.jar
{noformat}
> Phoenix build is missing some variables
> ---------------------------------------
>
> Key: BIGTOP-1421
> URL: https://issues.apache.org/jira/browse/BIGTOP-1421
> Project: Bigtop
> Issue Type: Bug
> Affects Versions: 0.8.0
> Reporter: Jean-Marc Spaggiari
> Assignee: Andrew Purtell
> Priority: Blocker
> Labels: hbase, phoenix
> Attachments: BIGTOP-1421.patch, BIGTOP-1421.patch
>
>
> After deploying Phoenix 4.0.1, HBase 0.98.5 and Hadoop 2.4.1 using BigTop
> build, phoenix is not working is is missing those variables.
> 1) Phoenix-Core need to be in HBase classpath. I have added it manually in my
> hbase-env.sh file: export
> HBASE_CLASSPATH=/usr/lib/phoenix/lib/phoenix-core-4.0.1.jar
> 2) Phoenix command lines need PHOENIX_LIB_DIR to be configured. I just run it
> before any command line: export PHOENIX_LIB_DIR=/usr/lib/phoenix/
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)