hd.esri2vector module for conversion Hive table stored serialised Esri GeoJSON to GRASS vector map.
NOTES
Usage
By default is exported only geometry features of map. Parameter attribute specify attributes which will be linked to the map.
Check hd.hdfs.out.vector for GET Hive table from Hadoop server.
EXAMPLES
Conversion of Hive table stored on local computer.
hd.esri2vector out=europe_aggregation attributes='count int,bin_id int' path=/path/to/hive/table