hdfs_uploadFile: Uploads a local file to HDFS through the webhdfs API

Description Usage Arguments

View source: R/hdfs_utilities.R

Description

Uploads a local file to HDFS through the webhdfs API

Usage

1
2
3
4
5
hdfs_uploadFile(
  localPath,
  remotePath,
  hdfsUri = "http://192.168.0.130:9870/webhdfs/v1"
)

Arguments

localPath

path to the local file

remotePath

path to the remote file

hdfsUri

URI of the webhdfs API, default http://192.168.0.130:9870/webhdfs/v1


alesaccoia/alexr documentation built on Dec. 19, 2021, 12:26 a.m.