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 127091740C for ; Wed, 11 Mar 2015 23:16:39 +0000 (UTC) Received: (qmail 84634 invoked by uid 500); 11 Mar 2015 23:16:38 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 84573 invoked by uid 500); 11 Mar 2015 23:16:38 -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 84272 invoked by uid 99); 11 Mar 2015 23:16:38 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Mar 2015 23:16:38 +0000 Date: Wed, 11 Mar 2015 23:16:38 +0000 (UTC) From: "Florian Barca (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-9505) Hive service with HDPWIN 2.2 fails to start MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMBARI-9505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14357782#comment-14357782 ] Florian Barca commented on AMBARI-9505: --------------------------------------- Resolved with commit 04f54294eb182c719c2998c67b9865d3e0b3fc9c in trunk. > Hive service with HDPWIN 2.2 fails to start > ------------------------------------------- > > Key: AMBARI-9505 > URL: https://issues.apache.org/jira/browse/AMBARI-9505 > Project: Ambari > Issue Type: Task > Components: ambari-agent, ambari-server > Affects Versions: 2.0.0 > Reporter: Florian Barca > Assignee: Florian Barca > Fix For: 2.0.0 > > Attachments: AMBARI-9505.0.patch > > > Repro Steps 1: > 1. Deploy HDP 2.2 with HIVE from Ambari > 2. Notice HiveServer2, Hive Metastore and WebHCAT start but HIVE smoke test hangs. > 3. Goto c:\hadoop\logs\hive\hive.log. > 4. Notice that hive server is throwing exception because sqljdbc4.jar is not in the CLASSPATH. > 5. Copy sqljdbc4.jar and sqljdbc_auth.dll to C:\hdp\hadoop\share\hadoop\common and restart hive services. Notice there are no exception being thrown and starts cleanly. > 6. However even after this HIVE smoke (i.e. RunSmokeTests.cmd HIVE hangs). This needs to be further investigated. > Caused by: org.datanucleus.exceptions.NucleusException: Attempt to invoke the "BONECP" plugin to create a ConnectionPool gave an error : The specified datastore driver ("com.microsoft.sqlserver.jdbc.SQLServerDriver") was not found in the CLASSPATH. Please check your CLASSPATH specification, and the name of the driver. > at org.datanucleus.store.rdbms.ConnectionFactoryImpl.generateDataSources(ConnectionFactoryImpl.java:259) > at org.datanucleus.store.rdbms.ConnectionFactoryImpl.initialiseDataSources(ConnectionFactoryImpl.java:131) > at org.datanucleus.store.rdbms.ConnectionFactoryImpl.(ConnectionFactoryImpl.java:85) > ... 48 more -- This message was sent by Atlassian JIRA (v6.3.4#6332)