Return-Path: X-Original-To: apmail-kudu-commits-archive@minotaur.apache.org Delivered-To: apmail-kudu-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 842521970A for ; Mon, 11 Apr 2016 16:28:55 +0000 (UTC) Received: (qmail 61908 invoked by uid 500); 11 Apr 2016 16:28:55 -0000 Delivered-To: apmail-kudu-commits-archive@kudu.apache.org Received: (qmail 61890 invoked by uid 500); 11 Apr 2016 16:28:55 -0000 Mailing-List: contact commits-help@kudu.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kudu.incubator.apache.org Delivered-To: mailing list commits@kudu.incubator.apache.org Received: (qmail 61881 invoked by uid 99); 11 Apr 2016 16:28:55 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Apr 2016 16:28:55 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id C8906180220 for ; Mon, 11 Apr 2016 16:28:54 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -2.021 X-Spam-Level: X-Spam-Status: No, score=-2.021 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=-0.001] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 8ea31ykC0WLl for ; Mon, 11 Apr 2016 16:28:28 +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 29B4B5FB41 for ; Mon, 11 Apr 2016 16:28:07 +0000 (UTC) Received: (qmail 58163 invoked by uid 99); 11 Apr 2016 16:28:07 -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, 11 Apr 2016 16:28:07 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id F4238DFF8A; Mon, 11 Apr 2016 16:28:06 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jdcryans@apache.org To: commits@kudu.incubator.apache.org Date: Mon, 11 Apr 2016 16:28:19 -0000 Message-Id: In-Reply-To: <06beda7c146b4609825ea8c470edd03e@git.apache.org> References: <06beda7c146b4609825ea8c470edd03e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [14/45] incubator-kudu git commit: Add 0.8.0 docs http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/c78a2f80/releases/0.8.0/apidocs/org/kududb/mapreduce/KuduTableOutputCommitter.html ---------------------------------------------------------------------- diff --git a/releases/0.8.0/apidocs/org/kududb/mapreduce/KuduTableOutputCommitter.html b/releases/0.8.0/apidocs/org/kududb/mapreduce/KuduTableOutputCommitter.html new file mode 100644 index 0000000..3e06b5f --- /dev/null +++ b/releases/0.8.0/apidocs/org/kududb/mapreduce/KuduTableOutputCommitter.html @@ -0,0 +1,353 @@ + + + + + +KuduTableOutputCommitter (Kudu 0.8.0 API) + + + + + + + + + + +
+
org.kududb.mapreduce
+

Class KuduTableOutputCommitter

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.hadoop.mapreduce.OutputCommitter
    • +
    • +
        +
      • org.kududb.mapreduce.KuduTableOutputCommitter
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    @InterfaceAudience.Public
    +@InterfaceStability.Evolving
    +public class KuduTableOutputCommitter
    +extends org.apache.hadoop.mapreduce.OutputCommitter
    +
    Small committer class that does not do anything.
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      voidabortTask(org.apache.hadoop.mapreduce.TaskAttemptContext taskAttemptContext) 
      voidcommitTask(org.apache.hadoop.mapreduce.TaskAttemptContext taskAttemptContext) 
      booleanneedsTaskCommit(org.apache.hadoop.mapreduce.TaskAttemptContext taskAttemptContext) 
      voidsetupJob(org.apache.hadoop.mapreduce.JobContext jobContext) 
      voidsetupTask(org.apache.hadoop.mapreduce.TaskAttemptContext taskAttemptContext) 
      +
        +
      • + + +

        Methods inherited from class org.apache.hadoop.mapreduce.OutputCommitter

        +abortJob, cleanupJob, commitJob, isRecoverySupported, isRecoverySupported, recoverTask
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        KuduTableOutputCommitter

        +
        public KuduTableOutputCommitter()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setupJob

        +
        public void setupJob(org.apache.hadoop.mapreduce.JobContext jobContext)
        +              throws IOException
        +
        +
        Specified by:
        +
        setupJob in class org.apache.hadoop.mapreduce.OutputCommitter
        +
        Throws:
        +
        IOException
        +
      • +
      + + + +
        +
      • +

        setupTask

        +
        public void setupTask(org.apache.hadoop.mapreduce.TaskAttemptContext taskAttemptContext)
        +               throws IOException
        +
        +
        Specified by:
        +
        setupTask in class org.apache.hadoop.mapreduce.OutputCommitter
        +
        Throws:
        +
        IOException
        +
      • +
      + + + +
        +
      • +

        needsTaskCommit

        +
        public boolean needsTaskCommit(org.apache.hadoop.mapreduce.TaskAttemptContext taskAttemptContext)
        +                        throws IOException
        +
        +
        Specified by:
        +
        needsTaskCommit in class org.apache.hadoop.mapreduce.OutputCommitter
        +
        Throws:
        +
        IOException
        +
      • +
      + + + +
        +
      • +

        commitTask

        +
        public void commitTask(org.apache.hadoop.mapreduce.TaskAttemptContext taskAttemptContext)
        +                throws IOException
        +
        +
        Specified by:
        +
        commitTask in class org.apache.hadoop.mapreduce.OutputCommitter
        +
        Throws:
        +
        IOException
        +
      • +
      + + + +
        +
      • +

        abortTask

        +
        public void abortTask(org.apache.hadoop.mapreduce.TaskAttemptContext taskAttemptContext)
        +               throws IOException
        +
        +
        Specified by:
        +
        abortTask in class org.apache.hadoop.mapreduce.OutputCommitter
        +
        Throws:
        +
        IOException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2016. All rights reserved.

+ + http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/c78a2f80/releases/0.8.0/apidocs/org/kududb/mapreduce/KuduTableOutputFormat.html ---------------------------------------------------------------------- diff --git a/releases/0.8.0/apidocs/org/kududb/mapreduce/KuduTableOutputFormat.html b/releases/0.8.0/apidocs/org/kududb/mapreduce/KuduTableOutputFormat.html new file mode 100644 index 0000000..b3061d9 --- /dev/null +++ b/releases/0.8.0/apidocs/org/kududb/mapreduce/KuduTableOutputFormat.html @@ -0,0 +1,378 @@ + + + + + +KuduTableOutputFormat (Kudu 0.8.0 API) + + + + + + + + + + +
+
org.kududb.mapreduce
+

Class KuduTableOutputFormat

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.hadoop.mapreduce.OutputFormat<org.apache.hadoop.io.NullWritable,Operation>
    • +
    • +
        +
      • org.kududb.mapreduce.KuduTableOutputFormat
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.apache.hadoop.conf.Configurable
    +
    +
    +
    +
    @InterfaceAudience.Public
    +@InterfaceStability.Evolving
    +public class KuduTableOutputFormat
    +extends org.apache.hadoop.mapreduce.OutputFormat<org.apache.hadoop.io.NullWritable,Operation>
    +implements org.apache.hadoop.conf.Configurable
    +

    + Use KuduTableMapReduceUtil.TableOutputFormatConfigurator + to correctly setup this output format, then KuduTableMapReduceUtil.getTableFromContext(org.apache.hadoop.mapreduce.TaskInputOutputContext) + to get a KuduTable. +

    + +

    + Hadoop doesn't have the concept of "closing" the output format so in order to release the + resources we assume that once either + checkOutputSpecs(org.apache.hadoop.mapreduce.JobContext) + or KuduTableOutputFormat.TableRecordWriter.close(org.apache.hadoop.mapreduce.TaskAttemptContext) + have been called that the object won't be used again and the KuduClient is shut down. +

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

      Constructor Detail

      + + + +
        +
      • +

        KuduTableOutputFormat

        +
        public KuduTableOutputFormat()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setConf

        +
        public void setConf(org.apache.hadoop.conf.Configuration entries)
        +
        +
        Specified by:
        +
        setConf in interface org.apache.hadoop.conf.Configurable
        +
        +
      • +
      + + + +
        +
      • +

        getKuduTable

        +
        public static KuduTable getKuduTable(String multitonKey)
        +
      • +
      + + + +
        +
      • +

        getConf

        +
        public org.apache.hadoop.conf.Configuration getConf()
        +
        +
        Specified by:
        +
        getConf in interface org.apache.hadoop.conf.Configurable
        +
        +
      • +
      + + + +
        +
      • +

        getRecordWriter

        +
        public org.apache.hadoop.mapreduce.RecordWriter<org.apache.hadoop.io.NullWritable,Operation> getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext taskAttemptContext)
        +                                                                                                      throws IOException,
        +                                                                                                             InterruptedException
        +
        +
        Specified by:
        +
        getRecordWriter in class org.apache.hadoop.mapreduce.OutputFormat<org.apache.hadoop.io.NullWritable,Operation>
        +
        Throws:
        +
        IOException
        +
        InterruptedException
        +
      • +
      + + + + + + + +
        +
      • +

        getOutputCommitter

        +
        public org.apache.hadoop.mapreduce.OutputCommitter getOutputCommitter(org.apache.hadoop.mapreduce.TaskAttemptContext taskAttemptContext)
        +                                                               throws IOException,
        +                                                                      InterruptedException
        +
        +
        Specified by:
        +
        getOutputCommitter in class org.apache.hadoop.mapreduce.OutputFormat<org.apache.hadoop.io.NullWritable,Operation>
        +
        Throws:
        +
        IOException
        +
        InterruptedException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2016. All rights reserved.

+ + http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/c78a2f80/releases/0.8.0/apidocs/org/kududb/mapreduce/TableReducer.html ---------------------------------------------------------------------- diff --git a/releases/0.8.0/apidocs/org/kududb/mapreduce/TableReducer.html b/releases/0.8.0/apidocs/org/kududb/mapreduce/TableReducer.html new file mode 100644 index 0000000..846b427 --- /dev/null +++ b/releases/0.8.0/apidocs/org/kududb/mapreduce/TableReducer.html @@ -0,0 +1,242 @@ + + + + + +TableReducer (Kudu 0.8.0 API) + + + + + + + + + + +
+
org.kududb.mapreduce
+

Class TableReducer<KEYIN,VALUEIN,KEYOUT>

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.hadoop.mapreduce.Reducer<KEYIN,VALUEIN,KEYOUT,Operation>
    • +
    • +
        +
      • org.kududb.mapreduce.TableReducer<KEYIN,VALUEIN,KEYOUT>
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    @InterfaceAudience.Public
    +@InterfaceStability.Evolving
    +public abstract class TableReducer<KEYIN,VALUEIN,KEYOUT>
    +extends org.apache.hadoop.mapreduce.Reducer<KEYIN,VALUEIN,KEYOUT,Operation>
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TableReducer

        +
        public TableReducer()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2016. All rights reserved.

+ + http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/c78a2f80/releases/0.8.0/apidocs/org/kududb/mapreduce/class-use/CommandLineParser.html ---------------------------------------------------------------------- diff --git a/releases/0.8.0/apidocs/org/kududb/mapreduce/class-use/CommandLineParser.html b/releases/0.8.0/apidocs/org/kududb/mapreduce/class-use/CommandLineParser.html new file mode 100644 index 0000000..cce2a56 --- /dev/null +++ b/releases/0.8.0/apidocs/org/kududb/mapreduce/class-use/CommandLineParser.html @@ -0,0 +1,115 @@ + + + + + +Uses of Class org.kududb.mapreduce.CommandLineParser (Kudu 0.8.0 API) + + + + + + + + + +
+

Uses of Class
org.kududb.mapreduce.CommandLineParser

+
+
No usage of org.kududb.mapreduce.CommandLineParser
+ + + + +

Copyright © 2016. All rights reserved.

+ + http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/c78a2f80/releases/0.8.0/apidocs/org/kududb/mapreduce/class-use/KuduTableInputFormat.html ---------------------------------------------------------------------- diff --git a/releases/0.8.0/apidocs/org/kududb/mapreduce/class-use/KuduTableInputFormat.html b/releases/0.8.0/apidocs/org/kududb/mapreduce/class-use/KuduTableInputFormat.html new file mode 100644 index 0000000..afcf426 --- /dev/null +++ b/releases/0.8.0/apidocs/org/kududb/mapreduce/class-use/KuduTableInputFormat.html @@ -0,0 +1,115 @@ + + + + + +Uses of Class org.kududb.mapreduce.KuduTableInputFormat (Kudu 0.8.0 API) + + + + + + + + + +
+

Uses of Class
org.kududb.mapreduce.KuduTableInputFormat

+
+
No usage of org.kududb.mapreduce.KuduTableInputFormat
+ + + + +

Copyright © 2016. All rights reserved.

+ + http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/c78a2f80/releases/0.8.0/apidocs/org/kududb/mapreduce/class-use/KuduTableMapReduceUtil.html ---------------------------------------------------------------------- diff --git a/releases/0.8.0/apidocs/org/kududb/mapreduce/class-use/KuduTableMapReduceUtil.html b/releases/0.8.0/apidocs/org/kududb/mapreduce/class-use/KuduTableMapReduceUtil.html new file mode 100644 index 0000000..0babe29 --- /dev/null +++ b/releases/0.8.0/apidocs/org/kududb/mapreduce/class-use/KuduTableMapReduceUtil.html @@ -0,0 +1,115 @@ + + + + + +Uses of Class org.kududb.mapreduce.KuduTableMapReduceUtil (Kudu 0.8.0 API) + + + + + + + + + +
+

Uses of Class
org.kududb.mapreduce.KuduTableMapReduceUtil

+
+
No usage of org.kududb.mapreduce.KuduTableMapReduceUtil
+ + + + +

Copyright © 2016. All rights reserved.

+ + http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/c78a2f80/releases/0.8.0/apidocs/org/kududb/mapreduce/class-use/KuduTableOutputCommitter.html ---------------------------------------------------------------------- diff --git a/releases/0.8.0/apidocs/org/kududb/mapreduce/class-use/KuduTableOutputCommitter.html b/releases/0.8.0/apidocs/org/kududb/mapreduce/class-use/KuduTableOutputCommitter.html new file mode 100644 index 0000000..ec532f4 --- /dev/null +++ b/releases/0.8.0/apidocs/org/kududb/mapreduce/class-use/KuduTableOutputCommitter.html @@ -0,0 +1,115 @@ + + + + + +Uses of Class org.kududb.mapreduce.KuduTableOutputCommitter (Kudu 0.8.0 API) + + + + + + + + + +
+

Uses of Class
org.kududb.mapreduce.KuduTableOutputCommitter

+
+
No usage of org.kududb.mapreduce.KuduTableOutputCommitter
+ + + + +

Copyright © 2016. All rights reserved.

+ + http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/c78a2f80/releases/0.8.0/apidocs/org/kududb/mapreduce/class-use/KuduTableOutputFormat.html ---------------------------------------------------------------------- diff --git a/releases/0.8.0/apidocs/org/kududb/mapreduce/class-use/KuduTableOutputFormat.html b/releases/0.8.0/apidocs/org/kududb/mapreduce/class-use/KuduTableOutputFormat.html new file mode 100644 index 0000000..d3ae690 --- /dev/null +++ b/releases/0.8.0/apidocs/org/kududb/mapreduce/class-use/KuduTableOutputFormat.html @@ -0,0 +1,115 @@ + + + + + +Uses of Class org.kududb.mapreduce.KuduTableOutputFormat (Kudu 0.8.0 API) + + + + + + + + + +
+

Uses of Class
org.kududb.mapreduce.KuduTableOutputFormat

+
+
No usage of org.kududb.mapreduce.KuduTableOutputFormat
+ + + + +

Copyright © 2016. All rights reserved.

+ + http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/c78a2f80/releases/0.8.0/apidocs/org/kududb/mapreduce/class-use/TableReducer.html ---------------------------------------------------------------------- diff --git a/releases/0.8.0/apidocs/org/kududb/mapreduce/class-use/TableReducer.html b/releases/0.8.0/apidocs/org/kududb/mapreduce/class-use/TableReducer.html new file mode 100644 index 0000000..0f5d46c --- /dev/null +++ b/releases/0.8.0/apidocs/org/kududb/mapreduce/class-use/TableReducer.html @@ -0,0 +1,115 @@ + + + + + +Uses of Class org.kududb.mapreduce.TableReducer (Kudu 0.8.0 API) + + + + + + + + + +
+

Uses of Class
org.kududb.mapreduce.TableReducer

+
+
No usage of org.kududb.mapreduce.TableReducer
+ + + + +

Copyright © 2016. All rights reserved.

+ + http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/c78a2f80/releases/0.8.0/apidocs/org/kududb/mapreduce/package-frame.html ---------------------------------------------------------------------- diff --git a/releases/0.8.0/apidocs/org/kududb/mapreduce/package-frame.html b/releases/0.8.0/apidocs/org/kududb/mapreduce/package-frame.html new file mode 100644 index 0000000..e07376b --- /dev/null +++ b/releases/0.8.0/apidocs/org/kududb/mapreduce/package-frame.html @@ -0,0 +1,23 @@ + + + + + +org.kududb.mapreduce (Kudu 0.8.0 API) + + + +

org.kududb.mapreduce

+ + + http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/c78a2f80/releases/0.8.0/apidocs/org/kududb/mapreduce/package-summary.html ---------------------------------------------------------------------- diff --git a/releases/0.8.0/apidocs/org/kududb/mapreduce/package-summary.html b/releases/0.8.0/apidocs/org/kududb/mapreduce/package-summary.html new file mode 100644 index 0000000..a1f541d --- /dev/null +++ b/releases/0.8.0/apidocs/org/kududb/mapreduce/package-summary.html @@ -0,0 +1,168 @@ + + + + + +org.kududb.mapreduce (Kudu 0.8.0 API) + + + + + + +
+ + + + + +
+ + +
+

Package org.kududb.mapreduce

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

Copyright © 2016. All rights reserved.

+ +