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 7CBEE1781C for ; Thu, 30 Apr 2015 14:41:16 +0000 (UTC) Received: (qmail 35065 invoked by uid 500); 30 Apr 2015 14:41:16 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 34995 invoked by uid 500); 30 Apr 2015 14:41:16 -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 34983 invoked by uid 99); 30 Apr 2015 14:41:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Apr 2015 14:41:15 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: message received from 54.191.145.13 which is an MX secondary for dev@hive.apache.org) Received: from [54.191.145.13] (HELO mx1-us-west.apache.org) (54.191.145.13) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Apr 2015 14:41:10 +0000 Received: from mail-wg0-f54.google.com (mail-wg0-f54.google.com [74.125.82.54]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 35A192609B for ; Thu, 30 Apr 2015 14:40:50 +0000 (UTC) Received: by wgso17 with SMTP id o17so64865743wgs.1 for ; Thu, 30 Apr 2015 07:39:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=MQ5wevTqSnhkWeeLfLBLeQw7xjALQN739Bxfo+zZ8Xs=; b=SRhz6+FEfH/I30JwLUqflANuT42MG1nK8uM6DLp2YrlFoWerLhBdeKxLOrwvFogbXL IPlCJZJE6kDX514vS9DYIJkXSISTZJJf7VXHSbKV7WHj59HOmYNLOn3ApgglqYyxRKY5 GWb0l/WTH0xRiFXPnwhaBqnReIAtT9PZ06vrajOPM1HerUhkR+12AtnbM7Fj7AHVHkxg jJZTPZV6wbEOEvcbNOMgwTY+lBC/ANz/8nfrpJK7jKrwDvol8LF0YuZmrMftCUbNX9IH ZPPKYkSIW/Td56hj01kzOPkVpzSerlRd7uykORWcZ07XLhiz/ORTJHfoLSvP97lxTedq gLsw== MIME-Version: 1.0 X-Received: by 10.194.109.229 with SMTP id hv5mr9275736wjb.119.1430404753202; Thu, 30 Apr 2015 07:39:13 -0700 (PDT) Received: by 10.194.164.10 with HTTP; Thu, 30 Apr 2015 07:39:13 -0700 (PDT) In-Reply-To: References: Date: Thu, 30 Apr 2015 10:39:13 -0400 Message-ID: Subject: Re: Branch for HIVE-10511: Replacing the implementation of Hive CLI using Beeline From: Edward Capriolo To: "dev@hive.apache.org" Content-Type: multipart/alternative; boundary=047d7b60441a3322640514f20ff2 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b60441a3322640514f20ff2 Content-Type: text/plain; charset=UTF-8 For what it is worth, even with all the enhancements made to hive-server 2 it is just not as reliable as the CLI. I am actually using cloudera 5.3 and we have multiple hive-server2 instances behind a load balancer. The load we are doing is not particularly heavy and the mean time to failure is < 3 days. ClouderaManager even provides a feature "automatically restart hiveserver2" it is very prone to issues. Many times I have been at the point where I have considered writing queries to a file and then launching them from the CLI -f because the reliability of hiveserver2 is questionable. I am a serious -1 on removing the CLI because it just plan works better. On Thu, Apr 30, 2015 at 9:29 AM, Xuefu Zhang wrote: > FYI. branch "beeline-cli" is created for the ongoing work in HIVE-10511. > > Thanks, > Xuefu > > On Mon, Apr 27, 2015 at 8:24 PM, Xuefu Zhang wrote: > > > Hi all, > > > > I have created this JIRA per discussion in the "deprecating Hive CLI" > > thread. The task is non-trivial, for which I think it makes sense to > create > > a branch for the development to avoid inference with other ongoing work > on > > master. If there is no objection, I will create a branch in 24 hours. > > > > Thanks, > > Xuefu > > > --047d7b60441a3322640514f20ff2--