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 70A801740F for ; Thu, 24 Sep 2015 14:25:04 +0000 (UTC) Received: (qmail 28328 invoked by uid 500); 24 Sep 2015 14:25:04 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 28297 invoked by uid 500); 24 Sep 2015 14:25:04 -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 28281 invoked by uid 99); 24 Sep 2015 14:25:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Sep 2015 14:25:04 +0000 Date: Thu, 24 Sep 2015 14:25:04 +0000 (UTC) From: "Andrew Onischuk (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (AMBARI-13228) HBase service start fails after manual stack upgrade with missing PhoenixRpcSchedulerFactory class error MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Andrew Onischuk created AMBARI-13228: ---------------------------------------- Summary: HBase service start fails after manual stack upgrade with missing PhoenixRpcSchedulerFactory class error Key: AMBARI-13228 URL: https://issues.apache.org/jira/browse/AMBARI-13228 Project: Ambari Issue Type: Bug Reporter: Andrew Onischuk Assignee: Andrew Onischuk Fix For: 2.1.2 Setup Ambari at 1.6.1 with HDP-2.1.7 on Suse 11 Sp3 with HA and Security enabled Upgrade Ambari to 2.1.2-310 build Perform stack upgrade steps as per below documentation and reach till the step of HBase Result: HBase service start failed Logs indicate the following: Caused by: java.lang.ClassNotFoundException: Class org.apache.hadoop.hbase.ipc.PhoenixRpcSchedulerFactory not found at org.apache.hadoop.conf.Configuration.getClassByName(Configuration.java:2101) at org.apache.hadoop.conf.Configuration.getClass(Configuration.java:2193) at org.apache.hadoop.hbase.regionserver.RSRpcServices.(RSRpcServices.jav a:829) >From HBase config found the following property seems to be causing the bug: hbase.region.server.rpc.scheduler.factory.class (see attached screenshot too) -- This message was sent by Atlassian JIRA (v6.3.4#6332)