Re: ElasticSearch Spark error

2017-05-15 Thread Rohit Verma
Try to switch the trace logging, is your es cluster running behind docker. Its possible that your spark cluster can’t communicate using docker ips. Regards Rohit On May 15, 2017, at 4:55 PM, Nick Pentreath mailto:nick.pentre...@gmail.com>> wrote: It may be best to ask on the elasticsearch-Hado

Re: ElasticSearch Spark error

2017-05-15 Thread Nick Pentreath
It may be best to ask on the elasticsearch-Hadoop github project On Mon, 15 May 2017 at 13:19, nayan sharma wrote: > Hi All, > > *ERROR:-* > > *Caused by: org.apache.spark.util.TaskCompletionListenerException: > Connection error (check network and/or proxy settings)- all nodes failed; > tried [[

ElasticSearch Spark error

2017-05-15 Thread nayan sharma
Hi All, ERROR:- Caused by: org.apache.spark.util.TaskCompletionListenerException: Connection error (check network and/or proxy settings)- all nodes failed; tried [[10.0.1.8*:9200, 10.0.1.**:9200, 10.0.1.***:9200]] I am getting this error while trying to show the dataframe. df.count =5190767 a