Spark 1.5.0 spark.app.id warning
问题 I had updated my CDH cluster to use spark 1.5.0 . When I submit spark application, the system show warning about spark.app.id Using default name DAGScheduler for source because spark.app.id is not set. I have searched about spark.app.id but not document about it. I read this link and I think It is used for RestAPI call. I don't see this warning in spark 1.4 . Could someone explain it to me and show how to set it? 回答1: It's not necessarily used for the REST API, but rather for monitoring