I am using Sprak-TS for my term project and while running the Stocks.py example, I get the following error :
Traceback (most recent call last):
File "/Users/abhinandandubey/Desktop/bda_project/Stocks.py", line 35, in <module>
freq = BusinessDayFrequency(1, 1, sc)
TypeError: __init__() takes exactly 3 arguments (4 given)
16/12/15 14:17:37 INFO SparkContext: Invoking stop() from shutdown hook