Re: Time-Series Analysis with Spark

2017-01-11 Thread vaquar khan
ry/package out there in community of *Seasonal >>> ARIMA* implementation in Spark? >>> >>> 2. Is there any implementation of Dynamic Linear Model (*DLM*) on Spark? >>> >>> 3. What are the libraries which can be leveraged for time-series >&g

Re: Time-Series Analysis with Spark

2017-01-11 Thread Rishabh Bhardwaj
asonal >> ARIMA* implementation in Spark? >> >> 2. Is there any implementation of Dynamic Linear Model (*DLM*) on Spark? >> >> 3. What are the libraries which can be leveraged for time-series analysis >> with Spark (like spark-ts)? >> >> 4. Is there any roadmap of having time-series algorithms like AR,MA,ARIMA >> in Spark codebase itself? >> >> Thank You, >> Rishabh. >> >

Re: Time-Series Analysis with Spark

2017-01-11 Thread Dirceu Semighini Filho
ge out there in community of *Seasonal >> ARIMA* implementation in Spark? >> >> 2. Is there any implementation of Dynamic Linear Model (*DLM*) on Spark? >> >> 3. What are the libraries which can be leveraged for time-series analysis >> with Spark (like spark-ts)? >>

Re: Time-Series Analysis with Spark

2017-01-11 Thread Sean Owen
e out there in community of *Seasonal ARIMA* > implementation in Spark? > > 2. Is there any implementation of Dynamic Linear Model (*DLM*) on Spark? > > 3. What are the libraries which can be leveraged for time-series analysis > with Spark (like spark-ts)? > > 4. Is there any roadmap o

Time-Series Analysis with Spark

2017-01-11 Thread Rishabh Bhardwaj
are the libraries which can be leveraged for time-series analysis with Spark (like spark-ts)? 4. Is there any roadmap of having time-series algorithms like AR,MA,ARIMA in Spark codebase itself? Thank You, Rishabh.

Re: [Proposal] Enabling time series analysis on spark metrics

2016-03-03 Thread Karan Kumar
Precisely. Found a JIRA in this regard : SPARK-10610 On Wed, Mar 2, 2016 at 3:36 AM, Reynold Xin wrote: > Is the suggestion just to use a different config (and maybe fallback to > appid) in order to publish metrics? Seems

Re: [Proposal] Enabling time series analysis on spark metrics

2016-03-01 Thread Reynold Xin
Is the suggestion just to use a different config (and maybe fallback to appid) in order to publish metrics? Seems reasonable. On Tue, Mar 1, 2016 at 8:17 AM, Karan Kumar wrote: > +dev mailing list > > Time series analysis on metrics becomes quite useful when running

Re: [Proposal] Enabling time series analysis on spark metrics

2016-03-01 Thread Karan Kumar
+dev mailing list Time series analysis on metrics becomes quite useful when running spark jobs using a workflow manager like oozie. Would love to take this up if the community thinks its worthwhile. On Tue, Feb 23, 2016 at 2:59 PM, Karan Kumar wrote: > HI > > Spark

[Proposal] Enabling time series analysis on spark metrics

2016-02-23 Thread Karan Kumar
HI Spark at the moment uses application ID to report metrics. I was thinking that if we can create an option to export metrics on a user-controlled key. This will allow us to do time series analysis on counters by dumping these counters in a DB such as graphite. One of the approaches I had in