sphereio / docker-predictionio

Docker container for PredictionIO-based machine learning services
50 stars 33 forks source link

PredictionIO cannot connect to Elastic Search nodes #7

Open AlexGustafsson opened 8 years ago

AlexGustafsson commented 8 years ago
[INFO] [Console$] Inspecting PredictionIO...
[INFO] [Console$] PredictionIO 0.9.4 is installed at /PredictionIO-0.9.4
[INFO] [Console$] Inspecting Apache Spark...
[INFO] [Console$] Apache Spark is installed at /PredictionIO-0.9.4/vendors/spark-1.4.1-bin-hadoop2.6
[INFO] [Console$] Apache Spark 1.4.1 detected (meets minimum requirement of 1.3.0)
[INFO] [Console$] Inspecting storage backend connections...
[INFO] [Storage$] Verifying Meta Data Backend (Source: ELASTICSEARCH)...
[ERROR] [Console$] Unable to connect to all storage backends successfully. The following shows the error message from the storage backend.
[ERROR] [Console$] None of the configured nodes are available: [] (org.elasticsearch.client.transport.NoNodeAvailableException)
[ERROR] [Console$] Dumping configuration of initialized storage backend sources. Please make sure they are correct.
[ERROR] [Console$] Source Name: ELASTICSEARCH; Type: elasticsearch; Configuration: HOME -> /PredictionIO-0.9.4/vendors/elasticsearch-1.4.4, HOSTS -> localhost, PORTS -> 9300, CLUSTERNAME -> predictionio, TYPE -> elasticsearch
root@31225b9416ef:/#
mickadoua commented 8 years ago

hi have you run pio-start-all in your container ?

desavera commented 7 years ago

Hi , I have exactly the same issue ... and yes I ran the start script !

aruncnt commented 7 years ago

I have exactly same issue ..

ebuildy commented 7 years ago

Check that elasticsearch is running by doing inside container curl localhost:9200

chrisciampoli commented 7 years ago

Any luck with this?

cassarreb commented 6 years ago

Hi, any updates on this please?