XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 3.0.0-alpha-1, 2.4.0
    • None
    • None
    • Reviewed
    • Hide
      Three new commands are added to PE:

      metaWrite, metaRandomRead and cleanMeta.

      Usage example:
      hbase pe --rows=100000 metaWrite 1
      hbase pe --nomapreduce --rows=100000 metaRandomRead 32
      hbase pe --rows=100000 cleanMeta 1

      metaWrite and cleanMeta should be run with only 1 thread and the same number of rows so all the rows inserted will be cleaned up properly.

      metaRandomRead can be run with multiple threads. The rows option should set to within the range of rows inserted by metaWrite
      Show
      Three new commands are added to PE: metaWrite, metaRandomRead and cleanMeta. Usage example: hbase pe --rows=100000 metaWrite 1 hbase pe --nomapreduce --rows=100000 metaRandomRead 32 hbase pe --rows=100000 cleanMeta 1 metaWrite and cleanMeta should be run with only 1 thread and the same number of rows so all the rows inserted will be cleaned up properly. metaRandomRead can be run with multiple threads. The rows option should set to within the range of rows inserted by metaWrite

    Attachments

      Activity

        People

          clarax98007 Clara Xiong
          huaxiangsun Huaxiang Sun
          Votes:
          0 Vote for this issue
          Watchers:
          5 Start watching this issue

          Dates

            Created:
            Updated:
            Resolved: