- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Hive Transform Error
- Labels:
-
Apache Hive
-
Apache Ranger
Created ‎01-27-2017 06:39 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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)
Created ‎01-27-2017 07:51 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Created ‎01-27-2017 07:17 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Created ‎01-27-2017 07:51 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
