[
https://issues.apache.org/jira/browse/HBASE-9745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aditya Kishore updated HBASE-9745:
----------------------------------
Fix Version/s: 0.94.13
0.96.0
Labels: scripts (was: )
Release Note:
- The additional JAR files specified with HBASE_CLASSPATH are appended to the
system JARs.
- The additional JAR files specified with HBASE_CLASSPATH_OVERRIDE are prefixed
to the system JARs.
Status: Patch Available (was: Open)
The patch restores the behavior of HBASE_CLASSPATH being appended to the the
Java class path and add another environment variable HBASE_CLASSPATH_OVERRIDE
to add user JARs towards the beginning of the classpath.
> Append HBASE_CLASSPATH to end of Java classpath and use another env var for
> prefix
> ----------------------------------------------------------------------------------
>
> Key: HBASE-9745
> URL: https://issues.apache.org/jira/browse/HBASE-9745
> Project: HBase
> Issue Type: Bug
> Components: scripts
> Affects Versions: 0.94.11, 0.95.2, 0.98.0
> Reporter: Aditya Kishore
> Assignee: Aditya Kishore
> Labels: scripts
> Fix For: 0.96.0, 0.94.13
>
> Attachments: HBASE-9745.patch
>
>
> HBASE-9097 changed the behavior to prefix HBASE_CLASSPATH to end of Java
> classpath instead of appending it. This break existing behavior (read more on
> HBASE-9097).
> We should revert to existing behavior and provide another way to prefix
> certain jars to the classpath.
--
This message was sent by Atlassian JIRA
(v6.1#6144)