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 899A1179F6 for ; Thu, 17 Sep 2015 11:16:28 +0000 (UTC) Received: (qmail 25104 invoked by uid 500); 17 Sep 2015 11:16:28 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 25073 invoked by uid 500); 17 Sep 2015 11:16:28 -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 25060 invoked by uid 99); 17 Sep 2015 11:16:28 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Sep 2015 11:16:28 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 7FF541DD95F; Thu, 17 Sep 2015 11:16:26 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============4335105316260271443==" MIME-Version: 1.0 Subject: Re: Review Request 38435: Unable to deploy Hive via blueprints with default configuration From: "Andrew Onischuk" To: "Andrew Onischuk" Cc: "Vitalyi Brodetskyi" , "Ambari" Date: Thu, 17 Sep 2015 11:16:26 -0000 Message-ID: <20150917111626.3774.50789@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org/ Auto-Submitted: auto-generated Sender: "Andrew Onischuk" X-ReviewGroup: Ambari X-Auto-Response-Suppress: DR, RN, OOF, AutoReply X-ReviewRequest-URL: https://reviews.apache.org/r/38435/ X-Sender: "Andrew Onischuk" References: <20150916140914.3773.69916@reviews.apache.org> In-Reply-To: <20150916140914.3773.69916@reviews.apache.org> Reply-To: "Andrew Onischuk" X-ReviewRequest-Repository: ambari --===============4335105316260271443== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/38435/#review99370 ----------------------------------------------------------- Ship it! Ship It! - Andrew Onischuk On Sept. 16, 2015, 2:09 p.m., Vitalyi Brodetskyi wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/38435/ > ----------------------------------------------------------- > > (Updated Sept. 16, 2015, 2:09 p.m.) > > > Review request for Ambari and Andrew Onischuk. > > > Bugs: AMBARI-13114 > https://issues.apache.org/jira/browse/AMBARI-13114 > > > Repository: ambari > > > Description > ------- > > When attempting to deploy Hive via a blueprint using a new MYSQL DB and only default configuration and the HDP 2.3 stack, Hive metastore encounters failures due to attempting to load SQL Anywhere adapter. > > This is likely due to the default configuration property in hive-site: > {code} > > datanucleus.rdbms.datastoreAdapterClassName > org.datanucleus.store.rdbms.adapter.SQLAnywhereAdapter > > {code} > > > Diffs > ----- > > ambari-server/src/main/resources/stacks/HDP/2.3/services/HIVE/configuration/hive-site.xml f6b3ce9 > > Diff: https://reviews.apache.org/r/38435/diff/ > > > Testing > ------- > > mvn clean test > > > Thanks, > > Vitalyi Brodetskyi > > --===============4335105316260271443==--