Hi, I'm trying to build spark-0.8.0 with hadoop-2.1.0-beta. I have changed the following properties in SparkBuild.scala file.
val DEFAULT_HADOOP_VERSION = "2.1.0-beta" val DEFAULT_YARN = true when i do sbt clean compile, I get an error saying [error] /usr/local/spark-0.8.0-incubating/yarn/src/main/scala/org/apache/spark/deploy/yarn/ApplicationMaster.scala:42: not found: type AMRMProtocol [error] private var resourceManager: AMRMProtocol = null Thanks, Terance.
