DESCRIPTION

hd.hive.execute allows to user execute Hive query (HQL).

The hd.hive.execute allows execution of any Hive command. It works properly only with non-optimised query type like: creating table, loading data, dropping databases etc. Thus, queries without formatted output.

EXAMPLES

Drop table europe_agg2
hd.db.execute driver=hiveserver2 conn_id=hive_spatial  hql='DROP TABLE europe_agg2'

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)