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 A934D119DA for ; Mon, 1 Sep 2014 10:54:21 +0000 (UTC) Received: (qmail 26044 invoked by uid 500); 1 Sep 2014 10:54:21 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 25962 invoked by uid 500); 1 Sep 2014 10:54:21 -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 25947 invoked by uid 500); 1 Sep 2014 10:54:21 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 25944 invoked by uid 99); 1 Sep 2014 10:54:21 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Sep 2014 10:54:21 +0000 Date: Mon, 1 Sep 2014 10:54:21 +0000 (UTC) From: "skrho (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-7928) There is no catch statement in Utils#updateMap 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-7928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] skrho updated HIVE-7928: ------------------------ Attachment: HIVE-7928_001.patch I added catch statement and RuntimeException statment, so if exception is happened throw error message.. > There is no catch statement in Utils#updateMap > ---------------------------------------------- > > Key: HIVE-7928 > URL: https://issues.apache.org/jira/browse/HIVE-7928 > Project: Hive > Issue Type: Bug > Affects Versions: 0.13.1 > Reporter: skrho > Priority: Minor > Attachments: HIVE-7928_001.patch > > > There is no catch statement in Utils class( In accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/Utils.java line : 148) > If there is no catch statement, We can't know why if exception is happended.. > I think add catch statement and throw exception.. -- This message was sent by Atlassian JIRA (v6.3.4#6332)