You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Nick Dimiduk (JIRA)" <ji...@apache.org> on 2014/06/16 15:52:02 UTC

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

    [ https://issues.apache.org/jira/browse/HBASE-11358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14032436#comment-14032436 ] 

Nick Dimiduk commented on HBASE-11358:
--------------------------------------

What's your target use case? We already have 'hbase mapredcp'. Are you thinking of something similar for a simple client as well?

> 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)