You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nchammas
changed the title
need to increase the max number of files that can be open
Configuring cluster to increase the max number of files that can be open (needed by Spark during large shuffles)
Sep 26, 2016
i saw you encountered this problem during big shuffles. here is how i fixed it. hope it helps.
Note: this is on amazon linux.
EOF
7) copy-file bigCluster /Users/jason/projects-misc/limits.conf /home/ec2-user/limits.conf
8)run-command bigCluster "sudo cp /home/ec2-user/limits.conf /etc/security/limits.conf"
9)run-command bigCluster "sudo shutdown -r now"
thanks for your great work.
-jason
The text was updated successfully, but these errors were encountered: