[jira] [Updated] (HBASE-19151) hbase shell from bin tarball warns of missing gems

2018-03-01 Thread stack (JIRA)

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

stack updated HBASE-19151:
--
Component/s: Usability

> hbase shell from bin tarball warns of missing gems
> --
>
> Key: HBASE-19151
> URL: https://issues.apache.org/jira/browse/HBASE-19151
> Project: HBase
>  Issue Type: Bug
>  Components: shell, Usability
>Affects Versions: 2.0.0-alpha-4
>Reporter: Mike Drob
>Priority: Minor
>
> {noformat}
> mdrob@mdrob-MBP:/tmp/hb2a4/hbase-2.0.0-alpha4$ bin/hbase shell
> 2017-11-01 14:39:31,637 WARN  [main] util.NativeCodeLoader: Unable to load 
> native-hadoop library for your platform... using builtin-java classes where 
> applicable
> HBase Shell
> Use "help" to get list of supported commands.
> Use "exit" to quit this interactive shell.
> Version 2.0.0-alpha4, r5c4b985f89c99cc8b0f8515a4097c811a0848835, Tue Oct 31 
> 16:00:33 PDT 2017
> Took 0.0029 seconds
> Ignoring executable-hooks-1.3.2 because its extensions are not built. Try: 
> gem pristine executable-hooks --version 1.3.2
> Ignoring gem-wrappers-1.2.7 because its extensions are not built. Try: gem 
> pristine gem-wrappers --version 1.2.7
> Ignoring rainbow-2.2.2 because its extensions are not built. Try: gem 
> pristine rainbow --version 2.2.2
> {noformat}
> We should not have warnings like that - either bundle the gems or figure out 
> how to remove them from the execution path.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HBASE-19151) hbase shell from bin tarball warns of missing gems

2018-03-01 Thread stack (JIRA)

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

stack updated HBASE-19151:
--
Fix Version/s: (was: 2.0.0)

> hbase shell from bin tarball warns of missing gems
> --
>
> Key: HBASE-19151
> URL: https://issues.apache.org/jira/browse/HBASE-19151
> Project: HBase
>  Issue Type: Bug
>  Components: shell, Usability
>Affects Versions: 2.0.0-alpha-4
>Reporter: Mike Drob
>Priority: Minor
>
> {noformat}
> mdrob@mdrob-MBP:/tmp/hb2a4/hbase-2.0.0-alpha4$ bin/hbase shell
> 2017-11-01 14:39:31,637 WARN  [main] util.NativeCodeLoader: Unable to load 
> native-hadoop library for your platform... using builtin-java classes where 
> applicable
> HBase Shell
> Use "help" to get list of supported commands.
> Use "exit" to quit this interactive shell.
> Version 2.0.0-alpha4, r5c4b985f89c99cc8b0f8515a4097c811a0848835, Tue Oct 31 
> 16:00:33 PDT 2017
> Took 0.0029 seconds
> Ignoring executable-hooks-1.3.2 because its extensions are not built. Try: 
> gem pristine executable-hooks --version 1.3.2
> Ignoring gem-wrappers-1.2.7 because its extensions are not built. Try: gem 
> pristine gem-wrappers --version 1.2.7
> Ignoring rainbow-2.2.2 because its extensions are not built. Try: gem 
> pristine rainbow --version 2.2.2
> {noformat}
> We should not have warnings like that - either bundle the gems or figure out 
> how to remove them from the execution path.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HBASE-19151) hbase shell from bin tarball warns of missing gems

2018-01-17 Thread stack (JIRA)

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

stack updated HBASE-19151:
--
Fix Version/s: (was: 2.0.0-beta-2)
   2.0.0

> hbase shell from bin tarball warns of missing gems
> --
>
> Key: HBASE-19151
> URL: https://issues.apache.org/jira/browse/HBASE-19151
> Project: HBase
>  Issue Type: Bug
>  Components: shell
>Affects Versions: 2.0.0-alpha-4
>Reporter: Mike Drob
>Priority: Minor
> Fix For: 2.0.0
>
>
> {noformat}
> mdrob@mdrob-MBP:/tmp/hb2a4/hbase-2.0.0-alpha4$ bin/hbase shell
> 2017-11-01 14:39:31,637 WARN  [main] util.NativeCodeLoader: Unable to load 
> native-hadoop library for your platform... using builtin-java classes where 
> applicable
> HBase Shell
> Use "help" to get list of supported commands.
> Use "exit" to quit this interactive shell.
> Version 2.0.0-alpha4, r5c4b985f89c99cc8b0f8515a4097c811a0848835, Tue Oct 31 
> 16:00:33 PDT 2017
> Took 0.0029 seconds
> Ignoring executable-hooks-1.3.2 because its extensions are not built. Try: 
> gem pristine executable-hooks --version 1.3.2
> Ignoring gem-wrappers-1.2.7 because its extensions are not built. Try: gem 
> pristine gem-wrappers --version 1.2.7
> Ignoring rainbow-2.2.2 because its extensions are not built. Try: gem 
> pristine rainbow --version 2.2.2
> {noformat}
> We should not have warnings like that - either bundle the gems or figure out 
> how to remove them from the execution path.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HBASE-19151) hbase shell from bin tarball warns of missing gems

2017-11-16 Thread Mike Drob (JIRA)

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

Mike Drob updated HBASE-19151:
--
Fix Version/s: (was: 2.0.0-beta-1)

Moving minor/trivial issues out from 2.0.0-beta1 to -beta2

> hbase shell from bin tarball warns of missing gems
> --
>
> Key: HBASE-19151
> URL: https://issues.apache.org/jira/browse/HBASE-19151
> Project: HBase
>  Issue Type: Bug
>  Components: shell
>Affects Versions: 2.0.0-alpha-4
>Reporter: Mike Drob
>Priority: Minor
> Fix For: 2.0.0-beta-2
>
>
> {noformat}
> mdrob@mdrob-MBP:/tmp/hb2a4/hbase-2.0.0-alpha4$ bin/hbase shell
> 2017-11-01 14:39:31,637 WARN  [main] util.NativeCodeLoader: Unable to load 
> native-hadoop library for your platform... using builtin-java classes where 
> applicable
> HBase Shell
> Use "help" to get list of supported commands.
> Use "exit" to quit this interactive shell.
> Version 2.0.0-alpha4, r5c4b985f89c99cc8b0f8515a4097c811a0848835, Tue Oct 31 
> 16:00:33 PDT 2017
> Took 0.0029 seconds
> Ignoring executable-hooks-1.3.2 because its extensions are not built. Try: 
> gem pristine executable-hooks --version 1.3.2
> Ignoring gem-wrappers-1.2.7 because its extensions are not built. Try: gem 
> pristine gem-wrappers --version 1.2.7
> Ignoring rainbow-2.2.2 because its extensions are not built. Try: gem 
> pristine rainbow --version 2.2.2
> {noformat}
> We should not have warnings like that - either bundle the gems or figure out 
> how to remove them from the execution path.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)