Relative Content

Tag Archive for pysparkhadoop-yarn

Read data from Oracle with pySpark. Error: exit code 143

I have a table in Oracle, it contains 1000 colums and 1 row. I try to copy this table to HDFS with pySpark. But it faild with error: Container marked as failed. Exit code is 143. Then i limit columns to 200. It works. Is there a limit on the number of columns to be […]