Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with python #6

Open
rcastbergw opened this issue Oct 12, 2016 · 1 comment
Open

Issues with python #6

rcastbergw opened this issue Oct 12, 2016 · 1 comment

Comments

@rcastbergw
Copy link

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

print(dwStats.min())
([nan], u'AAL')
print(dwStats.max())
([nan], u'AAL')

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

@h93vw
Copy link

h93vw commented Jan 11, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants