You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Guo Hongjie <im...@gmail.com> on 2013/01/12 05:21:07 UTC

Review Request: HIVE-305: Port Hadoop streaming's counters/status reporters to Hive Transforms

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/8933/
-----------------------------------------------------------

Review request for hive.


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

  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


Re: Review Request: HIVE-305: Port Hadoop streaming's counters/status reporters to Hive Transforms

Posted by Guo Hongjie <ho...@gmail.com>.
-----------------------------------------------------------
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