Uploaded image for project: 'Pig'
  1. Pig
  2. PIG-4059 Pig on Spark
  3. PIG-4633

Update hadoop version to enable Spark output statistics

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • spark-branch
    • spark
    • None

    Description

      Spark support output statistics from 1.3.0 (SPARK-3179. Add task OutputMetrics)

      SparkHadoopUtil.scala
      stats.map(Utils.invoke(classOf[Statistics], _, "getThreadStatistics"))
      

      Spark invoke hadoop's function getThreadStatistics. But, this method was added into hadoop from version 2.5.0 (HADOOP-10688)

      The version of hadoop in ivy/libraries.properties should be 2.5.0 +

      Attachments

        1. PIG-4633.patch
          0.5 kB
          Xianda Ke

        Activity

          People

            kexianda Xianda Ke
            kexianda Xianda Ke
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: