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

The JRuby shell documentation is wrong in "get" and "put"

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.2.0
    • 0.2.0
    • scripts
    • None

    Description

      In the shell documentation we can read:

      hbase> get 't1', 'r1', {TIMESTAMP => ts1, VERSIONS => 4}
      

      when in fact there are no facility for this. It will work only because it uses getRow(row, ts).

      Also

      hbase> put 't1', 'r1', 'c1', ts1
      

      does not work because the 'value' is missing.

      Attachments

        1. hbase-754.patch
          1 kB
          Jean-Daniel Cryans

        Activity

          People

            jdcryans Jean-Daniel Cryans
            jdcryans Jean-Daniel Cryans
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: