Stock geometry / geopoint objects on Hive

Natpap
Registered Posts: 2 ✭
Hello everyone,
I would like to store a column of type geometry or geopoint in my HDFS dataset with the aim of later performing a geojoin recipe between a geometry column containing polygons and a geopoint column containing geopoints. When I try to store my column in geopoint format, I get the following error:
And when I try to store it in geometry format, I get the following error:
Has anyone encountered this problem or knows how to help me?
My final aim is to perform a gejoin recipe :)
Thank you in advance,
Tagged:
Answers
-
Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,270 Dataiker
Hi,
You will need to store a strin instead, but you can still use it in the Geojoin recipe later, but storing it in HDFS as Geometry is not possible.