Closed kebodev closed 7 years ago
Hello,
When I run pio train command, i got the following exception:
ERROR] [NetworkClient] Node [85.255.11.174:9200] failed (Connection refused (Connection refused)); no other nodes left - aborting... [ERROR] [Executor] Exception in task 0.0 in stage 103.0 (TID 56) [WARN] [TaskSetManager] Lost task 0.0 in stage 103.0 (TID 56, localhost): org.elasticsearch.hadoop.rest.EsHadoopNoNodesLeftException: Connection error (check network and/or proxy settings)- all nodes failed; tried [[85.255.11.174:9200]]
Elasticsearch running on my local machine, this is my elsticsearch.yml
network.bind_host: localhost node.name: "kebodev" cluster.name: kebo_cluster discovery.zen.ping.multicast.enabled: false
why does it try to connect to the 85.255.11.174 which is my public ip?
Can anyone help me? Thank you!
sorry, was my fault.
Hello,
When I run pio train command, i got the following exception:
ERROR] [NetworkClient] Node [85.255.11.174:9200] failed (Connection refused (Connection refused)); no other nodes left - aborting... [ERROR] [Executor] Exception in task 0.0 in stage 103.0 (TID 56) [WARN] [TaskSetManager] Lost task 0.0 in stage 103.0 (TID 56, localhost): org.elasticsearch.hadoop.rest.EsHadoopNoNodesLeftException: Connection error (check network and/or proxy settings)- all nodes failed; tried [[85.255.11.174:9200]]
Elasticsearch running on my local machine, this is my elsticsearch.yml
network.bind_host: localhost node.name: "kebodev" cluster.name: kebo_cluster discovery.zen.ping.multicast.enabled: false
why does it try to connect to the 85.255.11.174 which is my public ip?
Can anyone help me? Thank you!