save_loaded_tables_to_hdfs: Perform saving to hadoop file system

Description Usage Arguments Value Author(s) Examples

View source: R/save_loaded_tables_to_hdfs.R

Description

Saves the loaded tables to HDFS in order to retrieve them quickly after Rstudio crash. Maximum 3 tables per .Rdata file.

Usage

1
save_loaded_tables_to_hdfs(list_loaded_tables, path = "/user/y8202/temp_save/")

Arguments

list_loaded_tables

The list of tables to save to HDFS. Type = list of dataframes

path

The path in HDFS to save into. Type = character

Value

Does not return anything.

Author(s)

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

Examples

1
save_loaded_tables_to_hdfs(list_loaded_tables = c(df_1, df_2, df_3, df_4), path = "/user/y8202/temp_save/")

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