Re: es5 storageClient class not found

2017-03-14 Thread Paul-Armand Verhaegen
Hi Donald, Thank you for your response. I did in fact use --with-es=5 and used lowercase for the *_TYPE values (I tried both in fact). But I did start over anew from the latest git commit today, and managed to get it working fairly quickly and indeed without moving the jars manually. Thanks fo

Re: es5 storageClient class not found

2017-03-12 Thread Donald Szeto
Hi Paul, Are you trying the latest commit on the develop branch? You can skip manually moving JARs by building PredictionIO with ./make-distribution.sh --with-es=5 >From this error message: java.lang.ClassNotFoundException: ELASTICSEARCH.StorageClient Did you happen to have this in your conf/pio

es5 storageClient class not found

2017-03-09 Thread Paul-Armand Verhaegen
Hi all, Trying to setup the 0.11 with es5 storage for meta en events (localfs for models). I had some difficulties: 1. with make_distribution: had to substitute the origin of the copy operation from /lib/spark/pio-data-elasticsearch-assembly-*.jar to the directory storage/elasticsearch/targe