You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrew Kyle Purtell (Jira)" <ji...@apache.org> on 2022/06/17 16:09:00 UTC

[jira] [Resolved] (HBASE-11358) export public classpath for hbase

     [ https://issues.apache.org/jira/browse/HBASE-11358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Kyle Purtell resolved HBASE-11358.
-----------------------------------------
    Resolution: Incomplete

> 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
>            Priority: Major
>
> 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
(v8.20.7#820007)