Sparkuser191
Sparkuser191

Reputation: 23

Where should Apache Livy be installed in cluster

We want to use apache Livy so that we can invoke spark job from restapi. So do we need to install Livy server on name node or edge node. What is the best practice.

Our spark fat jar will reside in NFS path.

Upvotes: 0

Views: 219

Answers (1)

Chris
Chris

Reputation: 23

Livy can be installed anywhere.You just need to configure it correctly to use the resource manager.It would be easier to configure if you install in Edge node from where you run the spark-submit.

Upvotes: 1

Related Questions