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 067F017996 for ; Tue, 21 Oct 2014 07:25:36 +0000 (UTC) Received: (qmail 84555 invoked by uid 500); 21 Oct 2014 07:25:35 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 84496 invoked by uid 500); 21 Oct 2014 07:25: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 84485 invoked by uid 500); 21 Oct 2014 07:25:35 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 84482 invoked by uid 99); 21 Oct 2014 07:25:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Oct 2014 07:25:35 +0000 Date: Tue, 21 Oct 2014 07:25:35 +0000 (UTC) From: "Lefty Leverenz (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=14178076#comment-14178076 ] Lefty Leverenz commented on HIVE-6758: -------------------------------------- The documentation for running -e or -f in the background needs to be revised in the HiveServer2 Clients wiki: * [HiveServer2 Clients -- Beeline Command Options | https://cwiki.apache.org/confluence/display/Hive/HiveServer2+Clients#HiveServer2Clients-BeelineCommandOptions] But remember to keep the old information too, for releases prior to 0.15.0. > 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 > Fix For: 0.15.0 > > 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)