Re: Spark REST API shows Error 503 Service Unavailable

2015-12-17 Thread prateek arora
Hi Vikram , As per Cloudera Person : " There is a minor bug with the way the classpath is setup for the Spark HistoryServer in 5.5.0 which causes the observed error when using the REST API (as a result of bad jersey versions (1.9) being included). This will be fixed in CDH and CM 5.5.2 (yet to b

Re: Spark REST API shows Error 503 Service Unavailable

2015-12-17 Thread Marcelo Vanzin
On Thu, Dec 17, 2015 at 3:31 PM, Vikram Kone wrote: > No we are using standard spark w/ datastax cassandra. I'm able to see some > json when I do http://10.1.40.16:7080/json/v1/applications > but getting the following errors when I do > http://10.1.40.16:7080/api/v1/applications That is actually

Re: Spark REST API shows Error 503 Service Unavailable

2015-12-17 Thread Vikram Kone
No we are using standard spark w/ datastax cassandra. I'm able to see some json when I do http://10.1.40.16:7080/json/v1/applications but getting the following errors when I do http://10.1.40.16:7080/api/v1/applications HTTP ERROR 503 Problem accessing /api/v1/applications. Reason: Service

Re: Spark REST API shows Error 503 Service Unavailable

2015-12-17 Thread Marcelo Vanzin
Hi Prateek, Are you using CDH 5.5 by any chance? We fixed this bug in an upcoming patch. Unfortunately there's no workaround at the moment... it doesn't affect upstream Spark either. On Fri, Dec 11, 2015 at 2:05 PM, prateek arora wrote: > > > Hi > > I am trying to access Spark Using REST API but

Re: Spark REST API shows Error 503 Service Unavailable

2015-12-17 Thread Vikram Kone
Hi Prateek, Were you able to figure why this is happening? I'm seeing the same error on my spark standalone cluster. Any pointers anyone? On Fri, Dec 11, 2015 at 2:05 PM, prateek arora wrote: > > > Hi > > I am trying to access Spark Using REST API but got below error : > > Command : > > curl ht