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

Document: A note on lower case table/schema name for Bulkload

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 5.0.0
    • 4.15.0, 5.1.0
    • None
    • None

    Description

      The problem with bulk loading CSV/JSON data with lower case table name. This will be fixed as part of PHOENIX-3541.

      Created this separate doc Jira because Phoenix Website is maintained in svn. 

      NOTE:

      
      Table names in Phoenix are case insensitive( generally uppercase). but sometimes user may require to do mapping of existing HBase table with lowercase name into Phoenix table, In this case, Double quotes around table name i.e "tablename" can be used to preserve case sensitivity. The same was extended to the bulkload options, but due to the way Apache Commons CLI library parse command line options(Ref CLI-275), we need to pass the argument as \"\"tablename\"\" instead of just "tablename" for CsvBulkLoadTool.
      
      Example:
      
      hadoop jar phoenix-<version>-client.jar org.apache.phoenix.mapreduce.CsvBulkLoadTool --table \"\"t\"\" --input /data/example.csv
      
      

       

      Attachments

        1. PHOENIX-5319.svn.master.v1.patch
          4 kB
          Karthik Palanisamy

        Issue Links

          Activity

            People

              kpalanisamy Karthik Palanisamy
              kpalanisamy Karthik Palanisamy
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: