[
https://issues.apache.org/jira/browse/HBASE-18970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16298096#comment-16298096
]
Hudson commented on HBASE-18970:
--------------------------------
FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #4258 (See
[https://builds.apache.org/job/HBase-Trunk_matrix/4258/])
HBASE-18970 fix hbase shell reading interactive input (Amit Virmani) (mdrob:
rev e67a67d44422ca3cd7a610e4bb07e41c61301a4c)
* (edit) hbase-shell/src/main/ruby/irb/hirb.rb
> The version of jruby we use now can't get interactive input from prompt
> -----------------------------------------------------------------------
>
> Key: HBASE-18970
> URL: https://issues.apache.org/jira/browse/HBASE-18970
> Project: HBase
> Issue Type: Task
> Components: shell
> Reporter: Chia-Ping Tsai
> Assignee: AMIT VIRMANI
> Priority: Critical
> Fix For: 2.0.0-beta-1
>
> Attachments: HBase-18970.branch-2.001.patch, samplecmd.txt,
> test_shell-Output.txt, test_shell.sh
>
>
> case 1: press enter
> {code}
> hbase(main):002:0> disable_all 'chia(.*)'
> chia_1
>
>
> Disable the above 1 tables (y/n)?
> y^M
> {code}
> case 2: press ctrl-j
> {code}
> hbase(main):001:0> disable_all 'chia(.*)'
> chia_1
>
>
> Disable the above 1 tables (y/n)?
> y^J1 tables successfully disabled
> Took 5.0059 seconds
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)