----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/8933/ -----------------------------------------------------------
(Updated Jan. 15, 2013, 1:30 p.m.) Review request for hive. Changes ------- remove some tab. Description ------- Port Hadoop streaming's counters/status reporters to Hive Transforms. https://issues.apache.org/jira/browse/HADOOP-1328 " Introduced a way for a streaming process to update global counters and status using stderr stream to emit information. Use "reporter:counter:<group>,<counter>,<amount> " to update a counter. Use "reporter:status:<message>" to update status. " This addresses bug HIVE-305. https://issues.apache.org/jira/browse/HIVE-305 Diffs (updated) ----- http://svn.apache.org/repos/asf/hive/trunk/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java 1431196 http://svn.apache.org/repos/asf/hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/ScriptOperator.java 1431196 Diff: https://reviews.apache.org/r/8933/diff/ Testing ------- just simple test it. No new test case because I couldn't find the good way to write it . Any suggestions are welcome. Thanks, Guo Hongjie