hdfs.cat: send the content of a remote hdfs file via a pipe

Description Usage Arguments Value Examples

Description

send the content of a remote hdfs file via a pipe

Usage

1
hdfs.cat(src.path, host = "analytix", user = "")

Arguments

src.path

HDFS location of the source file

host

remote host

user

remote user

Value

an open pipe to the data.

Examples

1
read.csv(hdfs.cat("input.txt"))

dirkduellmann/SsHDFS documentation built on May 15, 2019, 8:47 a.m.