newAPIHadoopFile throws a JsonMappingException: Infinite recursion (StackOverflowError) error

2016-11-17 Thread David Robison
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.convert.IterableWrapper[0]->org.apache.spark.rdd.RDDOp

Re: Infinite recursion in createDataFrame for avro types

2016-04-11 Thread Brad Cox
state table)"}, >{ "name": "localorig", "type": "boolean", "doc": "If conn originated > locally T; if remotely F."}, >{ "name": "localresp", "type": "boolean", "doc

Infinite recursion in createDataFrame for avro types

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

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 w

Re: Recursion

2014-09-07 Thread Tobias Pfeiffer
Hi, On Fri, Sep 5, 2014 at 6:16 PM, Deep Pradhan 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?