On Mon, Nov 23, 2015 at 6:24 PM, gpriestley <grant.priest...@gmail.com> wrote: > Questions I have are: > 1) How does the spark.yarn.am.port relate to defined ports within Spark > (driver, executor, block manager, etc.)? > 2) Doe the spark.yarn.am.port parameter only relate to the spark > driver.port? > 3) Is the spark.yarn.am.port applicable to Yarn-Cluster or Yarn-Client modes > or both?
All the "yarn.am" options are specific to the client-mode application master (so they don't affect cluster mode), and are unrelated to any other Spark service (such as the block manager). -- Marcelo --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@spark.apache.org For additional commands, e-mail: user-h...@spark.apache.org