Write an R dataframe to Hive
write_df_to_hive(df, id, server, schema_table, append_data = FALSE)
dataframe Dataframe to upload; df is converted to csv for upload.
string ID of user. Password will be requested from the user at function call.
string server extention or path
string "schema.table" Name of the table to write to in Hive.
logical, defaults to FALSE for overwrite; TRUE appends the to the data.
Does not return anything.
Uploads an R dataframe and uploads it to Hive. This assumes that when you log into Hive/Hadoop, the login is similar to `XXXXX@edge.hadoop.co.com``