Re: Use of common argument scratch-uri and remote deployment

2016-10-04 Thread Bansari Shah
Thank you for your guidance. We have to build and train on development machine which can be standalone or 3 node cluster and deploy on production environment which is completely different cluster. In this case does scratch-uri will work or we have to follow another process. Please suggest me. Th

Re: Unable to Access Event Server or Engine from Web Browser (Outside SSH)

2016-10-04 Thread amal kumar
Hi, As my understanding, i have updated the ec2 security group as below. Still not able to connect from web browser outside SSH Inbound: [image: Inline image 1] Outbound: [image: Inline image 2] iptables Status: $ sudo iptables -S -P INPUT ACCEPT -P FORWARD ACCEPT -P OUTPUT ACCEPT ip6tables

Re: Use of common argument scratch-uri and remote deployment

2016-10-04 Thread Donald Szeto
Hi Bansari, The --scratch-uri switch is only useful with "pio train/deploy" using YARN cluster mode, which is your case. It tells PredictionIO where to copy PredictionIO JARs and engine.json for YARN cluster mode to work properly. 1. Make sure HADOOP_CONF_DIR is set properly in conf/pio-env.sh. 2

Re: Use of common argument scratch-uri and remote deployment

2016-10-04 Thread Pat Ferrel
No idea about 'scratch-uri’ but once you build a model if you have specified (in pio-env.sh) that pio use hdfs for the model storage it will already be available to any machine that has access to hdfs. It somewhat depends on the template, the Universal Recommender uses Elasticsearch for model st

Re: Use of common argument scratch-uri and remote deployment

2016-10-04 Thread Bansari Shah
Hi Donald, I am running my spark cluster of 3 node with YARN and spark driver is within cluster. Thanks Regards, Bansari On Tue, Oct 4, 2016 at 9:59 PM, Donald Szeto wrote: > Hi Bansari, > > How are you running your Spark cluster? Standalone, YARN, or Mesos? Are > you running the Spark driver

Re: Use of common argument scratch-uri and remote deployment

2016-10-04 Thread Donald Szeto
Hi Bansari, How are you running your Spark cluster? Standalone, YARN, or Mesos? Are you running the Spark driver on the client or within the cluster? Regards, Donald On Tue, Oct 4, 2016 at 5:55 AM, Bansari Shah wrote: > Hi, > Can you please guide me how to use 'scratch-uri' argument in case of

Re: Running predictionIO on a web server other than localhost

2016-10-04 Thread Mars Hall
Hi Jenna, Today at Dreamforce (the Salesforce conference) we're presenting this PredictionIO Heroku buildpack in a developer session called "Exploring Machine Learning on Heroku": https://github.com/heroku/predictionio-buildpack The README is

Use of common argument scratch-uri and remote deployment

2016-10-04 Thread Bansari Shah
Hi, Can you please guide me how to use 'scratch-uri' argument in case of transferring all necessary files to remote location. And can you please suggest me any way for deploying model on remote location which is trained and build on other machine. Please consider it. Thank you, Regards, Bansar

Re: Running predictionIO on a web server other than localhost

2016-10-04 Thread Sunny
Hello Jenna, Deployment in local is fine if you are running lightweight jobs and using it just for hands-on and learning purpose, no need to bear extra cost of the additional computing power of cloud services. In case you are into heavy weight research work or running a production system and wants

Re: Unable to Access Event Server or Engine from Web Browser (Outside SSH)

2016-10-04 Thread Sunny
Hello Amal, It seems that you need to tweak EC2 network settings to allow incoming traffic to both the ports (7070 & 8000) to be able to access it from outside the linux instance. -- Tapo On Tue, 4 Oct 2016 at 17:09 amal kumar wrote: > Hi Team, > > Hello, > > I have installed the PredictionIO

Unable to Access Event Server or Engine from Web Browser (Outside SSH)

2016-10-04 Thread amal kumar
Hi Team, Hello, I have installed the PredictionIO on EC2, using the below reference http://predictionio.incubator.apache.org/install/install-linux/ Event server is started with command to serve the glolab traffic pio eventserver 0.0.0.0 & Also, I have deployed PredictionIO template i.e. http: