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 26E404957 for ; Fri, 17 Jun 2011 02:51:11 +0000 (UTC) Received: (qmail 59687 invoked by uid 500); 17 Jun 2011 02:51:10 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 59647 invoked by uid 500); 17 Jun 2011 02:51:10 -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 59639 invoked by uid 500); 17 Jun 2011 02:51:10 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 59354 invoked by uid 99); 17 Jun 2011 02:51:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jun 2011 02:51:10 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jun 2011 02:51:09 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 48C3341D02A for ; Fri, 17 Jun 2011 02:50:49 +0000 (UTC) Date: Fri, 17 Jun 2011 02:50:49 +0000 (UTC) From: "jiraposter@reviews.apache.org (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <2018700737.13858.1308279049294.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <2077316511.13474.1308270047513.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HIVE-2227) Remove ProgressCounter enum in Operator 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-2227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13050876#comment-13050876 ] jiraposter@reviews.apache.org commented on HIVE-2227: ----------------------------------------------------- ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/931/ ----------------------------------------------------------- (Updated 2011-06-17 02:49:48.793536) Review request for hive and Yongqiang He. Changes ------- update bugs number Summary ------- After HIVE-1701, it is of no use to keep a heavy counterNameToEnum hashmap. We can use string directly, for the enum is only a hack for hadoop 0.17. The string will be human readable in the jobdetails.jsp instead of C1, C2, ... C1000. This addresses bug HIVE-2227. https://issues.apache.org/jira/browse/HIVE-2227 Diffs ----- http://svn.apache.org/repos/asf/hive/trunk/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java 1136381 http://svn.apache.org/repos/asf/hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/CommonJoinOperator.java 1136381 http://svn.apache.org/repos/asf/hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/FileSinkOperator.java 1136381 http://svn.apache.org/repos/asf/hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/HadoopJobExecHelper.java 1136381 http://svn.apache.org/repos/asf/hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/Operator.java 1136381 http://svn.apache.org/repos/asf/hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/ReduceSinkOperator.java 1136381 http://svn.apache.org/repos/asf/hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java 1136381 Diff: https://reviews.apache.org/r/931/diff Testing ------- Thanks, Zhuoluo > Remove ProgressCounter enum in Operator > --------------------------------------- > > Key: HIVE-2227 > URL: https://issues.apache.org/jira/browse/HIVE-2227 > Project: Hive > Issue Type: Improvement > Components: Query Processor > Affects Versions: 0.8.0 > Reporter: Zhuoluo (Clark) Yang > Priority: Minor > Fix For: 0.8.0 > > Attachments: HIVE-2227-1.patch > > > After HIVE-1701, it is of no use to keep a heavy counterNameToEnum hashmap. We can use string directly, for the enum is only a hack for hadoop 0.17. The string will be human readable in the jobdetails.jsp instead of C1, C2, ... C1000. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira