actionml / universal-recommender

Highly configurable recommender based on PredictionIO and Mahout's Correlated Cross-Occurrence algorithm
http://actionml.com/universal-recommender
Apache License 2.0
669 stars 172 forks source link

pio train #13

Closed kebodev closed 7 years ago

kebodev commented 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!

kebodev commented 7 years ago

sorry, was my fault.