View source: R/hive_utilities.R
Copies the data frame to HDFS and creates a table in hive
1 2 3 4 5 6 7 8 | hive_createDataset(
df,
table_name,
hdfs_base_location = "/R/",
hdfsUri = "http://192.168.0.130:9870/webhdfs/v1",
sep = "\t",
start_empty = F
)
|
df |
the data frame |
table_name |
name of the resulting table |
hdfs_base_location |
base location |
hdfsUri |
webhdfs URI |
sep |
separator, defaults to tab |
start_empty |
todo |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.