Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.98.0, 0.95.2, 0.94.11
    • Thrift

    Description

      examples py:

      TPut put = TPut()
      m1 = TMutation(put=put)
      TDelete single_delete = TDelete()
      m2 = TMutation(singleDelete=single_delete)
      row_mu = TRowMutations(row,[m1,m2])
      thbase_service.mutateRow(table,row_mu) # atomically on a single row

      Attachments

        1. 0.94.patch
          118 kB
          duanhongyi
        2. HBASE-8779-v2.patch
          88 kB
          Hamed Madani
        3. HBASE-8779-v2-0.94.patch
          87 kB
          Hamed Madani

        Activity

          People

            madani Hamed Madani
            duanhongyi duanhongyi
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: