[jira] [Commented] (SPARK-10975) Shuffle files left behind on Mesos without dynamic allocation

2016-01-18 Thread Fede Bar (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-10975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15105769#comment-15105769
 ] 

Fede Bar commented on SPARK-10975:
--

Hi, this issue is not quite resolved actually, please see the ticket 
[SPARK-12430|https://issues.apache.org/jira/browse/SPARK-12430] .
The clean-up does not delete blockmgr- folder but only spark- 
folder, even if now those directories are created under Mesos temporary path.




> Shuffle files left behind on Mesos without dynamic allocation
> -
>
> Key: SPARK-10975
> URL: https://issues.apache.org/jira/browse/SPARK-10975
> Project: Spark
>  Issue Type: Bug
>  Components: Mesos
>Affects Versions: 1.5.1
>Reporter: Iulian Dragos
>
> (from mailing list)
> Running on Mesos in coarse-grained mode. No dynamic allocation or shuffle 
> service. 
> I see that there are two types of temporary files under /tmp folder 
> associated with every executor: /tmp/spark- and /tmp/blockmgr-. 
> When job is finished /tmp/spark- is gone, but blockmgr directory is 
> left with all gigabytes in it. 
> The reason is that logic to clean up files is only enabled when the shuffle 
> service is running, see https://github.com/apache/spark/pull/7820
> The shuffle files should be placed in the Mesos sandbox or under `tmp/spark` 
> unless the shuffle service is enabled.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (SPARK-10975) Shuffle files left behind on Mesos without dynamic allocation

2016-01-18 Thread Sean Owen (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-10975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15105778#comment-15105778
 ] 

Sean Owen commented on SPARK-10975:
---

OK, then it's a duplicate of SPARK-12430, no?

> Shuffle files left behind on Mesos without dynamic allocation
> -
>
> Key: SPARK-10975
> URL: https://issues.apache.org/jira/browse/SPARK-10975
> Project: Spark
>  Issue Type: Bug
>  Components: Mesos
>Affects Versions: 1.5.1
>Reporter: Iulian Dragos
>
> (from mailing list)
> Running on Mesos in coarse-grained mode. No dynamic allocation or shuffle 
> service. 
> I see that there are two types of temporary files under /tmp folder 
> associated with every executor: /tmp/spark- and /tmp/blockmgr-. 
> When job is finished /tmp/spark- is gone, but blockmgr directory is 
> left with all gigabytes in it. 
> The reason is that logic to clean up files is only enabled when the shuffle 
> service is running, see https://github.com/apache/spark/pull/7820
> The shuffle files should be placed in the Mesos sandbox or under `tmp/spark` 
> unless the shuffle service is enabled.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (SPARK-10975) Shuffle files left behind on Mesos without dynamic allocation

2016-01-18 Thread Fede Bar (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-10975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15105809#comment-15105809
 ] 

Fede Bar commented on SPARK-10975:
--

Hi Sean,
yes agreed, I believe it can be marked duplicate of SPARK-12430.
Thanks.

> Shuffle files left behind on Mesos without dynamic allocation
> -
>
> Key: SPARK-10975
> URL: https://issues.apache.org/jira/browse/SPARK-10975
> Project: Spark
>  Issue Type: Bug
>  Components: Mesos
>Affects Versions: 1.5.1
>Reporter: Iulian Dragos
>
> (from mailing list)
> Running on Mesos in coarse-grained mode. No dynamic allocation or shuffle 
> service. 
> I see that there are two types of temporary files under /tmp folder 
> associated with every executor: /tmp/spark- and /tmp/blockmgr-. 
> When job is finished /tmp/spark- is gone, but blockmgr directory is 
> left with all gigabytes in it. 
> The reason is that logic to clean up files is only enabled when the shuffle 
> service is running, see https://github.com/apache/spark/pull/7820
> The shuffle files should be placed in the Mesos sandbox or under `tmp/spark` 
> unless the shuffle service is enabled.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (SPARK-10975) Shuffle files left behind on Mesos without dynamic allocation

2015-10-23 Thread Chris Bannister (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-10975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14971265#comment-14971265
 ] 

Chris Bannister commented on SPARK-10975:
-

Spark will use MESOS_DIRECTORY sandbox when not using shuffle service now that 
SPARK-9708 is merged. Is this a duplicate?

> Shuffle files left behind on Mesos without dynamic allocation
> -
>
> Key: SPARK-10975
> URL: https://issues.apache.org/jira/browse/SPARK-10975
> Project: Spark
>  Issue Type: Bug
>  Components: Mesos
>Affects Versions: 1.5.1
>Reporter: Iulian Dragos
>Priority: Blocker
>
> (from mailing list)
> Running on Mesos in coarse-grained mode. No dynamic allocation or shuffle 
> service. 
> I see that there are two types of temporary files under /tmp folder 
> associated with every executor: /tmp/spark- and /tmp/blockmgr-. 
> When job is finished /tmp/spark- is gone, but blockmgr directory is 
> left with all gigabytes in it. 
> The reason is that logic to clean up files is only enabled when the shuffle 
> service is running, see https://github.com/apache/spark/pull/7820
> The shuffle files should be placed in the Mesos sandbox or under `tmp/spark` 
> unless the shuffle service is enabled.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (SPARK-10975) Shuffle files left behind on Mesos without dynamic allocation

2015-10-23 Thread Iulian Dragos (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-10975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14971268#comment-14971268
 ] 

Iulian Dragos commented on SPARK-10975:
---

No, it's not a duplicate, but fixed by the same PR :)

> Shuffle files left behind on Mesos without dynamic allocation
> -
>
> Key: SPARK-10975
> URL: https://issues.apache.org/jira/browse/SPARK-10975
> Project: Spark
>  Issue Type: Bug
>  Components: Mesos
>Affects Versions: 1.5.1
>Reporter: Iulian Dragos
>Priority: Blocker
>
> (from mailing list)
> Running on Mesos in coarse-grained mode. No dynamic allocation or shuffle 
> service. 
> I see that there are two types of temporary files under /tmp folder 
> associated with every executor: /tmp/spark- and /tmp/blockmgr-. 
> When job is finished /tmp/spark- is gone, but blockmgr directory is 
> left with all gigabytes in it. 
> The reason is that logic to clean up files is only enabled when the shuffle 
> service is running, see https://github.com/apache/spark/pull/7820
> The shuffle files should be placed in the Mesos sandbox or under `tmp/spark` 
> unless the shuffle service is enabled.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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