aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authornemccarthy <nathan@nemccarthy.me>2015-02-02 20:03:13 -0800
committerJosh Rosen <joshrosen@databricks.com>2015-02-02 20:03:13 -0800
commitcb39f120430fe44695f38d80858c9aed79eedd6f (patch)
tree4fad9b5dffba5ba99112685eb282a782366e5e6b /core
parent8f471a66db0571a76a21c0d93312197fee16174a (diff)
downloadspark-cb39f120430fe44695f38d80858c9aed79eedd6f.tar.gz
spark-cb39f120430fe44695f38d80858c9aed79eedd6f.tar.bz2
spark-cb39f120430fe44695f38d80858c9aed79eedd6f.zip
[SPARK-5543][WebUI] Remove unused import JsonUtil from from JsonProtocol
Simple PR to Remove unused import JsonUtil from from org.apache.spark.util.JsonProtocol.scala which fails builds with older versions of hadoop-core This import is unused. It was introduced in PR #4029 https://github.com/apache/spark/pull/4029 as a part of JIRA SPARK-5231 Author: nemccarthy <nathan@nemccarthy.me> Closes #4320 from nemccarthy/master and squashes the following commits: 8e34a11 [nemccarthy] [SPARK-5543][WebUI] Remove unused import JsonUtil from from org.apache.spark.util.JsonProtocol.scala which fails builds with older versions of hadoop-core
Diffstat (limited to 'core')
-rw-r--r--core/src/main/scala/org/apache/spark/util/JsonProtocol.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/src/main/scala/org/apache/spark/util/JsonProtocol.scala b/core/src/main/scala/org/apache/spark/util/JsonProtocol.scala
index 414bc49a57..8e0e41ad37 100644
--- a/core/src/main/scala/org/apache/spark/util/JsonProtocol.scala
+++ b/core/src/main/scala/org/apache/spark/util/JsonProtocol.scala
@@ -32,7 +32,6 @@ import org.apache.spark.executor._
import org.apache.spark.scheduler._
import org.apache.spark.storage._
import org.apache.spark._
-import org.apache.hadoop.hdfs.web.JsonUtil
/**
* Serializes SparkListener events to/from JSON. This protocol provides strong backwards-