Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-6058

Creating Table with column name exchange gives exception

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Done
    • 0.12.0
    • None
    • Query Processor
    • None
    • Hadoop 2.0.1-beta, Hive 0.12 , running hiveserver , Installed on CentOS6.4 64-bit OS in Multinode configuration

    Description

      1. Create Table using below script
      CREATE TABLE test_column_name2 ( c1 string) ROW FORMAT DELIMITED STORED AS SEQUENCEFILE;

      2. Table is created successfully.
      Now Create another Table with column name exchange
      by using below script

      CREATE TABLE test_column_name ( exchange string) ROW FORMAT DELIMITED STORED AS SEQUENCEFILE;

      3. This gives exception for column name exchange, for Hive 0.12
      4. The script properly works for Hive 0.11

      Attachments

        1. table_columnname_exchange_exception.png
          293 kB
          Anilkumar Kalshetti

        Activity

          People

            Unassigned Unassigned
            anilkalshetti Anilkumar Kalshetti
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: