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 BA5F3100F5 for ; Thu, 9 Jan 2014 02:54:50 +0000 (UTC) Received: (qmail 36831 invoked by uid 500); 9 Jan 2014 02:54:50 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 36778 invoked by uid 500); 9 Jan 2014 02:54:50 -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 36770 invoked by uid 500); 9 Jan 2014 02:54:50 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 36766 invoked by uid 99); 9 Jan 2014 02:54:50 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jan 2014 02:54:50 +0000 Date: Thu, 9 Jan 2014 02:54:50 +0000 (UTC) From: "Xuefu Zhang (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HIVE-6174) Beeline "set varible" doesn't show the value of the variable as Hive CLI MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Xuefu Zhang created HIVE-6174: --------------------------------- Summary: Beeline "set varible" doesn't show the value of the variable as Hive CLI Key: HIVE-6174 URL: https://issues.apache.org/jira/browse/HIVE-6174 Project: Hive Issue Type: Bug Components: CLI Affects Versions: 0.12.0, 0.11.0, 0.10.0 Reporter: Xuefu Zhang Assignee: Xuefu Zhang Currently it displays nothing. {code} 0: jdbc:hive2://> set env:TERM; 0: jdbc:hive2://> {code} In contrast, Hive CLI displays the value of the variable. {code} hive> set env:TERM; env:TERM=xterm {code} -- This message was sent by Atlassian JIRA (v6.1.5#6160)