NICTA / scoobi

A Scala productivity framework for Hadoop.
http://nicta.github.com/scoobi/
482 stars 97 forks source link

Patches to fix s3n:// filesytem quirks. #344

Closed kevinxyz closed 10 years ago

kevinxyz commented 10 years ago

PTAL @etorreborre thanks. By the way I tried running the tests and keep getting the following message: Internal error when running tests: java.lang.OutOfMemoryError: PermGen space

This is even after setting the flags: SBT_OPTS=-Xms2048M -Xmx4096M -XX:MaxPermSize=2048m -XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled

kevinxyz commented 10 years ago

Made changes per your comments. PTAL @etorreborre (2014-09-19)

kevinxyz commented 10 years ago

PTAL @etorreborre (2014-09-19)

etorreborre commented 10 years ago

The build is passing, let's go for it, thanks!