[ 
https://issues.apache.org/jira/browse/SPARK-1561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Xiangrui Meng updated SPARK-1561:
---------------------------------

    Description: 
Running `find ./ | wc -l` after `sbt/sbt assembly` returned 

564365

This hits the default limit of #INode of an 8GB EXT FS (the default volume size 
for an EC2 instance), which means you can do nothing after 'sbt/sbt assembly` 
on such a partition.

Most of the small files are under assembly/target/streams and the same folder 
under examples/.


  was:
Running `find ./ | wc -l` after `sbt/sbt assembly` returned 



This hits the default limit of #INode of an 8GB EXT FS (the default volume size 
for an EC2 instance), which means you can do nothing after 'sbt/sbt assembly` 
on such a partition.

Most of the small files are under assembly/target/streams and the same folder 
under examples/.



> sbt/sbt assembly generates too many local files
> -----------------------------------------------
>
>                 Key: SPARK-1561
>                 URL: https://issues.apache.org/jira/browse/SPARK-1561
>             Project: Spark
>          Issue Type: Improvement
>    Affects Versions: 1.0.0
>            Reporter: Xiangrui Meng
>
> Running `find ./ | wc -l` after `sbt/sbt assembly` returned 
> 564365
> This hits the default limit of #INode of an 8GB EXT FS (the default volume 
> size for an EC2 instance), which means you can do nothing after 'sbt/sbt 
> assembly` on such a partition.
> Most of the small files are under assembly/target/streams and the same folder 
> under examples/.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to