You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having a couple of issues similar to those posted here before. Not sure if this is a spark timeseries issue or examples.
I am running spark-2.0.0 and a snapshot of spark-timeseries (though renamed during compile to 0.4.0)
The nosetest fails most of the time, only completing without failure every now and then. nosetest.txt
Also attached a log spark-ts.txt of running the python example, this returns
Did you ever get this to work properly?
I am have the same issue, tickerObs has the price data but tickerTsrdd has the prices as nan; so the issue is either the freq, dtIndex, or time_series_rdd_from_observationsor.
Hi,
I am having a couple of issues similar to those posted here before. Not sure if this is a spark timeseries issue or examples.
I am running spark-2.0.0 and a snapshot of spark-timeseries (though renamed during compile to 0.4.0)
The nosetest fails most of the time, only completing without failure every now and then.
nosetest.txt
Also attached a log spark-ts.txt of running the python example, this returns
The only other error i can see is :
tickerTsrdd.cache()
MapPartitionsRDD[13] at map at NativeMethodAccessorImpl.java:-2
Any tips or fixing these problems would be appreciated.
Rene
The text was updated successfully, but these errors were encountered: