What is the easiest way in Apache Hive to convert a Map (String, String) to a string representation in json format?
I've tried reflect and the JSONValue class, but it seems that the reflect udf only accepts primitives datatypes...
Your help is highly appreciated.
Kind regards Dennis