Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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.