[ 
https://issues.apache.org/jira/browse/HIVE-305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13714748#comment-13714748
 ] 

Edward Capriolo commented on HIVE-305:
--------------------------------------

In this patch we are using the same variable as the upstream hadoop.
{code}
public MRErrorThread() {
+      this.reporterPrefix = job_.get("stream.stderr.reporter.prefix", 
"reporter:");
{code}

I am ok with this because the meaning is the same, and duplicating hadoop 
variables is something we are trying to avoid. (like the ticket on deprecating 
hive's speculative execution settings.

                
> Port Hadoop streaming's counters/status reporters to Hive Transforms
> --------------------------------------------------------------------
>
>                 Key: HIVE-305
>                 URL: https://issues.apache.org/jira/browse/HIVE-305
>             Project: Hive
>          Issue Type: New Feature
>          Components: Query Processor
>            Reporter: Venky Iyer
>            Assignee: Guo Hongjie
>         Attachments: HIVE-305.1.patch, HIVE-305.2.patch, hive-305.3.diff.txt, 
> HIVE-305.patch.txt
>
>
> 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 message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to