Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id EE4D4200B76 for ; Tue, 30 Aug 2016 17:57:41 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id EC973160AAF; Tue, 30 Aug 2016 15:57:41 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id F356F160AC6 for ; Tue, 30 Aug 2016 17:57:39 +0200 (CEST) Received: (qmail 20164 invoked by uid 500); 30 Aug 2016 15:57:39 -0000 Mailing-List: contact commits-help@pirk.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pirk.incubator.apache.org Delivered-To: mailing list commits@pirk.incubator.apache.org Received: (qmail 20155 invoked by uid 99); 30 Aug 2016 15:57:39 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Aug 2016 15:57:39 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id A47F0C727D for ; Tue, 30 Aug 2016 15:57:38 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -2.519 X-Spam-Level: X-Spam-Status: No, score=-2.519 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, KAM_MANYCOMMENTS=1.2, RCVD_IN_DNSWL_HI=-5, RP_MATCHES_RCVD=-0.519] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id jMamx_c3SDGe for ; Tue, 30 Aug 2016 15:57:31 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id F192B60D8D for ; Tue, 30 Aug 2016 15:57:23 +0000 (UTC) Received: (qmail 19248 invoked by uid 99); 30 Aug 2016 15:57:23 -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; Tue, 30 Aug 2016 15:57:23 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 612DAE024E; Tue, 30 Aug 2016 15:57:23 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: eawilliams@apache.org To: commits@pirk.incubator.apache.org Date: Tue, 30 Aug 2016 15:57:27 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [06/51] [partial] incubator-pirk git commit: Jekyll build from gh-pages:0f18cf2 archived-at: Tue, 30 Aug 2016 15:57:42 -0000 http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/b467b0b4/target/apidocs/org/apache/pirk/test/utils/TestUtils.html ---------------------------------------------------------------------- diff --git a/target/apidocs/org/apache/pirk/test/utils/TestUtils.html b/target/apidocs/org/apache/pirk/test/utils/TestUtils.html deleted file mode 100644 index 22ca99e..0000000 --- a/target/apidocs/org/apache/pirk/test/utils/TestUtils.html +++ /dev/null @@ -1,437 +0,0 @@ - - - - - - -TestUtils (Apache Pirk (incubating) Project 0.1.0-incubating API) - - - - - - - - - - - - -
-
org.apache.pirk.test.utils
-

Class TestUtils

-
-
- -
-
    -
  • -
    -
    -
    public class TestUtils
    -extends Object
    -
    Class to hold testing utilities
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        TestUtils

        -
        public TestUtils()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        deleteESTestIndex

        -
        public static void deleteESTestIndex(String index)
        -
        Method to delete an ES index
        -
      • -
      - - - - - - - -
        -
      • -

        addElement

        -
        public static void addElement(Document doc,
        -                              Element rootElement,
        -                              String elementName,
        -                              String typeIn,
        -                              String isArrayIn,
        -                              String partitionerIn)
        -
        Helper method to add elements to the test data schema
        -
      • -
      - - - - - - - -
        -
      • -

        createQuerySchema

        -
        public static void createQuerySchema(String schemaFile,
        -                                     String querySchemaName,
        -                                     String dataSchemaNameInput,
        -                                     String selectorNameInput,
        -                                     List<String> elementNames,
        -                                     List<String> filterNames,
        -                                     String filter,
        -                                     boolean append,
        -                                     org.apache.hadoop.fs.FileSystem fs,
        -                                     boolean hdfs)
        -                              throws IOException
        -
        Creates the test query schema file
        -
        -
        Throws:
        -
        IOException
        -
        -
      • -
      - - - -
        -
      • -

        readResultsFile

        -
        public static List<QueryResponseJSON> readResultsFile(File file)
        -
        Converts the result file into an ArrayList of QueryResponseJSON objects
        -
      • -
      - - - - -
    • -
    -
  • -
-
-
- - - - - -

Copyright © 2016 The Apache Software Foundation. All rights reserved.

- - http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/b467b0b4/target/apidocs/org/apache/pirk/test/utils/class-use/BaseTests.html ---------------------------------------------------------------------- diff --git a/target/apidocs/org/apache/pirk/test/utils/class-use/BaseTests.html b/target/apidocs/org/apache/pirk/test/utils/class-use/BaseTests.html deleted file mode 100644 index 257ed18..0000000 --- a/target/apidocs/org/apache/pirk/test/utils/class-use/BaseTests.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class org.apache.pirk.test.utils.BaseTests (Apache Pirk (incubating) Project 0.1.0-incubating API) - - - - - - - - - - - -
-

Uses of Class
org.apache.pirk.test.utils.BaseTests

-
-
No usage of org.apache.pirk.test.utils.BaseTests
- - - - -

Copyright © 2016 The Apache Software Foundation. All rights reserved.

- - http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/b467b0b4/target/apidocs/org/apache/pirk/test/utils/class-use/Inputs.html ---------------------------------------------------------------------- diff --git a/target/apidocs/org/apache/pirk/test/utils/class-use/Inputs.html b/target/apidocs/org/apache/pirk/test/utils/class-use/Inputs.html deleted file mode 100644 index 80bee5d..0000000 --- a/target/apidocs/org/apache/pirk/test/utils/class-use/Inputs.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class org.apache.pirk.test.utils.Inputs (Apache Pirk (incubating) Project 0.1.0-incubating API) - - - - - - - - - - - -
-

Uses of Class
org.apache.pirk.test.utils.Inputs

-
-
No usage of org.apache.pirk.test.utils.Inputs
- - - - -

Copyright © 2016 The Apache Software Foundation. All rights reserved.

- - http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/b467b0b4/target/apidocs/org/apache/pirk/test/utils/class-use/StandaloneQuery.html ---------------------------------------------------------------------- diff --git a/target/apidocs/org/apache/pirk/test/utils/class-use/StandaloneQuery.html b/target/apidocs/org/apache/pirk/test/utils/class-use/StandaloneQuery.html deleted file mode 100644 index fd64282..0000000 --- a/target/apidocs/org/apache/pirk/test/utils/class-use/StandaloneQuery.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class org.apache.pirk.test.utils.StandaloneQuery (Apache Pirk (incubating) Project 0.1.0-incubating API) - - - - - - - - - - - -
-

Uses of Class
org.apache.pirk.test.utils.StandaloneQuery

-
-
No usage of org.apache.pirk.test.utils.StandaloneQuery
- - - - -

Copyright © 2016 The Apache Software Foundation. All rights reserved.

- - http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/b467b0b4/target/apidocs/org/apache/pirk/test/utils/class-use/TestUtils.html ---------------------------------------------------------------------- diff --git a/target/apidocs/org/apache/pirk/test/utils/class-use/TestUtils.html b/target/apidocs/org/apache/pirk/test/utils/class-use/TestUtils.html deleted file mode 100644 index 770d4ec..0000000 --- a/target/apidocs/org/apache/pirk/test/utils/class-use/TestUtils.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Class org.apache.pirk.test.utils.TestUtils (Apache Pirk (incubating) Project 0.1.0-incubating API) - - - - - - - - - - - -
-

Uses of Class
org.apache.pirk.test.utils.TestUtils

-
-
No usage of org.apache.pirk.test.utils.TestUtils
- - - - -

Copyright © 2016 The Apache Software Foundation. All rights reserved.

- - http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/b467b0b4/target/apidocs/org/apache/pirk/test/utils/package-frame.html ---------------------------------------------------------------------- diff --git a/target/apidocs/org/apache/pirk/test/utils/package-frame.html b/target/apidocs/org/apache/pirk/test/utils/package-frame.html deleted file mode 100644 index 705ceb2..0000000 --- a/target/apidocs/org/apache/pirk/test/utils/package-frame.html +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - -org.apache.pirk.test.utils (Apache Pirk (incubating) Project 0.1.0-incubating API) - - - - - -

org.apache.pirk.test.utils

- - - http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/b467b0b4/target/apidocs/org/apache/pirk/test/utils/package-summary.html ---------------------------------------------------------------------- diff --git a/target/apidocs/org/apache/pirk/test/utils/package-summary.html b/target/apidocs/org/apache/pirk/test/utils/package-summary.html deleted file mode 100644 index 178252b..0000000 --- a/target/apidocs/org/apache/pirk/test/utils/package-summary.html +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - -org.apache.pirk.test.utils (Apache Pirk (incubating) Project 0.1.0-incubating API) - - - - - - - - - - - -
-

Package org.apache.pirk.test.utils

-
-
-
    -
  • - - - - - - - - - - - - - - - - - - - - - - - - -
    Class Summary 
    ClassDescription
    BaseTests -
    Class to hold the base functional distributed tests
    -
    Inputs -
    Input files for distributed testing
    -
    StandaloneQuery 
    TestUtils -
    Class to hold testing utilities
    -
    -
  • -
-
- - - - -

Copyright © 2016 The Apache Software Foundation. All rights reserved.

- - http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/b467b0b4/target/apidocs/org/apache/pirk/test/utils/package-tree.html ---------------------------------------------------------------------- diff --git a/target/apidocs/org/apache/pirk/test/utils/package-tree.html b/target/apidocs/org/apache/pirk/test/utils/package-tree.html deleted file mode 100644 index 0150ce2..0000000 --- a/target/apidocs/org/apache/pirk/test/utils/package-tree.html +++ /dev/null @@ -1,142 +0,0 @@ - - - - - - -org.apache.pirk.test.utils Class Hierarchy (Apache Pirk (incubating) Project 0.1.0-incubating API) - - - - - - - - - - - -
-

Hierarchy For Package org.apache.pirk.test.utils

-Package Hierarchies: - -
-
-

Class Hierarchy

- -
- - - - -

Copyright © 2016 The Apache Software Foundation. All rights reserved.

- - http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/b467b0b4/target/apidocs/org/apache/pirk/test/utils/package-use.html ---------------------------------------------------------------------- diff --git a/target/apidocs/org/apache/pirk/test/utils/package-use.html b/target/apidocs/org/apache/pirk/test/utils/package-use.html deleted file mode 100644 index dce9880..0000000 --- a/target/apidocs/org/apache/pirk/test/utils/package-use.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Uses of Package org.apache.pirk.test.utils (Apache Pirk (incubating) Project 0.1.0-incubating API) - - - - - - - - - - - -
-

Uses of Package
org.apache.pirk.test.utils

-
-
No usage of org.apache.pirk.test.utils
- - - - -

Copyright © 2016 The Apache Software Foundation. All rights reserved.

- -