Member since
05-11-2016
4
Posts
1
Kudos Received
0
Solutions
01-09-2018
11:10 AM
Hi @Sagar Shimpi, YARN does not have REST api to add a queue. We need to change the capacity-scheduler.xml and refresh yarn queues using "yarn rmadmin -refreshQueues" command. The same is done by the Ambari Server. The REST api you have shared is from Browser to Ambari Server, which internally calls the queue refresh command.
... View more
05-11-2016
11:54 AM
Can you check if somewhere in spark-example.py or any spark-default.conf is overriding the master and deploy-mode properties
... View more