Re: Error while pio status

2017-04-03 Thread infoquest india
I have done corrections and its giving errors below ERROR] [Console$] No storage backend implementation can be found (tried both org.apache.predictionio.data.storage.elasticsearch.ESModels and elasticsearch.ESModels) (org.apache.predictionio.data.storage. StorageClientException) [ERROR] [Console

Re: Error while pio status

2017-04-03 Thread Pat Ferrel
No, your pio-env.sh is changed and needs correction as shown below. I will correct any mention of aml PIO, which has been merged with Apache PIO since 0.10.0 On Apr 3, 2017, at 8:38 AM, infoquest india wrote: Please check instructions on actionml.com here http://action

Re: Error while pio status

2017-04-03 Thread infoquest india
Please check instructions on actionml.com here http://actionml.com/docs/single_machine Its all i have copied from. And it also suggest aml version of prediction which is also incorrect. On Mon, 3 Apr 2017 at 8:41 PM, Pat Ferrel wrote: > The data will come from HBase (or possibly JDBC but not

Re: Error while pio status

2017-04-03 Thread Pat Ferrel
The data will come from HBase (or possibly JDBC but not recommended) the model is always stored in Elasticsearch. The reason for storage in Elasticsearch is that the last step in the algorithm is performed by the ES query, with gives k-nearest neighbors based on cosine similarity. This is not po

Re: Error while pio status

2017-04-03 Thread infoquest india
Can we use HDFS or LocalFileSystem for UR ? I am using single machine setup and changed my /etc/hosts file to point to internal IP. Please find attached pio-env,sh. One thing i am not clear what is creating issue HDFS or ElasticSearch ? Thanks Gaurav http://www.infoquestsolutions.com Turning I

Re: Error while pio status

2017-04-03 Thread Pat Ferrel
If you are still using the UR you don’t need HDFS as a storage backend. In setup instructions, “some-master” is a placeholder where you actually enter the DNS name or IP address of your actual master machine running Elasticsearch. This can be a list comma separated, no spaces. Can you share you

Re: Empty result even though there are events

2017-04-03 Thread Pat Ferrel
I am unclear. What is the problem? You can’t use different datasets (different appNames)? What is the output of `pio app list` On Apr 2, 2017, at 9:06 PM, Vaghawan Ojha wrote: Hi, Thank you, I did the changes. But whenever I changed the appname and did pio build its Ok, but while training

Error while pio status

2017-04-03 Thread infoquest india
Hi I am using pio status i am getting error SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/home/aml/pio/PredictionIO-0.11.0-SNAPSHOT/lib/spark/pio-data-hdfs-assembly-0.11.0-SNAPSHOT.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [j

Re: The recommendation engine shows only one result for all users

2017-04-03 Thread Vaghawan Ojha
Hi, I've approx : 100 event data, all the data looks exactly like this: {"entityId":"00021938","entityType":"user","event":"buy","targetEntityType":"item","targetEntityId":"BM55432"} {"entityId":"00040844","entityType":"user","event":"buy","targetEntityType":"item","targetEntityId":"BM59126"}