Github user shaananc commented on the pull request:

    https://github.com/apache/spark/pull/5173#issuecomment-93175644
  
    I'm getting the error: 
        `File "/spark/python/pyspark/serializers.py", line 419, in loads
        return pickle.loads(obj)
    TypeError: ('code() takes at most 14 arguments (15 given)', <type 'code'>, 
(2, 0, 2, 2, 19, '\x88\x00\x00|\x01\x00\x83\x01\x00S', (None,), (), (u's', 
u'iterator'), u'/spark/python/pyspark/rdd.py', u'func', 294, '\x00\x01', 
(u'f',), ()))    `
    
    Whenever I try and run 
    
    `data = (1, 2)
    distData = sc.parallelize(data)
    distData.reduce(lambda a, b: a + b)`
    
    After having pulled this into master. Any clue what the issue could be?



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to