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

Create kudu table failed when catalogd connected to mysql directly instead of use HMS

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Critical
    • Resolution: Unresolved
    • Impala 3.3.0
    • None
    • Frontend
    • None
    • Distributor ID: Debian
      Description: Debian GNU/Linux 8.6 (jessie)
      Release: 8.6
      Codename: jessie
    • ghx-label-6

    Description

      I created kudu managerd table as below:

      create table if not exists kudu_test_table(
        logDay string,
        id int,
        primary key(logDay,id))
      PARTITION BY RANGE (logDay)
      (PARTITION VALUE = '2019-09-20')
      STORED AS KUDU TBLPROPERTIES ('kudu.master_addresses'='master1:7051,master2:7051,master3:7051');
      

      The query return failed. We connected to mysql directly instead of use HMS. I've already read the related code, and I'd like to try to solve this problem.

       

       

      Attachments

        1. error.png
          173 kB
          Sheng Wang

        Issue Links

          Activity

            People

              skyyws Sheng Wang
              skyyws Sheng Wang
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated: