Uploaded image for project: 'Phoenix'
  1. Phoenix
  2. PHOENIX-3541

Bulk Data Loading - Can't use table name by small letter

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 4.8.0
    • 4.15.0, 5.1.0
    • None
    • None

    Description

      i have existing Phoenix table abc

      i wanna Bulk Data Loading via MapReduce

      And then used the following command to load the csv file

      hadoop jar /root/Phoenix/apache-phoenix-4.8.0-HBase-0.98-bin/phoenix-4.8.0-HBase-0.98-client.jar org.apache.phoenix.mapreduce.CsvBulkLoadTool --t abc --input /example.csv

      but, it does not seem to find the table abc
      Exception in thread "main" java.lang.IllegalArgumentException: Table ABC not found

      i try change command table name --t 'abc' and --t "abc"
      but it doesn't work

      how can i use table name small letter ??

      And also, i found same case

      http://apache-phoenix-user-list.1124778.n5.nabble.com/Load-into-Phoenix-table-via-CsvBulkLoadTool-cannot-find-table-and-fails-td2792.html

      Attachments

        1. PHOENIX-3541.master.v2.patch
          9 kB
          Karthik Palanisamy
        2. PHOENIX-3541.master.v1.patch
          8 kB
          Karthik Palanisamy
        3. PHOENIX-3541.patch
          3 kB
          Kalyan

        Issue Links

          Activity

            People

              kpalanisamy Karthik Palanisamy
              judid Beomjun Kim
              Votes:
              1 Vote for this issue
              Watchers:
              9 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: