From commits-return-70973-archive-asf-public=cust-asf.ponee.io@hbase.apache.org Mon Apr 9 22:51:10 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 1FF221807AA for ; Mon, 9 Apr 2018 22:51:08 +0200 (CEST) Received: (qmail 80217 invoked by uid 500); 9 Apr 2018 20:51:06 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 79643 invoked by uid 99); 9 Apr 2018 20:51:05 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Apr 2018 20:51:05 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 70C22F6B29; Mon, 9 Apr 2018 20:51:05 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: busbey@apache.org To: commits@hbase.apache.org Date: Mon, 09 Apr 2018 20:51:20 -0000 Message-Id: <2d0a75b7adc243f7a3525b25ff8972a8@git.apache.org> In-Reply-To: <0f68eb79af2c4fe5954ab4d09d3344a2@git.apache.org> References: <0f68eb79af2c4fe5954ab4d09d3344a2@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [16/52] [partial] hbase-site git commit: HBASE-20365 addendum. include the test*docs from 2.0.0-beta-2 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/2d0e0a43/2.0/testapidocs/org/apache/hadoop/hbase/PerformanceEvaluation.html ---------------------------------------------------------------------- diff --git a/2.0/testapidocs/org/apache/hadoop/hbase/PerformanceEvaluation.html b/2.0/testapidocs/org/apache/hadoop/hbase/PerformanceEvaluation.html new file mode 100644 index 0000000..ac90c7d --- /dev/null +++ b/2.0/testapidocs/org/apache/hadoop/hbase/PerformanceEvaluation.html @@ -0,0 +1,621 @@ + + + + + + +PerformanceEvaluation (Apache HBase 2.0.0-beta-2 Test API) + + + + + + + + + + + +
+
org.apache.hadoop.hbase
+

Class PerformanceEvaluation

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.hadoop.conf.Configured
    • +
    • +
        +
      • org.apache.hadoop.hbase.PerformanceEvaluation
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.apache.hadoop.conf.Configurable, org.apache.hadoop.util.Tool
    +
    +
    +
    +
    @InterfaceAudience.LimitedPrivate(value="Tools")
    +public class PerformanceEvaluation
    +extends org.apache.hadoop.conf.Configured
    +implements org.apache.hadoop.util.Tool
    +
    Script used evaluating HBase performance and scalability. Runs a HBase + client that steps through one of a set of hardcoded tests or 'experiments' + (e.g. a random reads test, a random writes test, etc.). Pass on the + command-line which test to run and how many clients are participating in + this experiment. Run PerformanceEvaluation --help to obtain usage. + +

    This class sets up and runs the evaluation programs described in + Section 7, Performance Evaluation, of the Bigtable + paper, pages 8-10. + +

    By default, runs as a mapreduce job where each mapper runs a single test + client. Can also run as a non-mapreduce, multithreaded application by + specifying --nomapred. Each client does about 1GB of data, unless + specified otherwise.

    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.

+ + http://git-wip-us.apache.org/repos/asf/hbase-site/blob/2d0e0a43/2.0/testapidocs/org/apache/hadoop/hbase/PerformanceEvaluationCommons.html ---------------------------------------------------------------------- diff --git a/2.0/testapidocs/org/apache/hadoop/hbase/PerformanceEvaluationCommons.html b/2.0/testapidocs/org/apache/hadoop/hbase/PerformanceEvaluationCommons.html new file mode 100644 index 0000000..544b8a5 --- /dev/null +++ b/2.0/testapidocs/org/apache/hadoop/hbase/PerformanceEvaluationCommons.html @@ -0,0 +1,352 @@ + + + + + + +PerformanceEvaluationCommons (Apache HBase 2.0.0-beta-2 Test API) + + + + + + + + + + + +
+
org.apache.hadoop.hbase
+

Class PerformanceEvaluationCommons

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.hadoop.hbase.PerformanceEvaluationCommons
    • +
    +
  • +
+
+ +
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.

+ + http://git-wip-us.apache.org/repos/asf/hbase-site/blob/2d0e0a43/2.0/testapidocs/org/apache/hadoop/hbase/QosTestHelper.html ---------------------------------------------------------------------- diff --git a/2.0/testapidocs/org/apache/hadoop/hbase/QosTestHelper.html b/2.0/testapidocs/org/apache/hadoop/hbase/QosTestHelper.html new file mode 100644 index 0000000..195d304 --- /dev/null +++ b/2.0/testapidocs/org/apache/hadoop/hbase/QosTestHelper.html @@ -0,0 +1,303 @@ + + + + + + +QosTestHelper (Apache HBase 2.0.0-beta-2 Test API) + + + + + + + + + + + +
+
org.apache.hadoop.hbase
+

Class QosTestHelper

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.

+ +