Re: Issue with loading dependencies and jars

2018-03-11 Thread Mars Hall
ibution via `make-distribution.sh` script: http://predictionio.apache.org/community/contribute-code/#getting-started -- *Mars Hall 415-818-7039 Customer Facing Architect Salesforce Platform / Heroku San Francisco, California

Re: Issue with loading dependencies and jars

2018-03-09 Thread Mars Hall
It looks like this Scala function is the source of that jars list: https://github.com/apache/predictionio/blob/develop/tools/src/main/scala/org/apache/predictionio/tools/Common.scala#L81 On Fri, Mar 9, 2018 at 17:42 Mars Hall <mars.h...@salesforce.com> wrote: > Where does the classpath

Re: Issue with loading dependencies and jars

2018-03-09 Thread Mars Hall
^ >> >>[ERROR] [Engine$] Return code of build command: >> /tmp/build_a27b71b6803e5ee2db3367fa69981626/lift-iq-score-f7694693324fc7acebdc6effb0134c218eb7434e/PredictionIO-dist/sbt/sbt >> package assemblyPackageDependency is 1. Aborting. >> >> ! Pus

Re: Issue with loading dependencies and jars

2018-03-09 Thread Mars Hall
hane Johnson | LIFT IQ* > *Founder | CEO* > > *www.liftiq.com <http://www.liftiq.com/>* or *sh...@liftiq.com > <sh...@liftiq.com>* > mobile: (801) 360-3350 > LinkedIn <https://www.linkedin.com/in/shanewjohnson/> | Twitter > <https://twitter.com/SWaldenJ> | F

Re: [ERROR] [Storage$] Required repository (METADATA) configuration is missing.

2018-03-09 Thread Mars Hall
ache.predictionio.tools.console.Console$ > [main] - Dumping configuration of initialized storage backend sources. > Please make sure they are correct. > 2018-03-08 19:08:55,644 ERROR org.apache.predictionio.tools.console.Console$ > [main] - Source Name: ELASTICSEARCH; Type: elastic

Re: [ERROR] [Storage$] Required repository (METADATA) configuration is missing.

2018-03-08 Thread Mars Hall
GE_SOURCES_PGSQL_TYPE=jdbc >> #PIO_STORAGE_SOURCES_PGSQL_URL=jdbc:postgresql://localhost/pio >> #PIO_STORAGE_SOURCES_PGSQL_USERNAME=pio >> #$PIO_STORAGE_SOURCES_PGSQL_PASSWORD=pio >> >> # MySQL Example >> # PIO_STORAGE_SOURCES_MYSQL_TYPE=jdbc >> # PIO_STORAGE_SOURCES_MYSQL_URL=jdbc:mysql://localhost/pio >> # PIO_STORAGE_SOURCES_MYSQL_USERNAME=pio >> # PIO_STORAGE_SOURCES_MYSQL_PASSWORD=pio >> >> # Elasticsearch Example >> PIO_STORAGE_SOURCES_ELASTICSEARCH_TYPE=elasticsearch >> PIO_STORAGE_SOURCES_ELASTICSEARCH_CLUSTERNAME=elasticsearch_cluster_name >> PIO_STORAGE_SOURCES_ELASTICSEARCH_HOSTS=localhost >> PIO_STORAGE_SOURCES_ELASTICSEARCH_PORTS=9300 >> PIO_STORAGE_SOURCES_ELASTICSEARCH_HOME=/dfs/pawan_scala/ >> mapr-predictionio/vendors/elasticsearch-5.5.2 >> >> # Local File System Example >> PIO_STORAGE_SOURCES_LOCALFS_TYPE=localfs >> PIO_STORAGE_SOURCES_LOCALFS_PATH=$PIO_FS_BASEDIR/models >> >> # HBase Example >> PIO_STORAGE_SOURCES_HBASE_TYPE=hbase >> PIO_STORAGE_SOURCES_HBASE_HOME=/dfs/pawan_scala/mapr-predic >> tionio/vendors/hbase-1.2.6 >> >> [mapr@valvcshad004vm conf]$ >> >> >> -- >> Thanks, >> Pawan Agnihotri >> > > > > -- > Thanks, > Pawan Agnihotri > -- *Mars Hall 415-818-7039 Customer Facing Architect Salesforce Platform / Heroku San Francisco, California

Re: Issue with loading dependencies and jars

2018-03-07 Thread Mars Hall
sspath as intended: > CLASSPATH="/app/PredictionIO-dist/lib/spark/aws-java-sdk.jar:$CLASSPATH" > echo "$CLASSPATH" > aws-java-sdk.jar is already in the CLASSPATH though, So, the script will need to be skip or remove it first. -- *Mars Hall 415-818-7039 Customer Fa

Re: pio train on Amazon EMR

2018-02-05 Thread Mars Hall
io.FileNotFoundException: /root/pio.log (Permission denied) > > [ERROR] [CreateWorkflow$] Error reading from file: File > file:/quickstartapp/MyExample/engine.json does not exist. Aborting workflow. > > > Thank you. > -- *Mars Hall 415-818-7039 Customer Facing Architect Salesforce Platform / Heroku San Francisco, California

Re: pio batchpredict fix & changes

2017-11-21 Thread Mars Hall
oading output files for such setup. It will unlikely scale to > much larger dataset. > > That said, this is a very important and convenient feature. I'll help make > it as good as possible. > > Regards, > Donald > > On Mon, Nov 20, 2017 at 10:21 AM, Mars Hall <mars.h...@s