hive_to_hdfs_txt: Export a Hive table to a txt file in HDFS

Description Usage Arguments

View source: R/tbl_Hive.R

Description

hive_to_hdfs_txt will export a Hive table to a delimited text file in HDFS (tab-delimited by default)

Usage

1
hive_to_hdfs_txt(hive_tbl, hdfs_path, delim = "\t")

Arguments

hive_tbl

A tbl_Hive object

hdfs_path

HDFS path for the resulting file

delim

Delimiter for the exported text file


ZurichPA/honeycomb documentation built on Aug. 29, 2020, 6:56 p.m.