Invalid accessKey for HBase EventServer for v0.11.1

2017-05-23 Thread Fangzhou Yang
Hi all, I'm using PIO-0.11 on release branch, and just got a problem when using HBase and ES as storage backend. The setting of pio-env.sh is shown in the end of the email, I can use pio-start-all and pio status is fine. However when I create a new application by using pio app new Test1. I c

Re: Dose v.011 support Spark ML, DataFrame and Pipeline

2017-04-21 Thread Fangzhou Yang
, not MLlib. It also does not use Spark for deployed query serving, which is typical of many Templates. So there is room to use your own architecture as long as it fits the general patterns. https://github.com/actionml/universal-recommender On Apr 19, 2017, at 11:28 PM, Fangzhou Yang

Re: Dose v.011 support Spark ML, DataFrame and Pipeline

2017-04-19 Thread Fangzhou Yang
think some new API should be in the default PIO API which would that be? On Apr 19, 2017, at 12:06 AM, Fangzhou Yang mailto:fangzhou.y...@hotmail.com>> wrote: Hi all, I'm new to predictionio. I just noticed that v0.11 can already support Spark 2.x, can it also currently support Sp

Dose v.011 support Spark ML, DataFrame and Pipeline

2017-04-19 Thread Fangzhou Yang
Hi all, I'm new to predictionio. I just noticed that v0.11 can already support Spark 2.x, can it also currently support Spark ML, DataFrame and Pipeline. It seems the Algorithm interfaces support only Spark RDD. If SparkML is not supported for now, will it be on the roadmap? Are there anyone