Re: Debugging a PythonException with no details

2017-01-17 Thread Nicholas Chammas
Hey Marco, I stopped seeing this error once I started round-tripping intermediate DataFrames to disk. You can read more about what I saw here: https://github.com/graphframes/graphframes/issues/159 Nick On Sat, Jan 14, 2017 at 4:02 PM Marco Mistroni wrote: > It seems it has to do with UDF.

Re: Debugging a PythonException with no details

2017-01-14 Thread Marco Mistroni
It seems it has to do with UDF..Could u share snippet of code you are running? Kr On 14 Jan 2017 1:40 am, "Nicholas Chammas" wrote: > I’m looking for tips on how to debug a PythonException that’s very sparse > on details. The full exception is below, but the only interesting bits > appear to

Debugging a PythonException with no details

2017-01-13 Thread Nicholas Chammas
I’m looking for tips on how to debug a PythonException that’s very sparse on details. The full exception is below, but the only interesting bits appear to be the following lines: org.apache.spark.api.python.PythonException: ... py4j.protocol.Py4JError: An error occurred while calling None.org.apac