-
Type:
Sub-task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: spark-branch
-
Component/s: spark
-
Labels:None
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 +