I am trying to create a permanent function in spark using geomesa-spark-jts. Geomesa-spark-jts has huge potential in the larger LocationTech community. I started first by downloading geomesa-spark-jts which contain the following
The after that I have launched spark like this (I made sure that the jar is within the path)
Now whew I use ST_Translate which come with that package, it does give me a result
But the problem is when I try to define ST_Translate as a UDF , I get the following error