Hey I am looking at the java api and I don't see away to convert the String into a JavaRDD<string>?
I am trying to do this because the interface I am allowed to use only allows that I get an input stream, and I should not access the file system.
Does anyone know a work around for this situation ?