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 8E87011C18 for ; Thu, 18 Sep 2014 06:20:57 +0000 (UTC) Received: (qmail 16221 invoked by uid 500); 18 Sep 2014 06:20:57 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 16150 invoked by uid 500); 18 Sep 2014 06:20:56 -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 16135 invoked by uid 99); 18 Sep 2014 06:20:56 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Sep 2014 06:20:56 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 8FAEB1DD837; Thu, 18 Sep 2014 06:20:54 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============6597764942868193495==" MIME-Version: 1.0 Subject: Re: Review Request 25575: HIVE-7615: Beeline should have an option for user to see the query progress From: "Dong Chen" To: "Thejas Nair" , "Dong Chen" , "hive" , "Brock Noland" Date: Thu, 18 Sep 2014 06:20:54 -0000 Message-ID: <20140918062054.7800.46692@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org Auto-Submitted: auto-generated Sender: "Dong Chen" X-ReviewGroup: hive X-ReviewRequest-URL: https://reviews.apache.org/r/25575/ X-Sender: "Dong Chen" References: <20140912072611.23923.63580@reviews.apache.org> In-Reply-To: <20140912072611.23923.63580@reviews.apache.org> Reply-To: "Dong Chen" X-ReviewRequest-Repository: hive-git --===============6597764942868193495== 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/25575/ ----------------------------------------------------------- (Updated Sept. 18, 2014, 6:20 a.m.) Review request for hive. Repository: hive-git Description ------- When executing query in Beeline, user should have a option to see the progress through the outputs. Beeline could use the API introduced in HIVE-4629 to get and display the logs to the client. Diffs (updated) ----- beeline/pom.xml 45fa02b beeline/src/java/org/apache/hive/beeline/Commands.java a92d69f itests/hive-unit/src/test/java/org/apache/hive/beeline/TestBeeLineWithArgs.java e1d44ec itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestJdbcDriver2.java ae128a9 jdbc/src/java/org/apache/hive/jdbc/HiveStatement.java 2cbf58c Diff: https://reviews.apache.org/r/25575/diff/ Testing ------- UT passed. Thanks, Dong Chen --===============6597764942868193495==--