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

BusinessDayFrequency error (Python) #4

Open
hartziai opened this issue Mar 11, 2016 · 6 comments
Open

BusinessDayFrequency error (Python) #4

hartziai opened this issue Mar 11, 2016 · 6 comments

Comments

@hartziai
Copy link

Getting this error on BusinessDayFrequency(1, 1, sc)
__init__() takes exactly 3 arguments (4 given)

when I change it to BusinessDayFrequency(1, sc) I get this error:

--> self._jfreq = sc._jvm.com.cloudera.sparkts.BusinessDayFrequency(bdays)
TypeError: 'JavaPackage' object is not callable
@ahjdzx
Copy link

ahjdzx commented Aug 4, 2016

+1
@sryza
Did you solve it? @hartziai

@sryza
Copy link
Owner

sryza commented Aug 9, 2016

Hi @hartziai and @ahjdzx, this issue was fixed here: sryza/spark-timeseries#133, but I haven't yet had a chance to include that commit in a release

@Mahshids
Copy link

Mahshids commented Oct 2, 2017

Hi @sryza . Did you get a chance to include the fix #133 , in the latest release? I've just started using sparkts. I'm getting the above error in Python.

@ShakthiYasas
Copy link

Hey @sryza I still get this exact issue mentioned by @hartziai . Hasn't the changes being in effect ?

@sryza
Copy link
Owner

sryza commented Dec 18, 2018

Hey @ShakthiYasas, apologies, but I haven't had the time to do a release since then

@manj003
Copy link

manj003 commented Oct 18, 2019

Any chance to release this fix in future.

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

6 participants