[ https://issues.apache.org/jira/browse/PHOENIX-3223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15449984#comment-15449984 ]
ASF GitHub Bot commented on PHOENIX-3223: ----------------------------------------- GitHub user joshelser opened a pull request: https://github.com/apache/phoenix/pull/205 PHOENIX-3223 Add `hadoop classpath` to PQS classpath when available You can merge this pull request into a Git repository by running: $ git pull https://github.com/joshelser/phoenix PHOENIX-3223-pqs-classpath Alternatively you can review and apply these changes as the patch at: https://github.com/apache/phoenix/pull/205.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #205 ---- commit d65593b194f6bb89bc0e69e744d2c0e92971cdb8 Author: Josh Elser <els...@apache.org> Date: 2016-08-30T19:58:50Z PHOENIX-3223 Add `hadoop classpath` to PQS classpath when available ---- > Add hadoop classpath to PQS classpath > ------------------------------------- > > Key: PHOENIX-3223 > URL: https://issues.apache.org/jira/browse/PHOENIX-3223 > Project: Phoenix > Issue Type: Bug > Reporter: Josh Elser > Assignee: Josh Elser > Fix For: 4.9.0, 4.8.1 > > > Follow-on from PHOENIX-2369: running on Microsoft's Azure Data Lake Store > nets some ClassNotFoundExceptions on the corresponding classes. The library > is available via the Hadoop installation, but we miss it because PQS isn't > adding the {{hadoop classpath}} like {{sqlline.py}} is (only > {{$HADOOP_CONF_DIR}}, oops). > Alicia's patch on PHOENIX-2369 already did the calculation work to get the > classpath; just need to simply add it to PQS' classpath now. -- This message was sent by Atlassian JIRA (v6.3.4#6332)