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

--presplit option creates a first split with rowkey-end=0

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Won't Fix
    • None
    • None
    • util
    • bug fix : fix for --presplit option creating a split with zero end key (hence not getting any data)

    Description

      HBASE-4440 adds a 'presplit' option to PerformanceEvaluation utility.

      when the splits are generated, the first split has row-end-key=0 (zero). Hence this split doesn't get any data.

      For example,
      if total keyspace is 100, and splits requested are 5,
      generated splits => [0, 20, 40, 60, 80]
      it should be => [20, 40, 60, 80, 100]

      Attachments

        1. 5559_v1.patch
          0.6 kB
          Sujee Maniyam
        2. HBASE-5559-v2.patch
          1 kB
          Sujee Maniyam

        Activity

          People

            Unassigned Unassigned
            sujee Sujee Maniyam
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: