Created on 12-16-2016 03:28 AM - edited 08-18-2019 05:19 AM
For a simple reflect function as below which works in HIVE shell, cannot be executed through PutHiveQL processor. Do you know if this is an expected behavior?
SELECT reflect("java.util.UUID", "nameUUIDFromBytes", "test") from dual
Created 12-16-2016 01:21 PM
One needs to allow for a reflect function, it's blacklisted by default. See e.g. this discussion: https://community.hortonworks.com/questions/25828/udf-reflect-is-not-allowed-beeline.html
View solution in original post