Skip to content

Commit

Permalink
[SPARK-3347] [yarn] Fix yarn-alpha compilation.
Browse files Browse the repository at this point in the history
Missing import. Oops.

Author: Marcelo Vanzin <vanzin@cloudera.com>

Closes apache#2236 from vanzin/SPARK-3347 and squashes the following commits:

594fc39 [Marcelo Vanzin] [SPARK-3347] [yarn] Fix yarn-alpha compilation.
  • Loading branch information
Marcelo Vanzin authored and tgravescs committed Sep 2, 2014
1 parent 8f1f9aa commit 066f31a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import org.apache.hadoop.yarn.ipc.YarnRPC
import org.apache.hadoop.yarn.util.{Apps, 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 alpha API.
Expand Down

0 comments on commit 066f31a

Please sign in to comment.