hive_createDataset: Copies the data frame to HDFS and creates a table in hive

Description Usage Arguments

View source: R/hive_utilities.R

Description

Copies the data frame to HDFS and creates a table in hive

Usage

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
)

Arguments

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


alesaccoia/alexr documentation built on Dec. 19, 2021, 12:26 a.m.