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

[jira] [Created] (PIG-4633) fix libaray version to enable output statistics for Pig on spark

kexianda created PIG-4633:
-----------------------------

             Summary: fix libaray version to enable output statistics for Pig on spark
                 Key: PIG-4633
                 URL: https://issues.apache.org/jira/browse/PIG-4633
             Project: Pig
          Issue Type: Sub-task
            Reporter: kexianda
            Assignee: kexianda


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)