Tim Armstrong created IMPALA-5868:
-------------------------------------
Summary: Partitioning Kudu table by uuid() leads to timeout
Key: IMPALA-5868
URL: https://issues.apache.org/jira/browse/IMPALA-5868
Project: IMPALA
Issue Type: Bug
Components: Backend
Reporter: Tim Armstrong
{code}
> create table k primary key(pk) partition by hash(pk) partitions 1000 stored
> as kudu as select uuid() as pk, ss_sold_time_sk, ss_item_sk, ss_customer_sk,
> ss_cdemo_sk, ss_hdemo_sk, ss_addr_sk, cast(ss_wholesale_cost as double),
> cast(ss_list_price as double) from tpcds_100000_parquet.store_sales where
> ss_sold_date_sk = 2452472;
Query: create table k primary key(pk) partition by hash(pk) partitions 1000
stored as kudu as select uuid() as pk, ss_sold_time_sk, ss_item_sk,
ss_customer_sk, ss_cdemo_sk, ss_hdemo_sk, ss_addr_sk, cast(ss_wholesale_cost as
double), cast(ss_list_price as double) from tpcds_100000_parquet.store_sales
where ss_sold_date_sk = 2452472
WARNINGS: Kudu error(s) reported, first error: Timed out: Failed to write batch
of 72 ops to tablet cbeebf61792b4f02886dae73d343ab71 after 1 attempt(s): Failed
to write to server: d200f5a8f31241a9a539733c1958b6ca
(hostname.cloudera.com:7050): Write RPC to <ip>:7050 timed out after 179.926s
(SENT)
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)