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

[CLI] Fix help command "set_quota" to explain removing quota

    XMLWordPrintableJSON

Details

    Description

      To remove a quota by throttle_type,

      hbase> help "set_quota"
      ...
      hbase> set_quota TYPE => THROTTLE, THROTTLE_TYPE => WRITE, USER => 'u1', LIMIT => NONE
      ....
      

      but the actual command should be, 

      hbase> set_quota TYPE => THROTTLE, THROTTLE_TYPE => WRITE_NUMBER, USER => 'u1', LIMIT => NONE

      Attachments

        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: