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
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
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)
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
>
>