newAPIHadoopFile throws a JsonMappingException: Infinite recursion (StackOverflowError) error

2016-11-17 Thread David Robison
xedLengthInputFormat.class, LongWritable.class, BytesWritable.class, config); However, when I run the job I get the following error: com.fasterxml.jackson.databind.JsonMappingException: Infinite recursion (StackOverflowError) (through reference chain: scala.collection

Re: Infinite recursion in createDataFrame for avro types

2016-04-11 Thread Brad Cox
;boolean", "doc": "empty, always > unset"}, >{ "name": "missedbytes", "type": "int", "doc": "Number of missing > bytes in content gaps"}, >{ "name": "history", &q

Infinite recursion in createDataFrame for avro types

2016-04-10 Thread Brad Cox
an", "doc": "empty, always unset"}, { "name": "missedbytes", "type": "int", "doc": "Number of missing bytes in content gaps"}, { "name": "history", "type": "stri

PicklingError: Could not pickle object as excessively deep recursion required.

2015-07-18 Thread Andrej Burja
hi on windows, in local mode, using pyspark i got an error about excessively deep recursion i'm using some module for lemmatizing/stemming, which uses some dll and some binary files (module is a python wrapper around c code). spark version 1.4.0 any idea what is going

Re: Recursion

2014-09-07 Thread Tobias Pfeiffer
Hi, On Fri, Sep 5, 2014 at 6:16 PM, Deep Pradhan pradhandeep1...@gmail.com wrote: Does Spark support recursive calls? Can you give an example of which kind of recursion you would like to use? Tobias

Recursion

2014-09-05 Thread Deep Pradhan
Hi, Does Spark support recursive calls?