Guo Ruijing created HBASE-11358:
-----------------------------------
Summary: export public classpath for hbase
Key: HBASE-11358
URL: https://issues.apache.org/jira/browse/HBASE-11358
Project: HBase
Issue Type: Improvement
Components: shell
Reporter: Guo Ruijing
existing behavior for "hbase classpath"
hbase classpath exports all classpath: (example)
1. avro-1.5.3.jar
2. commons-cli-1.2.jar
3. libthrift-0.8.0.jar
4. all hbase jar
Which is potential conflict with hive using another version of
libthrift-0.9.0.jar.
We may improve "hbase classpath" to "hbase classpath [<all> | <public>]". <all>
is default option.
1. hbase classpath <all> will export all classpath as existing implementation.
2. hbase classpath <public> will export all hbase public classpath for external
component.
--
This message was sent by Atlassian JIRA
(v6.2#6252)