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 5773717FDE for ; Mon, 27 Oct 2014 04:43:36 +0000 (UTC) Received: (qmail 80025 invoked by uid 500); 27 Oct 2014 04:43:35 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 79918 invoked by uid 500); 27 Oct 2014 04:43:35 -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 79700 invoked by uid 500); 27 Oct 2014 04:43:35 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 79674 invoked by uid 99); 27 Oct 2014 04:43:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Oct 2014 04:43:35 +0000 Date: Mon, 27 Oct 2014 04:43:35 +0000 (UTC) From: "Brock Noland (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-6758) Beeline doesn't work with -e option when started in background 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-6758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14184826#comment-14184826 ] Brock Noland commented on HIVE-6758: ------------------------------------ Interesting... Due to this and HIVE-8609 I think we should revert this commit for now... > Beeline doesn't work with -e option when started in background > -------------------------------------------------------------- > > Key: HIVE-6758 > URL: https://issues.apache.org/jira/browse/HIVE-6758 > Project: Hive > Issue Type: Improvement > Components: CLI > Affects Versions: 0.11.0 > Reporter: Johndee Burks > Assignee: Mohit Sabharwal > Labels: TODOC15 > Attachments: HIVE-6758.patch > > > In hive CLI you could easily integrate its use into a script and back ground the process like this: > hive -e "some query" & > Beeline does not run when you do the same even with the -f switch. -- This message was sent by Atlassian JIRA (v6.3.4#6332)