You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Xuefu Zhang (JIRA)" <ji...@apache.org> on 2015/07/14 07:11:04 UTC

[jira] [Resolved] (PIG-4633) Update hadoop version to enable Spark output statistics

     [ https://issues.apache.org/jira/browse/PIG-4633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xuefu Zhang resolved PIG-4633.
------------------------------
    Resolution: Fixed

Committed to Spark branch. Thanks, Xianda.

> Update hadoop version to enable Spark output statistics
> -------------------------------------------------------
>
>                 Key: PIG-4633
>                 URL: https://issues.apache.org/jira/browse/PIG-4633
>             Project: Pig
>          Issue Type: Sub-task
>          Components: spark
>            Reporter: kexianda
>            Assignee: kexianda
>             Fix For: spark-branch
>
>         Attachments: PIG-4633.patch
>
>
> Spark support output statistics from 1.3.0 ([SPARK-3179. Add task OutputMetrics|https://issues.apache.org/jira/browse/SPARK-3179])
> {code:title=SparkHadoopUtil.scala|borderStyle=solid}
> stats.map(Utils.invoke(classOf[Statistics], _, "getThreadStatistics"))
> {code}
> Spark invoke hadoop's function getThreadStatistics. But, this method was added into hadoop from version 2.5.0 ([HADOOP-10688|https://issues.apache.org/jira/browse/HADOOP-10688])
> The version of hadoop in ivy/libraries.properties should be 2.5.0 +



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)