Return-Path: X-Original-To: apmail-streams-commits-archive@minotaur.apache.org Delivered-To: apmail-streams-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3B534191BB for ; Fri, 29 Apr 2016 21:31:32 +0000 (UTC) Received: (qmail 48246 invoked by uid 500); 29 Apr 2016 21:31:32 -0000 Delivered-To: apmail-streams-commits-archive@streams.apache.org Received: (qmail 48225 invoked by uid 500); 29 Apr 2016 21:31:32 -0000 Mailing-List: contact commits-help@streams.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@streams.incubator.apache.org Delivered-To: mailing list commits@streams.incubator.apache.org Received: (qmail 48216 invoked by uid 99); 29 Apr 2016 21:31:31 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Apr 2016 21:31:31 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id C47F61A476E for ; Fri, 29 Apr 2016 21:31:30 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.999 X-Spam-Level: ** X-Spam-Status: No, score=2.999 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, KAM_MANYCOMMENTS=1.2, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id zhFxqhWx0IQd for ; Fri, 29 Apr 2016 21:31:08 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 27F2F5FAC9 for ; Fri, 29 Apr 2016 21:31:08 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id A9831E0920 for ; Fri, 29 Apr 2016 21:31:05 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id A03F73A01A9 for ; Fri, 29 Apr 2016 21:31:05 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r987103 [7/50] - in /websites/staging/streams/trunk/content: ./ site/0.3-incubating-SNAPSHOT/streams-examples/ site/0.3-incubating-SNAPSHOT/streams-examples/css/ site/0.3-incubating-SNAPSHOT/streams-examples/fonts/ site/0.3-incubating-SNAPS... Date: Fri, 29 Apr 2016 21:31:02 -0000 To: commits@streams.incubator.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160429213105.A03F73A01A9@svn01-us-west.apache.org> Added: websites/staging/streams/trunk/content/site/0.3-incubating-SNAPSHOT/streams-examples/streams-examples-local/elasticsearch-hdfs/HdfsElasticsearch.html ============================================================================== --- websites/staging/streams/trunk/content/site/0.3-incubating-SNAPSHOT/streams-examples/streams-examples-local/elasticsearch-hdfs/HdfsElasticsearch.html (added) +++ websites/staging/streams/trunk/content/site/0.3-incubating-SNAPSHOT/streams-examples/streams-examples-local/elasticsearch-hdfs/HdfsElasticsearch.html Fri Apr 29 21:30:57 2016 @@ -0,0 +1,218 @@ + + + + + + + + + elasticsearch-hdfs – hdfs-elasticsearch + + + + + + + + + + + + + + + + + + Fork me on GitHub + + + + + + + + +
+ + + + + + +
+ +

hdfs-elasticsearch

+
+

Description:

+

Copies documents from hdfs to elasticsearch.

+
+

Specification:

+

HdfsElasticsearch.dot

+
+

Diagram:

+

HdfsElasticsearch.dot.svg

+
+

Example Configuration:

+

testRestore.json

+
+

Run (Local):

+ +
+
java -cp dist/elasticsearch-hdfs-jar-with-dependencies.jar -Dconfig.file=file://<location_of_config_file> org.apache.streams.example.elasticsearch.HdfsElasticsearch
+
+
+

Run (Docker):

+ +
+
docker run elasticsearch-hdfs java -cp elasticsearch-hdfs-jar-with-dependencies.jar -Dconfig.url=http://<location_of_config_file> org.apache.streams.elasticsearch.example.HdfsElasticsearch
+
+

JavaDocs

+
+
+
+
+
Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
+
+
+ +
+ +
+
+
+

Copyright © 2012–2016 + The Apache Software Foundation. + All rights reserved. +

  • Last Published: 2016-04-29
  • +
  • + Version: 0.3-incubating-SNAPSHOT +
  • +

    +
    + +

    + + Built by Maven + +

    + +
    +
    + + \ No newline at end of file Added: websites/staging/streams/trunk/content/site/0.3-incubating-SNAPSHOT/streams-examples/streams-examples-local/elasticsearch-hdfs/HdfsElasticsearchConfiguration.json ============================================================================== --- websites/staging/streams/trunk/content/site/0.3-incubating-SNAPSHOT/streams-examples/streams-examples-local/elasticsearch-hdfs/HdfsElasticsearchConfiguration.json (added) +++ websites/staging/streams/trunk/content/site/0.3-incubating-SNAPSHOT/streams-examples/streams-examples-local/elasticsearch-hdfs/HdfsElasticsearchConfiguration.json Fri Apr 29 21:30:57 2016 @@ -0,0 +1,10 @@ +{ + "$schema": "http://json-schema.org/draft-03/schema", + "type": "object", + "javaType" : "org.apache.streams.elasticsearch.example.HdfsElasticsearchConfiguration", + "javaInterfaces": ["java.io.Serializable"], + "properties": { + "source": { "javaType": "org.apache.streams.hdfs.HdfsReaderConfiguration", "type": "object", "required": true }, + "destination": { "javaType": "org.apache.streams.elasticsearch.ElasticsearchWriterConfiguration", "type": "object", "required": true } + } +} \ No newline at end of file Added: websites/staging/streams/trunk/content/site/0.3-incubating-SNAPSHOT/streams-examples/streams-examples-local/elasticsearch-hdfs/apidocs/allclasses-frame.html ============================================================================== --- websites/staging/streams/trunk/content/site/0.3-incubating-SNAPSHOT/streams-examples/streams-examples-local/elasticsearch-hdfs/apidocs/allclasses-frame.html (added) +++ websites/staging/streams/trunk/content/site/0.3-incubating-SNAPSHOT/streams-examples/streams-examples-local/elasticsearch-hdfs/apidocs/allclasses-frame.html Fri Apr 29 21:30:57 2016 @@ -0,0 +1,23 @@ + + + + + + +All Classes (elasticsearch-hdfs 0.3-incubating-SNAPSHOT API) + + + + + +

    All Classes

    + + + \ No newline at end of file Added: websites/staging/streams/trunk/content/site/0.3-incubating-SNAPSHOT/streams-examples/streams-examples-local/elasticsearch-hdfs/apidocs/allclasses-noframe.html ============================================================================== --- websites/staging/streams/trunk/content/site/0.3-incubating-SNAPSHOT/streams-examples/streams-examples-local/elasticsearch-hdfs/apidocs/allclasses-noframe.html (added) +++ websites/staging/streams/trunk/content/site/0.3-incubating-SNAPSHOT/streams-examples/streams-examples-local/elasticsearch-hdfs/apidocs/allclasses-noframe.html Fri Apr 29 21:30:57 2016 @@ -0,0 +1,23 @@ + + + + + + +All Classes (elasticsearch-hdfs 0.3-incubating-SNAPSHOT API) + + + + + +

    All Classes

    + + + \ No newline at end of file Added: websites/staging/streams/trunk/content/site/0.3-incubating-SNAPSHOT/streams-examples/streams-examples-local/elasticsearch-hdfs/apidocs/constant-values.html ============================================================================== --- websites/staging/streams/trunk/content/site/0.3-incubating-SNAPSHOT/streams-examples/streams-examples-local/elasticsearch-hdfs/apidocs/constant-values.html (added) +++ websites/staging/streams/trunk/content/site/0.3-incubating-SNAPSHOT/streams-examples/streams-examples-local/elasticsearch-hdfs/apidocs/constant-values.html Fri Apr 29 21:30:57 2016 @@ -0,0 +1,172 @@ + + + + + + +Constant Field Values (elasticsearch-hdfs 0.3-incubating-SNAPSHOT API) + + + + + + + + + + + +
    +

    Constant Field Values

    +

    Contents

    + +
    +
    + + +

    org.apache.*

    +
      +
    • + + + + + + + + + + + + + + +
      org.apache.streams.elasticsearch.example.ElasticsearchHdfs 
      Modifier and TypeConstant FieldValue
      + +public static final StringSTREAMS_ID"ElasticsearchHdfs"
      +
    • +
    • + + + + + + + + + + + + + + +
      org.apache.streams.elasticsearch.example.HdfsElasticsearch 
      Modifier and TypeConstant FieldValue
      + +public static final StringSTREAMS_ID"HdfsElasticsearch"
      +
    • +
    +
    + + + + +

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

    + + \ No newline at end of file Added: websites/staging/streams/trunk/content/site/0.3-incubating-SNAPSHOT/streams-examples/streams-examples-local/elasticsearch-hdfs/apidocs/deprecated-list.html ============================================================================== --- websites/staging/streams/trunk/content/site/0.3-incubating-SNAPSHOT/streams-examples/streams-examples-local/elasticsearch-hdfs/apidocs/deprecated-list.html (added) +++ websites/staging/streams/trunk/content/site/0.3-incubating-SNAPSHOT/streams-examples/streams-examples-local/elasticsearch-hdfs/apidocs/deprecated-list.html Fri Apr 29 21:30:57 2016 @@ -0,0 +1,124 @@ + + + + + + +Deprecated List (elasticsearch-hdfs 0.3-incubating-SNAPSHOT API) + + + + + + + + +
    + + + + + + + +
    + + +
    +

    Deprecated API

    +

    Contents

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

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

    + + \ No newline at end of file Added: websites/staging/streams/trunk/content/site/0.3-incubating-SNAPSHOT/streams-examples/streams-examples-local/elasticsearch-hdfs/apidocs/help-doc.html ============================================================================== --- websites/staging/streams/trunk/content/site/0.3-incubating-SNAPSHOT/streams-examples/streams-examples-local/elasticsearch-hdfs/apidocs/help-doc.html (added) +++ websites/staging/streams/trunk/content/site/0.3-incubating-SNAPSHOT/streams-examples/streams-examples-local/elasticsearch-hdfs/apidocs/help-doc.html Fri Apr 29 21:30:57 2016 @@ -0,0 +1,225 @@ + + + + + + +API Help (elasticsearch-hdfs 0.3-incubating-SNAPSHOT API) + + + + + + + + + + + +
    +

    How This API Document Is Organized

    +
    This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
    +
    +
    +
      +
    • +

      Package

      +

      Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

      +
        +
      • Interfaces (italic)
      • +
      • Classes
      • +
      • Enums
      • +
      • Exceptions
      • +
      • Errors
      • +
      • Annotation Types
      • +
      +
    • +
    • +

      Class/Interface

      +

      Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

      +
        +
      • Class inheritance diagram
      • +
      • Direct Subclasses
      • +
      • All Known Subinterfaces
      • +
      • All Known Implementing Classes
      • +
      • Class/interface declaration
      • +
      • Class/interface description
      • +
      +
        +
      • Nested Class Summary
      • +
      • Field Summary
      • +
      • Constructor Summary
      • +
      • Method Summary
      • +
      +
        +
      • Field Detail
      • +
      • Constructor Detail
      • +
      • Method Detail
      • +
      +

      Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

      +
    • +
    • +

      Annotation Type

      +

      Each annotation type has its own separate page with the following sections:

      +
        +
      • Annotation Type declaration
      • +
      • Annotation Type description
      • +
      • Required Element Summary
      • +
      • Optional Element Summary
      • +
      • Element Detail
      • +
      +
    • +
    • +

      Enum

      +

      Each enum has its own separate page with the following sections:

      +
        +
      • Enum declaration
      • +
      • Enum description
      • +
      • Enum Constant Summary
      • +
      • Enum Constant Detail
      • +
      +
    • +
    • +

      Use

      +

      Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.

      +
    • +
    • +

      Tree (Class Hierarchy)

      +

      There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

      +
        +
      • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
      • +
      • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
      • +
      +
    • +
    • +

      Deprecated API

      +

      The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

      +
    • +
    • +

      Index

      +

      The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

      +
    • +
    • +

      Prev/Next

      +

      These links take you to the next or previous class, interface, package, or related page.

      +
    • +
    • +

      Frames/No Frames

      +

      These links show and hide the HTML frames. All pages are available with or without frames.

      +
    • +
    • +

      All Classes

      +

      The All Classes link shows all classes and interfaces except non-static nested types.

      +
    • +
    • +

      Serialized Form

      +

      Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

      +
    • +
    • +

      Constant Field Values

      +

      The Constant Field Values page lists the static final fields and their values.

      +
    • +
    +This help file applies to API documentation generated using the standard doclet.
    + + + + +

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

    + + \ No newline at end of file Added: websites/staging/streams/trunk/content/site/0.3-incubating-SNAPSHOT/streams-examples/streams-examples-local/elasticsearch-hdfs/apidocs/index-all.html ============================================================================== --- websites/staging/streams/trunk/content/site/0.3-incubating-SNAPSHOT/streams-examples/streams-examples-local/elasticsearch-hdfs/apidocs/index-all.html (added) +++ websites/staging/streams/trunk/content/site/0.3-incubating-SNAPSHOT/streams-examples/streams-examples-local/elasticsearch-hdfs/apidocs/index-all.html Fri Apr 29 21:30:57 2016 @@ -0,0 +1,273 @@ + + + + + + +Index (elasticsearch-hdfs 0.3-incubating-SNAPSHOT API) + + + + + + + + +
    + + + + + + + +
    + + +
    E G H M O R S T W  + + +

    E

    +
    +
    ElasticsearchHdfs - Class in org.apache.streams.elasticsearch.example
    +
    +
    Copies documents into a new index
    +
    +
    ElasticsearchHdfs() - Constructor for class org.apache.streams.elasticsearch.example.ElasticsearchHdfs
    +
     
    +
    ElasticsearchHdfs(ElasticsearchHdfsConfiguration) - Constructor for class org.apache.streams.elasticsearch.example.ElasticsearchHdfs
    +
     
    +
    ElasticsearchHdfsConfiguration - Class in org.apache.streams.elasticsearch.example
    +
     
    +
    ElasticsearchHdfsConfiguration() - Constructor for class org.apache.streams.elasticsearch.example.ElasticsearchHdfsConfiguration
    +
     
    +
    equals(Object) - Method in class org.apache.streams.elasticsearch.example.ElasticsearchHdfsConfiguration
    +
     
    +
    equals(Object) - Method in class org.apache.streams.elasticsearch.example.HdfsElasticsearchConfiguration
    +
     
    +
    + + + +

    G

    +
    +
    getAdditionalProperties() - Method in class org.apache.streams.elasticsearch.example.ElasticsearchHdfsConfiguration
    +
     
    +
    getAdditionalProperties() - Method in class org.apache.streams.elasticsearch.example.HdfsElasticsearchConfiguration
    +
     
    +
    getDestination() - Method in class org.apache.streams.elasticsearch.example.ElasticsearchHdfsConfiguration
    +
    +
    (Required)
    +
    +
    getDestination() - Method in class org.apache.streams.elasticsearch.example.HdfsElasticsearchConfiguration
    +
    +
    (Required)
    +
    +
    getSource() - Method in class org.apache.streams.elasticsearch.example.ElasticsearchHdfsConfiguration
    +
    +
    (Required)
    +
    +
    getSource() - Method in class org.apache.streams.elasticsearch.example.HdfsElasticsearchConfiguration
    +
    +
    (Required)
    +
    +
    + + + +

    H

    +
    +
    hashCode() - Method in class org.apache.streams.elasticsearch.example.ElasticsearchHdfsConfiguration
    +
     
    +
    hashCode() - Method in class org.apache.streams.elasticsearch.example.HdfsElasticsearchConfiguration
    +
     
    +
    HdfsElasticsearch - Class in org.apache.streams.elasticsearch.example
    +
    +
    Copies documents into a new index
    +
    +
    HdfsElasticsearch() - Constructor for class org.apache.streams.elasticsearch.example.HdfsElasticsearch
    +
     
    +
    HdfsElasticsearch(HdfsElasticsearchConfiguration) - Constructor for class org.apache.streams.elasticsearch.example.HdfsElasticsearch
    +
     
    +
    HdfsElasticsearchConfiguration - Class in org.apache.streams.elasticsearch.example
    +
     
    +
    HdfsElasticsearchConfiguration() - Constructor for class org.apache.streams.elasticsearch.example.HdfsElasticsearchConfiguration
    +
     
    +
    + + + +

    M

    +
    +
    main(String[]) - Static method in class org.apache.streams.elasticsearch.example.ElasticsearchHdfs
    +
     
    +
    main(String[]) - Static method in class org.apache.streams.elasticsearch.example.HdfsElasticsearch
    +
     
    +
    + + + +

    O

    +
    +
    org.apache.streams.elasticsearch.example - package org.apache.streams.elasticsearch.example
    +
     
    +
    + + + +

    R

    +
    +
    run() - Method in class org.apache.streams.elasticsearch.example.ElasticsearchHdfs
    +
     
    +
    run() - Method in class org.apache.streams.elasticsearch.example.HdfsElasticsearch
    +
     
    +
    + + + +

    S

    +
    +
    setAdditionalProperty(String, Object) - Method in class org.apache.streams.elasticsearch.example.ElasticsearchHdfsConfiguration
    +
     
    +
    setAdditionalProperty(String, Object) - Method in class org.apache.streams.elasticsearch.example.HdfsElasticsearchConfiguration
    +
     
    +
    setDestination(HdfsWriterConfiguration) - Method in class org.apache.streams.elasticsearch.example.ElasticsearchHdfsConfiguration
    +
    +
    (Required)
    +
    +
    setDestination(ElasticsearchWriterConfiguration) - Method in class org.apache.streams.elasticsearch.example.HdfsElasticsearchConfiguration
    +
    +
    (Required)
    +
    +
    setSource(ElasticsearchReaderConfiguration) - Method in class org.apache.streams.elasticsearch.example.ElasticsearchHdfsConfiguration
    +
    +
    (Required)
    +
    +
    setSource(HdfsReaderConfiguration) - Method in class org.apache.streams.elasticsearch.example.HdfsElasticsearchConfiguration
    +
    +
    (Required)
    +
    +
    STREAMS_ID - Static variable in class org.apache.streams.elasticsearch.example.ElasticsearchHdfs
    +
     
    +
    STREAMS_ID - Static variable in class org.apache.streams.elasticsearch.example.HdfsElasticsearch
    +
     
    +
    + + + +

    T

    +
    +
    toString() - Method in class org.apache.streams.elasticsearch.example.ElasticsearchHdfsConfiguration
    +
     
    +
    toString() - Method in class org.apache.streams.elasticsearch.example.HdfsElasticsearchConfiguration
    +
     
    +
    + + + +

    W

    +
    +
    withDestination(HdfsWriterConfiguration) - Method in class org.apache.streams.elasticsearch.example.ElasticsearchHdfsConfiguration
    +
     
    +
    withDestination(ElasticsearchWriterConfiguration) - Method in class org.apache.streams.elasticsearch.example.HdfsElasticsearchConfiguration
    +
     
    +
    withSource(ElasticsearchReaderConfiguration) - Method in class org.apache.streams.elasticsearch.example.ElasticsearchHdfsConfiguration
    +
     
    +
    withSource(HdfsReaderConfiguration) - Method in class org.apache.streams.elasticsearch.example.HdfsElasticsearchConfiguration
    +
     
    +
    +E G H M O R S T W 
    + +
    + + + + + + + +
    + + +

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

    + + \ No newline at end of file Added: websites/staging/streams/trunk/content/site/0.3-incubating-SNAPSHOT/streams-examples/streams-examples-local/elasticsearch-hdfs/apidocs/index.html ============================================================================== --- websites/staging/streams/trunk/content/site/0.3-incubating-SNAPSHOT/streams-examples/streams-examples-local/elasticsearch-hdfs/apidocs/index.html (added) +++ websites/staging/streams/trunk/content/site/0.3-incubating-SNAPSHOT/streams-examples/streams-examples-local/elasticsearch-hdfs/apidocs/index.html Fri Apr 29 21:30:57 2016 @@ -0,0 +1,72 @@ + + + + + + +elasticsearch-hdfs 0.3-incubating-SNAPSHOT API + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="org/apache/streams/elasticsearch/example/package-summary.html">Non-frame version</a>.</p> + + + \ No newline at end of file Added: websites/staging/streams/trunk/content/site/0.3-incubating-SNAPSHOT/streams-examples/streams-examples-local/elasticsearch-hdfs/apidocs/org/apache/streams/elasticsearch/example/ElasticsearchHdfs.html ============================================================================== --- websites/staging/streams/trunk/content/site/0.3-incubating-SNAPSHOT/streams-examples/streams-examples-local/elasticsearch-hdfs/apidocs/org/apache/streams/elasticsearch/example/ElasticsearchHdfs.html (added) +++ websites/staging/streams/trunk/content/site/0.3-incubating-SNAPSHOT/streams-examples/streams-examples-local/elasticsearch-hdfs/apidocs/org/apache/streams/elasticsearch/example/ElasticsearchHdfs.html Fri Apr 29 21:30:57 2016 @@ -0,0 +1,346 @@ + + + + + + +ElasticsearchHdfs (elasticsearch-hdfs 0.3-incubating-SNAPSHOT API) + + + + + + + + + + + + +
    +
    org.apache.streams.elasticsearch.example
    +

    Class ElasticsearchHdfs

    +
    +
    +
      +
    • java.lang.Object
    • +
    • +
        +
      • org.apache.streams.elasticsearch.example.ElasticsearchHdfs
      • +
      +
    • +
    +
    +
      +
    • +
      +
      All Implemented Interfaces:
      +
      Runnable
      +
      +
      +
      +
      public class ElasticsearchHdfs
      +extends Object
      +implements Runnable
      +
      Copies documents into a new index
      +
    • +
    +
    +
    + +
    +
    + +
    +
    + + + + + +

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

    + + \ No newline at end of file