Uploaded image for project: 'Tajo (Retired)'
  1. Tajo (Retired)
  2. TAJO-426

HCatalogStore created partitions automatically.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.8.0
    • 0.8.0
    • Catalog
    • None

    Description

      HCatalogStore created partitions automatically using addTable API as follows:

      tajo> create table table1 (id int, name text, score float, type text) using csv with ('csvfile.delimiter'='|');
      OK
      tajo> \d table1;
      
      table name: table1
      table path: hdfs://localhost:9010/user/hive/warehouse/table1
      store type: CSV
      number of rows: 0
      volume: 0 B
      Options: 
      	'csvfile.delimiter'='|'
      
      schema: 
      id	INT4
      name	TEXT
      score	FLOAT4
      type	TEXT
      
      Partitions: 
      type:COLUMN
      columns:
      specifier:
      

      Attachments

        1. TAJO-426.patch
          4 kB
          JaeHwa Jung

        Activity

          People

            blrunner JaeHwa Jung
            blrunner JaeHwa Jung
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: