Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-5868

Partitioning Kudu table by uuid() leads to timeout

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Impala 2.8.0
    • None
    • Backend
    • ghx-label-4

    Description

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

      Attachments

        Activity

          People

            Unassigned Unassigned
            tarmstrong Tim Armstrong
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: