Skip to content

Commit

Permalink
Compilation fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcelo Vanzin committed Aug 7, 2014
1 parent f16cadd commit 3f26760
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import org.mockito.invocation.InvocationOnMock
import org.mockito.stubbing.Answer
import org.scalatest.FunSuite

import org.apache.spark.SparkConf
import org.apache.spark.deploy.{Command, DriverDescription}

class DriverRunnerTest extends FunSuite {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import java.util.concurrent.{Executors, ExecutorService}
import org.apache.hadoop.fs.{FileSystem, Path}

import org.apache.spark.{SparkConf, SparkEnv}
import org.apache.spark.deploy.SparkHadoopUtil
import org.apache.spark.util.Utils
import org.apache.spark.util.ParentClassLoader

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import org.apache.hadoop.yarn.ipc.YarnRPC
import org.apache.hadoop.yarn.util.Records

import org.apache.spark.{Logging, SparkConf}

import org.apache.spark.deploy.SparkHadoopUtil

/**
* Version of [[org.apache.spark.deploy.yarn.ClientBase]] tailored to YARN's stable API.
Expand Down

0 comments on commit 3f26760

Please sign in to comment.