Hi Charles, The actual problem i am trying to solve is, I have a json blob
generated by kvgen that contains a bunch of key value pairs like
{"key":"spark.driver.port","value":"18650"},
{"key":"spark.executor.memory","value":"16g"}
I am trying to parse out the value of a particular key say
spark.executor.memory and I want to do this using a custom UDF.
On Tuesday, January 29, 2019, 8:52:16 AM PST, Charles Givre
<[email protected]> wrote:
This message is eligible for Automatic Cleanup! ([email protected]) Add cleanup
rule | More info
Hi there,
Can you please either share your code, or provide us with more details with
what you are trying to do with your UDF?
Thanks,
— C
> On Jan 29, 2019, at 11:21, Krishnanand Khambadkone
> <[email protected]> wrote:
>
> Hi, Are there any examples of how to use RepeatedMapHolder in a drill custom
> UDF. I am sending a kvgen string to a custom udf.