issues
search
NICTA
/
scoobi
A Scala productivity framework for Hadoop.
http://nicta.github.com/scoobi/
482
stars
97
forks
source link
A DObject must not failed to be run when containing a large sequence of elements
#266
Closed
etorreborre
closed
11 years ago
etorreborre
commented
11 years ago
DObject(1 to 100000).run must not(throwAn[Exception])
DObject(1 to 100000).run must not(throwAn[Exception])