[jira] [Commented] (SPARK-13519) Driver should tell Executor to stop itself when cleaning executor's state

2018-10-11 Thread Chao Fang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-13519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16646128#comment-16646128 ] Chao Fang commented on SPARK-13519: --- We encounter this issue in our environment which used spark

[jira] [Comment Edited] (SPARK-25091) UNCACHE TABLE, CLEAR CACHE, rdd.unpersist() does not clean up executor memory

2018-08-28 Thread Chao Fang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16594981#comment-16594981 ] Chao Fang edited comment on SPARK-25091 at 8/28/18 1:39 PM: Yes, I think

[jira] [Commented] (SPARK-25091) UNCACHE TABLE, CLEAR CACHE, rdd.unpersist() does not clean up executor memory

2018-08-28 Thread Chao Fang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16594981#comment-16594981 ] Chao Fang commented on SPARK-25091: --- Yes, I think it's UI issue. Today I run the CACHE/UNCACHE TABLE

[jira] [Updated] (SPARK-25091) UNCACHE TABLE, CLEAR CACHE, rdd.unpersist() does not clean up executor memory

2018-08-28 Thread Chao Fang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chao Fang updated SPARK-25091: -- Attachment: 4.png > UNCACHE TABLE, CLEAR CACHE, rdd.unpersist() does not clean up executor memory >

[jira] [Updated] (SPARK-25091) UNCACHE TABLE, CLEAR CACHE, rdd.unpersist() does not clean up executor memory

2018-08-28 Thread Chao Fang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chao Fang updated SPARK-25091: -- Attachment: 3.png 2.png 1.png 0.png > UNCACHE TABLE,

[jira] [Commented] (SPARK-25091) Spark Thrift Server: UNCACHE TABLE and CLEAR CACHE does not clean up executor memory

2018-08-27 Thread Chao Fang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16593908#comment-16593908 ] Chao Fang commented on SPARK-25091: --- hi [~dongjoon], Class AppStatusListener use LiveRDD and

[jira] [Commented] (SPARK-25091) Spark Thrift Server: UNCACHE TABLE and CLEAR CACHE does not clean up executor memory

2018-08-23 Thread Chao Fang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16590225#comment-16590225 ] Chao Fang commented on SPARK-25091: --- RDD.cache/unpersist could also produce this broblem, it seems

[jira] [Commented] (SPARK-25091) Spark Thrift Server: UNCACHE TABLE and CLEAR CACHE does not clean up executor memory

2018-08-22 Thread Chao Fang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16588833#comment-16588833 ] Chao Fang commented on SPARK-25091: --- It is true in my enviroment, would I try to fix it? > Spark