Return-Path: X-Original-To: apmail-ambari-dev-archive@www.apache.org Delivered-To: apmail-ambari-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 755AF18B63 for ; Wed, 20 Jan 2016 03:16:40 +0000 (UTC) Received: (qmail 55454 invoked by uid 500); 20 Jan 2016 03:16:40 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 55393 invoked by uid 500); 20 Jan 2016 03:16:40 -0000 Mailing-List: contact dev-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list dev@ambari.apache.org Received: (qmail 55031 invoked by uid 99); 20 Jan 2016 03:16:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jan 2016 03:16:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D445D2C1F60 for ; Wed, 20 Jan 2016 03:16:39 +0000 (UTC) Date: Wed, 20 Jan 2016 03:16:39 +0000 (UTC) From: "vishnu rao (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (AMBARI-14735) hbase does not start when phoenix enabled, ClassNotFoundException: org.apache.phoenix.hbase.index.balancer.IndexLoadBalancer MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 vishnu rao created AMBARI-14735: ----------------------------------- Summary: hbase does not start when phoenix enabled, ClassNotFoundException: org.apache.phoenix.hbase.index.balancer.IndexLoadBalancer Key: AMBARI-14735 URL: https://issues.apache.org/jira/browse/AMBARI-14735 Project: Ambari Issue Type: Bug Affects Versions: 2.2.0 Environment: ambari 2.2.0.0 HDP 2.3.4 redhat 7 Reporter: vishnu rao Initially i was using ambari 2.1.2 & HDP 2.3.4 and i faced the issue mentioned in bug AMBARI-13361 (hbase crashes when phoenix enabled) so i upgraded to ambari 2.2.0.0. On doing so, hbase again failed to start with "ClassNotFoundException: org.apache.phoenix.hbase.index.balancer.IndexLoadBalancer" when phoenix was enabled. i unzipped the jar "/usr/hdp/current/hbase-master/lib/phoenix-server.jar" and could not find the class ''org.apache.phoenix.hbase.index.balancer.IndexLoadBalancer". On investigation i noticed that the class is present when i used HDP 2.3.2. i was able to resolve this issue by changing to HDP 2.3.2. Workaround: Change the repo URL for HDP 2.3 from http://public-repo-1.hortonworks.com/HDP/centos7/2.x/updates/2.3.4.0 to http://public-repo-1.hortonworks.com/HDP/centos7/2.x/updates/2.3.2.0 Seems to be problem with phoenix-server.jar in HDP 2.3.4. -- This message was sent by Atlassian JIRA (v6.3.4#6332)