Slide 36
Slide 36 text
© 2024 Treasure Data, Inc. Confidential
ESRI Geospatial UDFs
36
● e.g.
CREATE TABLE counties (
Area string,
Perimeter string,
State string,
County string,
Name string,
BoundaryShape binary)
ROW FORMAT SERDE
‘org.apache.hadoop.hive.ql.udf.esri.serde.EsriJsonSerDe’
STORED AS
INPUTFORMAT
'org.apache.hadoop.hive.ql.io.esriJson.EnclosedEsriJsonInputFormat'
OUTPUTFORMAT
'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat';