Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-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 63FEB17D4B for ; Sat, 4 Oct 2014 05:20:22 +0000 (UTC) Received: (qmail 9049 invoked by uid 500); 4 Oct 2014 05:20:22 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 8978 invoked by uid 500); 4 Oct 2014 05:20:22 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 8965 invoked by uid 99); 4 Oct 2014 05:20:21 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Oct 2014 05:20:21 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 3CD4D1DDC8E; Sat, 4 Oct 2014 05:20:18 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============7841888028458986300==" MIME-Version: 1.0 Subject: Re: Review Request 26321: HiveServer2 service doesn't stop backend jvm process, which prevents follow-up service start. From: "XIAOBING ZHOU" To: "Vaibhav Gumashta" , "XIAOBING ZHOU" , "hive" Date: Sat, 04 Oct 2014 05:20:18 -0000 Message-ID: <20141004052018.19041.96257@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org Auto-Submitted: auto-generated Sender: "XIAOBING ZHOU" X-ReviewGroup: hive X-ReviewRequest-URL: https://reviews.apache.org/r/26321/ X-Sender: "XIAOBING ZHOU" References: <20141004051142.19041.48792@reviews.apache.org> In-Reply-To: <20141004051142.19041.48792@reviews.apache.org> Reply-To: "XIAOBING ZHOU" X-ReviewRequest-Repository: hive-git --===============7841888028458986300== 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/26321/ ----------------------------------------------------------- (Updated Oct. 4, 2014, 5:20 a.m.) Review request for hive. Repository: hive-git Description ------- On stopping the HS2 service from the services tab, it only kills the root process and does not kill the child java process. As a result resources are not freed and this throws an error on restarting from command line. Diffs (updated) ----- bin/ext/hiveserver2.cmd a5f3bb5 bin/hive.cmd c2e9853 common/src/java/org/apache/hadoop/hive/conf/HiveConf.java 3fe67b2 ql/src/java/org/apache/hadoop/hive/ql/exec/mr/MapredLocalTask.java 79da5a0 Diff: https://reviews.apache.org/r/26321/diff/ Testing ------- Thanks, XIAOBING ZHOU --===============7841888028458986300==--