PySpark python issue: Py4JJavaError: An error occurred while calling o48.showString

后端 未结 1 1224
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-04 07:55

hello everyone I am working on PySpark Python and I have mentioned the code and getting some issue, I am wondering if someone knows about the following issue?



        
相关标签:
1条回答
  • 2021-01-04 08:15

    The error is

    Caused by: java.lang.OutOfMemoryError: Java heap space

    You need more memory to perform the operations and avoid the OOM error.

    0 讨论(0)
提交回复
热议问题