DESCRIPTION

hd.hive.json.table helps to create Hive table for storing data in GeoJSON format

NOTES

Spatial Framework from ESRI supports reading from several file format. The Framework allows creating geometric data type from WKB, JSON and GeoJSON. Table can be created from hiveserver2 command line or with using module hd.hive.json.table. Defining feature of table is provided using parameters and flags of module. It helps to user make table with GeoJSON table without advanced knowledge of Hive syntax.

EXAMPLES

Creating table for storing coordinates.
hd.hive.csv.table driver=hiveserver2 table=csv attributes="x int,y int, Z int}" stored=textfile -e -d

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)