temp_save_to_hdfs: Save to hadoop file system

Description Usage Arguments Value Author(s) Examples

View source: R/temp_save_to_hdfs.R

Description

Saves a db to HDFS. This function should be perform regularly during the merging process.

Usage

1
temp_save_to_hdfs(db, path_hdfs, file_path)

Arguments

db

The dataframe to be saved to HDFS. Type = character

path_hdfs

The path in HDFS to save to. Type = character

file_path

The file to the path to write the code in. Type = character

Value

Does not return anything.

Author(s)

Briac LE RAY (briac.leray@partnre.com)

Examples

1
temp_save_to_hdfs(db = "my_dataframe", path_hdfs = "/path/to/file/file_name.rds", file_path = "path/to/the/file/file_name.extension")

Tiipiac/StressTestOptimization documentation built on Dec. 18, 2021, 5:08 p.m.