createHdfsDirectory: Create a directory in hdfs

Description Usage Arguments Author(s) Examples

View source: R/Core_Utilities.R

Description

Creates the directory in the given parent directory with the dirName.

Usage

1
createHdfsDirectory(parentDir, dirName)

Arguments

parentDir

Location of the Parent directory where the directory is to be created

dirName

Name of the directory

Author(s)

KiranKumar_Kaipa@infosys.com Poorva_Agrawal@infosys.com

Examples

1
createHdfsDirectory("/user/workspace/", "test")

Infosys/NIADataRConnector documentation built on May 14, 2019, 10:32 a.m.