Description Usage Arguments Value Author(s) Examples
View source: R/temp_save_to_hdfs.R
Saves a db to HDFS. This function should be perform regularly during the merging process.
1 | temp_save_to_hdfs(db, path_hdfs, file_path)
|
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 |
Does not return anything.
Briac LE RAY (briac.leray@partnre.com)
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")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.