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 3D2B9200B5E for ; Wed, 27 Jul 2016 04:27:09 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3BA09160AA5; Wed, 27 Jul 2016 02:27:09 +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 DBD7D160AA6 for ; Wed, 27 Jul 2016 04:27:06 +0200 (CEST) Received: (qmail 7454 invoked by uid 500); 27 Jul 2016 02:27:06 -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 7445 invoked by uid 99); 27 Jul 2016 02:27:06 -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; Wed, 27 Jul 2016 02:27:06 +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 6362A1A7903 for ; Wed, 27 Jul 2016 02:27:05 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.446 X-Spam-Level: X-Spam-Status: No, score=-3.446 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, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx2-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 7A7qkjX3kArv for ; Wed, 27 Jul 2016 02:26:45 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with SMTP id 725B660E6E for ; Wed, 27 Jul 2016 02:26:28 +0000 (UTC) Received: (qmail 5173 invoked by uid 99); 27 Jul 2016 02:26:27 -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; Wed, 27 Jul 2016 02:26:27 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8DE83E2C1A; Wed, 27 Jul 2016 02:26:27 +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: Wed, 27 Jul 2016 02:27:01 -0000 Message-Id: <10b4cbc3477c4a54a4de23bb510a2f66@git.apache.org> In-Reply-To: <5c0f475cc5064086aa9889182f45110f@git.apache.org> References: <5c0f475cc5064086aa9889182f45110f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [36/52] [partial] incubator-pirk git commit: Jekyll build from gh-pages:acc3fd5 archived-at: Wed, 27 Jul 2016 02:27:09 -0000 http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/733748e1/javadocs/test/org/apache/pirk/inputformat/hadoop/BytesArrayWritable.html ---------------------------------------------------------------------- diff --git a/javadocs/test/org/apache/pirk/inputformat/hadoop/BytesArrayWritable.html b/javadocs/test/org/apache/pirk/inputformat/hadoop/BytesArrayWritable.html new file mode 100644 index 0000000..7af7239 --- /dev/null +++ b/javadocs/test/org/apache/pirk/inputformat/hadoop/BytesArrayWritable.html @@ -0,0 +1,377 @@ + + + + + +BytesArrayWritable + + + + + + + + + + + +
+
org.apache.pirk.inputformat.hadoop
+

Class BytesArrayWritable

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.hadoop.io.ArrayWritable
    • +
    • +
        +
      • org.apache.pirk.inputformat.hadoop.BytesArrayWritable
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.apache.hadoop.io.Writable
    +
    +
    +
    +
    public class BytesArrayWritable
    +extends org.apache.hadoop.io.ArrayWritable
    +
    ArrayWritable class with ByteWritable entries
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      BytesArrayWritable() 
      BytesArrayWritable(java.util.ArrayList<java.math.BigInteger> elements) +
      Constructor for use when underlying array will be ByteWritable representations of BigInteger objects
      +
      BytesArrayWritable(byte[][] elements) +
      Constructor for use when underlying array will be BytesWritable representations of byte[]
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      org.apache.hadoop.io.BytesWritableget(int i) +
      Return the ith element as a BytesWritable
      +
      java.math.BigIntegergetBigInteger(int i) +
      Return the ith element from the underlying array
      +
      intgetByteAsInt(int i) +
      Return the ith element as an int
      +
      byte[]getBytes(int i) +
      Return the ith element as a byte array
      +
      intsize() +
      Returns the number of elements in the underlying array
      +
      +
        +
      • + + +

        Methods inherited from class org.apache.hadoop.io.ArrayWritable

        +get, getValueClass, readFields, set, toArray, toStrings, write
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        BytesArrayWritable

        +
        public BytesArrayWritable()
        +
      • +
      + + + +
        +
      • +

        BytesArrayWritable

        +
        public BytesArrayWritable(byte[][] elements)
        +
        Constructor for use when underlying array will be BytesWritable representations of byte[]
        +
      • +
      + + + +
        +
      • +

        BytesArrayWritable

        +
        public BytesArrayWritable(java.util.ArrayList<java.math.BigInteger> elements)
        +
        Constructor for use when underlying array will be ByteWritable representations of BigInteger objects
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        size

        +
        public int size()
        +
        Returns the number of elements in the underlying array
        +
      • +
      + + + +
        +
      • +

        getBigInteger

        +
        public java.math.BigInteger getBigInteger(int i)
        +                                   throws java.io.IOException
        +
        Return the ith element from the underlying array +

        + Assumes that the underlying array consists of BytesWritable representations of BigInteger objects +

        + Assumes that the underlying BigIntegers are unsigned, but have been stripped of zero padding (and hence the sign bit) -- must add it back in

        +
        Throws:
        +
        java.io.IOException
        +
      • +
      + + + +
        +
      • +

        get

        +
        public org.apache.hadoop.io.BytesWritable get(int i)
        +
        Return the ith element as a BytesWritable
        +
      • +
      + + + +
        +
      • +

        getBytes

        +
        public byte[] getBytes(int i)
        +
        Return the ith element as a byte array
        +
      • +
      + + + +
        +
      • +

        getByteAsInt

        +
        public int getByteAsInt(int i)
        +
        Return the ith element as an int
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/733748e1/javadocs/test/org/apache/pirk/inputformat/hadoop/InputFormatConst.html ---------------------------------------------------------------------- diff --git a/javadocs/test/org/apache/pirk/inputformat/hadoop/InputFormatConst.html b/javadocs/test/org/apache/pirk/inputformat/hadoop/InputFormatConst.html new file mode 100644 index 0000000..045ec22 --- /dev/null +++ b/javadocs/test/org/apache/pirk/inputformat/hadoop/InputFormatConst.html @@ -0,0 +1,293 @@ + + + + + +InputFormatConst + + + + + + + + + + + +
+
org.apache.pirk.inputformat.hadoop
+

Class InputFormatConst

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.pirk.inputformat.hadoop.InputFormatConst
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class InputFormatConst
    +extends java.lang.Object
    +
    Constants class for allowed input format types
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static java.util.ArrayList<java.lang.String>ALLOWED_FORMATS 
      static java.lang.StringBASE_FORMAT 
      static java.lang.StringES 
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      InputFormatConst() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

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

        ALLOWED_FORMATS

        +
        public static final java.util.ArrayList<java.lang.String> ALLOWED_FORMATS
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        InputFormatConst

        +
        public InputFormatConst()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/733748e1/javadocs/test/org/apache/pirk/inputformat/hadoop/TextArrayWritable.html ---------------------------------------------------------------------- diff --git a/javadocs/test/org/apache/pirk/inputformat/hadoop/TextArrayWritable.html b/javadocs/test/org/apache/pirk/inputformat/hadoop/TextArrayWritable.html new file mode 100644 index 0000000..88b000f --- /dev/null +++ b/javadocs/test/org/apache/pirk/inputformat/hadoop/TextArrayWritable.html @@ -0,0 +1,324 @@ + + + + + +TextArrayWritable + + + + + + + + + + + +
+
org.apache.pirk.inputformat.hadoop
+

Class TextArrayWritable

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.hadoop.io.ArrayWritable
    • +
    • +
        +
      • org.apache.pirk.inputformat.hadoop.TextArrayWritable
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.apache.hadoop.io.Writable
    +
    +
    +
    +
    public class TextArrayWritable
    +extends org.apache.hadoop.io.ArrayWritable
    +
    ArrayWritable class with Text entries
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      TextArrayWritable() 
      TextArrayWritable(java.util.ArrayList<java.math.BigInteger> elements) +
      Constructor for use when underlying array will be Text representations of BigInteger objects
      +
      TextArrayWritable(java.lang.String[] elements) +
      Constructor for use when underlying array will be Text representations of String objects
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      java.math.BigIntegergetBigInteger(int i) +
      Return the ith element from the underlying array
      +
      intsize() +
      Returns the number of elements in the underlying array
      +
      +
        +
      • + + +

        Methods inherited from class org.apache.hadoop.io.ArrayWritable

        +get, getValueClass, readFields, set, toArray, toStrings, write
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TextArrayWritable

        +
        public TextArrayWritable()
        +
      • +
      + + + +
        +
      • +

        TextArrayWritable

        +
        public TextArrayWritable(java.lang.String[] elements)
        +
        Constructor for use when underlying array will be Text representations of String objects
        +
      • +
      + + + +
        +
      • +

        TextArrayWritable

        +
        public TextArrayWritable(java.util.ArrayList<java.math.BigInteger> elements)
        +
        Constructor for use when underlying array will be Text representations of BigInteger objects
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        size

        +
        public int size()
        +
        Returns the number of elements in the underlying array
        +
      • +
      + + + +
        +
      • +

        getBigInteger

        +
        public java.math.BigInteger getBigInteger(int i)
        +
        Return the ith element from the underlying array +

        + Assumes that the underlying array consists of Text representations of BigInteger objects

        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/733748e1/javadocs/test/org/apache/pirk/inputformat/hadoop/class-use/BaseInputFormat.html ---------------------------------------------------------------------- diff --git a/javadocs/test/org/apache/pirk/inputformat/hadoop/class-use/BaseInputFormat.html b/javadocs/test/org/apache/pirk/inputformat/hadoop/class-use/BaseInputFormat.html new file mode 100644 index 0000000..a68d09b --- /dev/null +++ b/javadocs/test/org/apache/pirk/inputformat/hadoop/class-use/BaseInputFormat.html @@ -0,0 +1,157 @@ + + + + + +Uses of Class org.apache.pirk.inputformat.hadoop.BaseInputFormat + + + + + + + + + + +
+

Uses of Class
org.apache.pirk.inputformat.hadoop.BaseInputFormat

+
+
+ +
+ + + + + + http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/733748e1/javadocs/test/org/apache/pirk/inputformat/hadoop/class-use/BytesArrayWritable.html ---------------------------------------------------------------------- diff --git a/javadocs/test/org/apache/pirk/inputformat/hadoop/class-use/BytesArrayWritable.html b/javadocs/test/org/apache/pirk/inputformat/hadoop/class-use/BytesArrayWritable.html new file mode 100644 index 0000000..8424706 --- /dev/null +++ b/javadocs/test/org/apache/pirk/inputformat/hadoop/class-use/BytesArrayWritable.html @@ -0,0 +1,220 @@ + + + + + +Uses of Class org.apache.pirk.inputformat.hadoop.BytesArrayWritable + + + + + + + + + + +
+

Uses of Class
org.apache.pirk.inputformat.hadoop.BytesArrayWritable

+
+
+ +
+ + + + + + http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/733748e1/javadocs/test/org/apache/pirk/inputformat/hadoop/class-use/InputFormatConst.html ---------------------------------------------------------------------- diff --git a/javadocs/test/org/apache/pirk/inputformat/hadoop/class-use/InputFormatConst.html b/javadocs/test/org/apache/pirk/inputformat/hadoop/class-use/InputFormatConst.html new file mode 100644 index 0000000..9c1621b --- /dev/null +++ b/javadocs/test/org/apache/pirk/inputformat/hadoop/class-use/InputFormatConst.html @@ -0,0 +1,115 @@ + + + + + +Uses of Class org.apache.pirk.inputformat.hadoop.InputFormatConst + + + + + + + + + + +
+

Uses of Class
org.apache.pirk.inputformat.hadoop.InputFormatConst

+
+
No usage of org.apache.pirk.inputformat.hadoop.InputFormatConst
+ + + + + + http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/733748e1/javadocs/test/org/apache/pirk/inputformat/hadoop/class-use/TextArrayWritable.html ---------------------------------------------------------------------- diff --git a/javadocs/test/org/apache/pirk/inputformat/hadoop/class-use/TextArrayWritable.html b/javadocs/test/org/apache/pirk/inputformat/hadoop/class-use/TextArrayWritable.html new file mode 100644 index 0000000..76fd59d --- /dev/null +++ b/javadocs/test/org/apache/pirk/inputformat/hadoop/class-use/TextArrayWritable.html @@ -0,0 +1,115 @@ + + + + + +Uses of Class org.apache.pirk.inputformat.hadoop.TextArrayWritable + + + + + + + + + + +
+

Uses of Class
org.apache.pirk.inputformat.hadoop.TextArrayWritable

+
+
No usage of org.apache.pirk.inputformat.hadoop.TextArrayWritable
+ + + + + + http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/733748e1/javadocs/test/org/apache/pirk/inputformat/hadoop/json/JSONInputFormat.html ---------------------------------------------------------------------- diff --git a/javadocs/test/org/apache/pirk/inputformat/hadoop/json/JSONInputFormat.html b/javadocs/test/org/apache/pirk/inputformat/hadoop/json/JSONInputFormat.html new file mode 100644 index 0000000..a142fc6 --- /dev/null +++ b/javadocs/test/org/apache/pirk/inputformat/hadoop/json/JSONInputFormat.html @@ -0,0 +1,314 @@ + + + + + +JSONInputFormat + + + + + + + + + + + +
+
org.apache.pirk.inputformat.hadoop.json
+

Class JSONInputFormat

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.hadoop.mapreduce.InputFormat<K,V>
    • +
    • +
        +
      • org.apache.hadoop.mapreduce.lib.input.FileInputFormat<org.apache.hadoop.io.Text,org.apache.hadoop.io.MapWritable>
      • +
      • +
          +
        • org.apache.pirk.inputformat.hadoop.json.JSONInputFormat
        • +
        +
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class JSONInputFormat
    +extends org.apache.hadoop.mapreduce.lib.input.FileInputFormat<org.apache.hadoop.io.Text,org.apache.hadoop.io.MapWritable>
    +
    Custom import format to parse files string representations of JSON, one JSON string per line
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class org.apache.hadoop.mapreduce.lib.input.FileInputFormat

        +org.apache.hadoop.mapreduce.lib.input.FileInputFormat.Counter
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class org.apache.hadoop.mapreduce.lib.input.FileInputFormat

        +DEFAULT_LIST_STATUS_NUM_THREADS, INPUT_DIR, INPUT_DIR_RECURSIVE, LIST_STATUS_NUM_THREADS, NUM_INPUT_FILES, PATHFILTER_CLASS, SPLIT_MAXSIZE, SPLIT_MINSIZE
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      JSONInputFormat() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      org.apache.hadoop.mapreduce.RecordReader<org.apache.hadoop.io.Text,org.apache.hadoop.io.MapWritable>createRecordReader(org.apache.hadoop.mapreduce.InputSplit split, + org.apache.hadoop.mapreduce.TaskAttemptContext taskAttempt) 
      +
        +
      • + + +

        Methods inherited from class org.apache.hadoop.mapreduce.lib.input.FileInputFormat

        +addInputPath, addInputPaths, getInputDirRecursive, getInputPathFilter, getInputPaths, getMaxSplitSize, getMinSplitSize, getSplits, setInputDirRecursive, setInputPathFilter, setInputPaths, setInputPaths, setMaxInputSplitSize, setMinInputSplitSize
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        JSONInputFormat

        +
        public JSONInputFormat()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createRecordReader

        +
        public org.apache.hadoop.mapreduce.RecordReader<org.apache.hadoop.io.Text,org.apache.hadoop.io.MapWritable> createRecordReader(org.apache.hadoop.mapreduce.InputSplit split,
        +                                                                                                                      org.apache.hadoop.mapreduce.TaskAttemptContext taskAttempt)
        +                                                                                                                        throws java.io.IOException,
        +                                                                                                                               java.lang.InterruptedException
        +
        +
        Specified by:
        +
        createRecordReader in class org.apache.hadoop.mapreduce.InputFormat<org.apache.hadoop.io.Text,org.apache.hadoop.io.MapWritable>
        +
        Throws:
        +
        java.io.IOException
        +
        java.lang.InterruptedException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + +