----------------------------------------------------------- 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
