NICTA / scoobi

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

fromTextFile doesn't handle a single file, only paths #224

Closed blever closed 11 years ago

blever commented 11 years ago

I haven't done exhaustive testing but I've observed the following:

val works = fromTextFile("path/containing/a/textfile")
val fails = fromTextFile("file.txt")

My expectation is that both should work. And my suspicion is that it did pre 0.7.0.