Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-15904

Use comma as separator for list of tables in BackupInfo

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • None
    • None
    • Reviewed

    Description

      Currently semicolon is used to separate tables in BackupInfo.java :

        public String getTableListAsString() {
          return StringUtils.join(backupStatusMap.keySet(), ";");
      

      'hbase restore' accepts a comma-separated list of tables.

      cartershanklin made the following request:

      The semicolon should be changed to comma so that user can copy-paste the table list.

      Attachments

        1. 15904.v1.txt
          0.6 kB
          Ted Yu

        Activity

          People

            yuzhihong@gmail.com Ted Yu
            yuzhihong@gmail.com Ted Yu
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: