Re: py4j.protocol.Py4JJavaError: An error occurred while calling o794.parquet

2018-01-10 Thread Felix Cheung
find CoarseGrainedScheduler`. So, it's probably something related to the resources. From: Timur Shenkao Sent: 10 January 2018 20:07:37 To: Liana Napalkova Cc: user@spark.apache.org Subject: Re: py4j.protocol.Py4JJavaError: An error occurred while calling

Re: py4j.protocol.Py4JJavaError: An error occurred while calling o794.parquet

2018-01-10 Thread Liana Napalkova
CoarseGrainedScheduler`. So, it's probably something related to the resources. From: Timur Shenkao Sent: 10 January 2018 20:07:37 To: Liana Napalkova Cc: user@spark.apache.org Subject: Re: py4j.protocol.Py4JJavaError: An error occurred while calling o794.parquet C

Re: py4j.protocol.Py4JJavaError: An error occurred while calling o794.parquet

2018-01-10 Thread Timur Shenkao
he following problem in PySpark? (Python 2.7.12): > > df.show() # works fine and shows the first 5 rows of DataFrame > > df.write.parquet(outputPath + '/data.parquet', mode="overwrite") # > throws the error > > The last line throws the following error:

py4j.protocol.Py4JJavaError: An error occurred while calling o794.parquet

2018-01-10 Thread Liana Napalkova
the following error: py4j.protocol.Py4JJavaError: An error occurred while calling o794.parquet. : org.apache.spark.SparkException: Job aborted. at org.apache.spark.sql.execution.datasources.FileFormatWriter$$anonfun$write$1.apply$mcV$sp(FileFormatWriter.s