Write a Dataframe to Hive 3
write_df_to_hive3(df, id, schema, table, server, append_data = FALSE)
must be a dataframe/tibble
string ID of user. Password will be requested at function call.
string schema name in hive
string name for the table in hive. One will be created if not exists.
string server extention or path
logical, defaults to FALSE for overwrite; TRUE appends the to the data.
Does not return anything.
Uploads an R dataframe to the edge node as a CSV, uploads it to
Hive, and creates a managed table. The function also cleans up the csv file
on the edge node and in the users' hdfs home location. This assumes that
when you log into Hive/Hadoop, the login is similar to
XXXXX@edge.hadoop.co.com