Re: unable to write partitions with HCatWriter on Cloudera with Sentry and HDFS ACL plugin

2018-09-24 Thread Alexander Kolbasov
Nathan, when Sentry is enabled, all files are supposed to be owned by hive:hive or impala:impala and permissions are managed via HDFS ACLs which are coordinated with Sentry. - Alex On Mon, Sep 24, 2018 at 1:15 PM Nathan Bamford < nathan.bamf...@redpointglobal.com> wrote: > Hi, > > We use HCat

unable to write partitions with HCatWriter on Cloudera with Sentry and HDFS ACL plugin

2018-09-24 Thread Nathan Bamford
Hi, We use HCatWriter to write records to Hive, and I've recently run into a problem with HCatWriter that seems intractable. We can write tables without partitions all the live-long day, but any attempt to write to a partition results in the following error: "net/redpoint/hiveclient/DMHCa

Control large file output in dynamic partitioned insert

2018-09-24 Thread Patrick Duin
Hi all, I got a query doing an insert overwrite like this: WITH tbl1 AS ( SELECT col0, col1, local_date, local_hour FROM tbl1 WHERE ), tbl2 AS ( SELECT col0, col1, local_date, local_hour FROM tbl2 WHERE ) INSERT OVERWRITE TABLE tbl3 PARTITION (local_date, local_hour)

Unsubscribe

2018-09-24 Thread Valery Bachinsky

Re: Identify no. of mappers and reducers allocated to a query in beeline

2018-09-24 Thread Johannes Alberti
This might give you some hints https://issues.apache.org/jira/browse/HIVE-14183 On Fri, Sep 21, 2018 at 5:04 PM Tharun M wrote: > How can we see no. of mappers and reducers allocated to a query in > beeline? > I enabled debug log but doesn’t work. > > /t > >