## Not run:
# res <- readHDFStextFile(
# input = Rhipe::rhfmt("/path/to/input/text", type = "text"),
# output = hdfsConn("/path/to/output"),
# fn = function(x) {
# read.csv(textConnection(paste(x, collapse = "\n")), header = FALSE)
# }
# )
# ## End(Not run)
Run the code above in your browser using DataLab