Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 9BCD7200AF5 for ; Thu, 2 Jun 2016 12:18:11 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9AB62160A16; Thu, 2 Jun 2016 10:18:11 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 7638E160A51 for ; Thu, 2 Jun 2016 12:18:06 +0200 (CEST) Received: (qmail 76695 invoked by uid 500); 2 Jun 2016 10:18:05 -0000 Mailing-List: contact issues-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 issues@hive.apache.org Received: (qmail 76554 invoked by uid 99); 2 Jun 2016 10:18:05 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jun 2016 10:18:05 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 96F9B2C1F62 for ; Thu, 2 Jun 2016 10:18:05 +0000 (UTC) Date: Thu, 2 Jun 2016 10:18:05 +0000 (UTC) From: "Jesus Camacho Rodriguez (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-12920) LLAP fails to start with java.lang.NumberFormatException MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 02 Jun 2016 10:18:11 -0000 [ https://issues.apache.org/jira/browse/HIVE-12920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesus Camacho Rodriguez updated HIVE-12920: ------------------------------------------- Fix Version/s: (was: 2.1.0) > LLAP fails to start with java.lang.NumberFormatException > -------------------------------------------------------- > > Key: HIVE-12920 > URL: https://issues.apache.org/jira/browse/HIVE-12920 > Project: Hive > Issue Type: Bug > Components: llap > Reporter: Shinichi Yamashita > Assignee: Shinichi Yamashita > Priority: Minor > Fix For: 2.0.0 > > Attachments: HIVE-12920.1.patch > > > In current master, I executed llap command and I confirmed following message. > {code} > [root@hadoop ~]# /usr/local/hive/bin/hive --service llap -i 1 > (snip) > Failed: For input string: "1Gb" > java.lang.NumberFormatException: For input string: "1Gb" > at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) > at java.lang.Long.parseLong(Long.java:589) > at java.lang.Long.parseLong(Long.java:631) > at org.apache.hadoop.conf.Configuration.getLong(Configuration.java:1311) > at org.apache.hadoop.hive.conf.HiveConf.getLongVar(HiveConf.java:3065) > at org.apache.hadoop.hive.llap.cli.LlapServiceDriver.run(LlapServiceDriver.java:282) > at org.apache.hadoop.hive.llap.cli.LlapServiceDriver.main(LlapServiceDriver.java:71) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)