PredictionIO relies on a data store to store its metadata. At the moment, PredictionIO's storage layer supports Elasticsearch. Make sure you have it running and functioning properly on your computer.
If you are using Elasticsearch at the localhost and its default settings, you may stop here.
Otherwise, change the following in conf/pio-env.sh
to fit your setup.
PIO_STORAGE_SOURCES_ELASTICSEARCH_TYPE=elasticsearch PIO_STORAGE_SOURCES_ELASTICSEARCH_HOSTS=localhost PIO_STORAGE_SOURCES_ELASTICSEARCH_PORTS=9300
Save conf/pio-env.sh
and you are done!