-
Notifications
You must be signed in to change notification settings - Fork 119
Connecting Spark with hadoop
Awantik Das edited this page Jan 25, 2019
·
1 revision
In spark-config file
spark.master yarn spark.eventLog.enabled true spark.eventLog.dir hdfs://localhost:9000/spark-logs
spark.history.provider org.apache.spark.deploy.history.FsHistoryProvider spark.history.fs.logDirectory hdfs://localhost:9000/spark-logs spark.history.fs.update.interval 10s spark.history.ui.port 18080
- Configure history server ~/packages/spark-2.4.0-bin-hadoop2.7/sbin$ ./start-history-server.sh