You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Vega Paleri (JIRA)" <ji...@apache.org> on 2017/09/08 17:38:00 UTC

[jira] [Created] (SPARK-21959) Python RDD goes into never ending garbage collection service when spark submit is triggered in oozie

Vega Paleri created SPARK-21959:
-----------------------------------

             Summary: Python RDD goes into never ending garbage collection service when spark submit is triggered in oozie
                 Key: SPARK-21959
                 URL: https://issues.apache.org/jira/browse/SPARK-21959
             Project: Spark
          Issue Type: Bug
          Components: PySpark, Spark Submit
    Affects Versions: 2.1.0
         Environment: Head Node - 2 - 8 cores -55 GB/Node
Worker Node - 5 - 4 cores - 28 GB/Node 
            Reporter: Vega Paleri


When the job is submitted through spark submit , the code executes fine
But when called through the oozie , whenever a PythonRDD is triggered , it gets into garbage collecting service which is never ending.

When the RDD is replaced by Dataframe , the code executes fine.

Need to understand the proper root cause on why the garbage collection service is invoked only when called through oozir



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org