Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8F7D0180A9 for ; Wed, 9 Dec 2015 07:31:12 +0000 (UTC) Received: (qmail 79698 invoked by uid 500); 9 Dec 2015 07:31:11 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 79612 invoked by uid 500); 9 Dec 2015 07:31:11 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 79411 invoked by uid 99); 9 Dec 2015 07:31:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Dec 2015 07:31:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 014532C1F57 for ; Wed, 9 Dec 2015 07:31:11 +0000 (UTC) Date: Wed, 9 Dec 2015 07:31:11 +0000 (UTC) From: "Y. SREENIVASULU REDDY (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-14956) [HBase ZKcli] JLine support is disabled. Better to enable this in HBase. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Y. SREENIVASULU REDDY created HBASE-14956: --------------------------------------------- Summary: [HBase ZKcli] JLine support is disabled. Better to enable this in HBase. Key: HBASE-14956 URL: https://issues.apache.org/jira/browse/HBASE-14956 Project: HBase Issue Type: Bug Components: Client, Zookeeper Affects Versions: 1.0.2 Reporter: Y. SREENIVASULU REDDY To perform the zkcli operations using hbase, jline is disabled, {code} [ERROR] Terminal initialization failed; falling back to unsupported java.lang.IncompatibleClassChangeError: Found class jline.Terminal, but interface was expected at jline.TerminalFactory.create(TerminalFactory.java:101) at jline.TerminalFactory.get(TerminalFactory.java:158) at jline.console.ConsoleReader.(ConsoleReader.java:229) at jline.console.ConsoleReader.(ConsoleReader.java:221) at jline.console.ConsoleReader.(ConsoleReader.java:209) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:422) at org.apache.zookeeper.ZooKeeperMain.run(ZooKeeperMain.java:335) at org.apache.zookeeper.ZooKeeperMain.main(ZooKeeperMain.java:303) at org.apache.hadoop.hbase.zookeeper.ZooKeeperMainServer.main(ZooKeeperMainServer.java:108) JLine support is disabled {code} To enable this jline-.jar is needed in hbase libraries. eg: jline-2.11.jar should be exist in hbase/lib directory. -- This message was sent by Atlassian JIRA (v6.3.4#6332)