spylon-kernel icon indicating copy to clipboard operation
spylon-kernel copied to clipboard

[Request] provide example of Spark Yarn cluster conectivity (EMR)

Open fcastillao opened this issue 6 years ago • 1 comments

please provide some examples of yarn cluster connectivity

use case: want to connect to an EMR cluster running spark on YARN mode, running on a public vpc/subnet and allowing ssh (port 22) connections, can open other ports when necessary.

thanks

fcastillao avatar Feb 04 '19 19:02 fcastillao

%%init_spark
launcher.num_executors = 18
launcher.executor_cores = 6
launcher.driver_memory = '30g'
launcher.master = "yarn"
launcher.jars = ["file:///root/spark-tensorflow-connector_2.11-1.14.0.jar"]

You can try this.

Lihengwannafly avatar Aug 06 '19 13:08 Lihengwannafly