Кластер имеет черный список.
Я не установил его.
Пытался найти этот параметр
set hive.server2.builtin.udf.blacklist;
hive.server2.builtin.udf.blacklist=reflect,reflect2,java_method
в Ambari (Hive / Configs / Advanced)/ Custom hive-site)
Как исключить функцию из черного списка?
ps найденная история
как добавить отражение в черный список
Разрешение
1. Open the Ambari UI
2. Add the custom property in Ambari hive.server2.builtin.udf.blacklist under Hive / Configs / Advanced / Custom hive-site and give it any value, for example "empty_blacklist".
3. Restart services as requested by Ambari.
4. Connect again with beeline and verify that blacklist only includes the dummy value now.
0: jdbc:hive2://localhost:10000/default> set hive.server2.builtin.udf.blacklist;
+-------------------------------------------+--+
| hive.server2.builtin.udf.blacklist=empty_blacklist |
+-------------------------------------------+--+
5. Reflect should work now without issues.