# 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)
}
)
# }
Run the code above in your browser using DataLab