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 E143910591 for ; Tue, 15 Oct 2013 22:11:43 +0000 (UTC) Received: (qmail 6472 invoked by uid 500); 15 Oct 2013 22:11:43 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 6394 invoked by uid 500); 15 Oct 2013 22:11:43 -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 6342 invoked by uid 500); 15 Oct 2013 22:11:43 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 6321 invoked by uid 99); 15 Oct 2013 22:11:43 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Oct 2013 22:11:43 +0000 Date: Tue, 15 Oct 2013 22:11:42 +0000 (UTC) From: "Thejas M Nair (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-5534) HCatalog shell scripts have non-executable permissions 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/HIVE-5534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thejas M Nair updated HIVE-5534: -------------------------------- Fix Version/s: (was: 0.12.0) > HCatalog shell scripts have non-executable permissions > ------------------------------------------------------ > > Key: HIVE-5534 > URL: https://issues.apache.org/jira/browse/HIVE-5534 > Project: Hive > Issue Type: Bug > Components: WebHCat > Affects Versions: 0.11.0, 0.12.0 > Reporter: Mark Grover > Priority: Critical > > While playing with the hive 0.12 rc1, I noticed that the script for starting and stopping webhcatalog server don't have the correct permissions. > {code} > localhost:hive-0.12.0 mgrover$ find . -name *webhcat*.sh | grep -v './src/' | xargs ls -lrt > -rw-r--r-- 1 mgrover staff 7141 Oct 9 18:50 ./hcatalog/sbin/webhcat_server.sh > -rw-r--r-- 1 mgrover staff 4243 Oct 9 18:50 ./hcatalog/sbin/webhcat_config.sh > {code} > This means that we can't start or stop webhcat server using the tarball out of the box. -- This message was sent by Atlassian JIRA (v6.1#6144)