[ https://issues.apache.org/jira/browse/HBASE-13822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14587177#comment-14587177 ]
Mikhail Antonov commented on HBASE-13822: ----------------------------------------- That that, is that issue...hm..valid? > shell is broken with NoMethodError > ---------------------------------- > > Key: HBASE-13822 > URL: https://issues.apache.org/jira/browse/HBASE-13822 > Project: HBase > Issue Type: Bug > Components: shell > Affects Versions: 1.1.0 > Reporter: Nick Dimiduk > Priority: Blocker > Fix For: 1.1.1 > > > Launching the shell from a build of {{branch-1.1}} gives me the following > error > {noformat} > $ echo $HBASE_HOME > /Users/ndimiduk/repos/hbase > $ $HBASE_HOME/bin/hbase shell > NoMethodError: undefined method `getTerminal' for Java::Jline::Terminal:Module > refresh_width at > /Users/ndimiduk/repos/hbase/hbase-shell/src/main/ruby/shell/formatter.rb:33 > initialize at > /Users/ndimiduk/repos/hbase/hbase-shell/src/main/ruby/shell/formatter.rb:46 > (root) at /Users/ndimiduk/repos/hbase/bin/hirb.rb:115 > SLF4J: Class path contains multiple SLF4J bindings. > SLF4J: Found binding in > [jar:file:/Users/ndimiduk/.m2/repository/org/slf4j/slf4j-log4j12/1.7.7/slf4j-log4j12-1.7.7.jar!/org/slf4j/impl/StaticLoggerBinder.class] > SLF4J: Found binding in > [jar:file:/usr/local/Cellar/hadoop/2.6.0/libexec/share/hadoop/common/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class] > SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an > explanation. > SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory] > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)