DESCRIPTION

hd.hive.load module allows to insert(load) data stored in HDFS into Hive table

NOTES

Module hd.hive.load provides option to load data to the table. Availability of this module ensures more space within building of the workflow especially using python scripting or graphical modeler of GRASS, .

EXAMPLES

Below is example of HQL command: LOAD DATA INPATH '/data/europe_latest_fix.csv' OVERWRITE INTO TABLE europe;
hd.hive.load driver=hiveserver2 table=europe path=/data/europe_latest_fix.csv

SEE ALSO

hd.hdfs.in.fs, hd.hdfs.in.vector, hd.hdfs.out.vector, hd.hdfs.info, hd.hive.execute, hd.hive.csv.table, hd.hive.select, hd.hive.info, hd.hive.json.table

See also related wiki page.

AUTHOR

Matej Krejci, OSGeoREL at the Czech Technical University in Prague, developed during master thesis project 2016 (mentor: Martin Landa)