I have deployed a spark standalone cluster, but when i try to access the rest api for some application info. The url i try to access is http://ip:4040/api/v1.
Link for the rest api doc -> http://spark.apache.org/docs/latest/monitoring.html#rest-api
It says
METHOD NOT ALLOWED
I think this is some config issue or something.
Thanks in advance for help.