I don't think that's the case. spark-yarn contains `org.apache.spark.deploy.yarn` package, whereas spark-network-yarn contains `org.apache.spark.network.yarn`, and they do different things.
The former contains codes for deploying Spark applications to YARN cluster, and called when running `spark-submit --master yarn...` and the latter contains a shuffle service that runs in NM process. While spark-yarn is not a programming interface and normally used only by Spark toolchain, I need it as a library dependency, for programatically launching spark application on YARN. spark-yarn.jar does appear in '/yarn/stable/target` when building Spark 1.2.0 from source code and I'm manually adding that to my maven repository. But I'd like to know why it is excluded from the maven repo. -- View this message in context: http://apache-spark-developers-list.1001551.n3.nabble.com/spark-yarn-2-10-1-2-0-artifacts-tp9853p10023.html Sent from the Apache Spark Developers List mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@spark.apache.org For additional commands, e-mail: dev-h...@spark.apache.org