Skip to content

Commit 02b5ac7

Browse files
ScrapCodesrxin
authored andcommitted
Minor - Fix trivial compilation warnings.
Author: Prashant Sharma <[email protected]> Closes #2331 from ScrapCodes/compilation-warn and squashes the following commits: 44c1e76 [Prashant Sharma] Minor - Fix trivial compilation warnings.
1 parent 2686233 commit 02b5ac7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

core/src/main/scala/org/apache/spark/SparkContext.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ import org.apache.spark.scheduler.cluster.{CoarseGrainedSchedulerBackend, SparkD
4949
import org.apache.spark.scheduler.cluster.mesos.{CoarseMesosSchedulerBackend, MesosSchedulerBackend}
5050
import org.apache.spark.scheduler.local.LocalBackend
5151
import org.apache.spark.storage._
52-
import org.apache.spark.SPARK_VERSION
5352
import org.apache.spark.ui.SparkUI
5453
import org.apache.spark.util.{CallSite, ClosureCleaner, MetadataCleaner, MetadataCleanerType, TimeStampedWeakValueHashMap, Utils}
5554

examples/src/main/scala/org/apache/spark/examples/graphx/LiveJournalPageRank.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ package org.apache.spark.examples.graphx
2020
import org.apache.spark.SparkContext._
2121
import org.apache.spark._
2222
import org.apache.spark.graphx._
23-
import org.apache.spark.examples.graphx.Analytics
23+
2424

2525
/**
2626
* Uses GraphX to run PageRank on a LiveJournal social network graph. Download the dataset from

0 commit comments

Comments
 (0)