spark-clinet mode runs driver in your application's JVM while
spark-cluster mode runs driver in yarn cluster.
Sincerely,
DB Tsai
---
My Blog: https://www.dbtsai.com
LinkedIn: https://www.linkedin.com/in/dbtsai
On Mon, Jul 7, 2014 at 5:44 PM, C
Hi,
I am running some simple samples for my project. Right now the spark sample is
running on Hadoop 2.2 with YARN. My question is what is the main different when
we run as spark-client and spark-cluster except different way to submit our
job. And what is the specific way to configure the job e