Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Hive Transform Error

avatar
Expert Contributor

Is there another method or workaround that can replace the "transform" method. Or suggested usage to resolve the error below.

select transform(host, ip) using 'python parse_mro.py' as (host string, ip string) from table1;

Error: Error while processing statement: FAILED: Hive Internal Error: org.apache.hadoop.hive.ql.security.authorization.plugin.HiveAccessControlException(Query with transform clause is disallowed in current configuration.) (state=08S01,code=12)

1 ACCEPTED SOLUTION

avatar
Expert Contributor

It has bee disallowed for security reasons. There is an RMP in the pipeline for address this.

As a workaround, data should be transformed before reaching Hive.

View solution in original post

2 REPLIES 2

avatar
Expert Contributor

It has bee disallowed for security reasons. There is an RMP in the pipeline for address this.

As a workaround, data should be transformed before reaching Hive.