From hcatalog-commits-return-913-apmail-incubator-hcatalog-commits-archive=incubator.apache.org@incubator.apache.org Thu May 17 18:37:47 2012 Return-Path: X-Original-To: apmail-incubator-hcatalog-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-hcatalog-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 976F097AF for ; Thu, 17 May 2012 18:37:47 +0000 (UTC) Received: (qmail 7470 invoked by uid 500); 17 May 2012 18:37:47 -0000 Delivered-To: apmail-incubator-hcatalog-commits-archive@incubator.apache.org Received: (qmail 7434 invoked by uid 500); 17 May 2012 18:37:47 -0000 Mailing-List: contact hcatalog-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hcatalog-dev@incubator.apache.org Delivered-To: mailing list hcatalog-commits@incubator.apache.org Received: (qmail 7424 invoked by uid 99); 17 May 2012 18:37:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 May 2012 18:37:47 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 May 2012 18:37:40 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id EC88B2388C9C; Thu, 17 May 2012 18:36:20 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1339782 [33/41] - in /incubator/hcatalog/site: author/src/documentation/content/xdocs/ publish/ publish/docs/r0.4.0/ publish/docs/r0.4.0/api/ publish/docs/r0.4.0/api/org/ publish/docs/r0.4.0/api/org/apache/ publish/docs/r0.4.0/api/org/apac... Date: Thu, 17 May 2012 18:36:06 -0000 To: hcatalog-commits@incubator.apache.org From: gates@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120517183620.EC88B2388C9C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: incubator/hcatalog/site/publish/docs/r0.4.0/api/org/apache/hcatalog/pig/drivers/LoadFuncBasedInputFormat.html URL: http://svn.apache.org/viewvc/incubator/hcatalog/site/publish/docs/r0.4.0/api/org/apache/hcatalog/pig/drivers/LoadFuncBasedInputFormat.html?rev=1339782&view=auto ============================================================================== --- incubator/hcatalog/site/publish/docs/r0.4.0/api/org/apache/hcatalog/pig/drivers/LoadFuncBasedInputFormat.html (added) +++ incubator/hcatalog/site/publish/docs/r0.4.0/api/org/apache/hcatalog/pig/drivers/LoadFuncBasedInputFormat.html Thu May 17 18:35:47 2012 @@ -0,0 +1,305 @@ + + + + + + +LoadFuncBasedInputFormat (HCatalog 0.4.0-dev API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.hcatalog.pig.drivers +
+Class LoadFuncBasedInputFormat

+
+java.lang.Object
+  extended by org.apache.hadoop.mapreduce.InputFormat<org.apache.hadoop.io.BytesWritable,org.apache.pig.data.Tuple>
+      extended by org.apache.hcatalog.pig.drivers.LoadFuncBasedInputFormat
+
+
+
+
public class LoadFuncBasedInputFormat
extends org.apache.hadoop.mapreduce.InputFormat<org.apache.hadoop.io.BytesWritable,org.apache.pig.data.Tuple>
+ + +

+based on PigStorage +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
LoadFuncBasedInputFormat(org.apache.pig.LoadFunc loadFunc, + org.apache.pig.ResourceSchema dataSchema, + java.lang.String location, + org.apache.hadoop.conf.Configuration conf) + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ org.apache.hadoop.mapreduce.RecordReader<org.apache.hadoop.io.BytesWritable,org.apache.pig.data.Tuple>createRecordReader(org.apache.hadoop.mapreduce.InputSplit split, + org.apache.hadoop.mapreduce.TaskAttemptContext taskContext) + +
+           
+ java.util.List<org.apache.hadoop.mapreduce.InputSplit>getSplits(org.apache.hadoop.mapreduce.JobContext jobContext) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+LoadFuncBasedInputFormat

+
+public LoadFuncBasedInputFormat(org.apache.pig.LoadFunc loadFunc,
+                                org.apache.pig.ResourceSchema dataSchema,
+                                java.lang.String location,
+                                org.apache.hadoop.conf.Configuration conf)
+                         throws java.io.IOException
+
+
+ +
Throws: +
java.io.IOException
+
+ + + + + + + + +
+Method Detail
+ +

+createRecordReader

+
+public org.apache.hadoop.mapreduce.RecordReader<org.apache.hadoop.io.BytesWritable,org.apache.pig.data.Tuple> createRecordReader(org.apache.hadoop.mapreduce.InputSplit split,
+                                                                                                                                 org.apache.hadoop.mapreduce.TaskAttemptContext taskContext)
+                                                                                                                          throws java.io.IOException,
+                                                                                                                                 java.lang.InterruptedException
+
+
+
Specified by:
createRecordReader in class org.apache.hadoop.mapreduce.InputFormat<org.apache.hadoop.io.BytesWritable,org.apache.pig.data.Tuple>
+
+
+ +
Throws: +
java.io.IOException +
java.lang.InterruptedException
+
+
+
+ +

+getSplits

+
+public java.util.List<org.apache.hadoop.mapreduce.InputSplit> getSplits(org.apache.hadoop.mapreduce.JobContext jobContext)
+                                                                 throws java.io.IOException,
+                                                                        java.lang.InterruptedException
+
+
+
Specified by:
getSplits in class org.apache.hadoop.mapreduce.InputFormat<org.apache.hadoop.io.BytesWritable,org.apache.pig.data.Tuple>
+
+
+ +
Throws: +
java.io.IOException +
java.lang.InterruptedException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + Added: incubator/hcatalog/site/publish/docs/r0.4.0/api/org/apache/hcatalog/pig/drivers/StoreFuncBasedOutputFormat.html URL: http://svn.apache.org/viewvc/incubator/hcatalog/site/publish/docs/r0.4.0/api/org/apache/hcatalog/pig/drivers/StoreFuncBasedOutputFormat.html?rev=1339782&view=auto ============================================================================== --- incubator/hcatalog/site/publish/docs/r0.4.0/api/org/apache/hcatalog/pig/drivers/StoreFuncBasedOutputFormat.html (added) +++ incubator/hcatalog/site/publish/docs/r0.4.0/api/org/apache/hcatalog/pig/drivers/StoreFuncBasedOutputFormat.html Thu May 17 18:35:47 2012 @@ -0,0 +1,315 @@ + + + + + + +StoreFuncBasedOutputFormat (HCatalog 0.4.0-dev API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.hcatalog.pig.drivers +
+Class StoreFuncBasedOutputFormat

+
+java.lang.Object
+  extended by org.apache.hadoop.mapreduce.OutputFormat<org.apache.hadoop.io.BytesWritable,org.apache.pig.data.Tuple>
+      extended by org.apache.hcatalog.pig.drivers.StoreFuncBasedOutputFormat
+
+
+
+
public class StoreFuncBasedOutputFormat
extends org.apache.hadoop.mapreduce.OutputFormat<org.apache.hadoop.io.BytesWritable,org.apache.pig.data.Tuple>
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
StoreFuncBasedOutputFormat(org.apache.pig.StoreFuncInterface storeFunc) + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidcheckOutputSpecs(org.apache.hadoop.mapreduce.JobContext jobContext) + +
+           
+ org.apache.hadoop.mapreduce.OutputCommittergetOutputCommitter(org.apache.hadoop.mapreduce.TaskAttemptContext ctx) + +
+           
+ org.apache.hadoop.mapreduce.RecordWriter<org.apache.hadoop.io.BytesWritable,org.apache.pig.data.Tuple>getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext ctx) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+StoreFuncBasedOutputFormat

+
+public StoreFuncBasedOutputFormat(org.apache.pig.StoreFuncInterface storeFunc)
+
+
+ + + + + + + + +
+Method Detail
+ +

+checkOutputSpecs

+
+public void checkOutputSpecs(org.apache.hadoop.mapreduce.JobContext jobContext)
+                      throws java.io.IOException,
+                             java.lang.InterruptedException
+
+
+
Specified by:
checkOutputSpecs in class org.apache.hadoop.mapreduce.OutputFormat<org.apache.hadoop.io.BytesWritable,org.apache.pig.data.Tuple>
+
+
+ +
Throws: +
java.io.IOException +
java.lang.InterruptedException
+
+
+
+ +

+getOutputCommitter

+
+public org.apache.hadoop.mapreduce.OutputCommitter getOutputCommitter(org.apache.hadoop.mapreduce.TaskAttemptContext ctx)
+                                                               throws java.io.IOException,
+                                                                      java.lang.InterruptedException
+
+
+
Specified by:
getOutputCommitter in class org.apache.hadoop.mapreduce.OutputFormat<org.apache.hadoop.io.BytesWritable,org.apache.pig.data.Tuple>
+
+
+ +
Throws: +
java.io.IOException +
java.lang.InterruptedException
+
+
+
+ +

+getRecordWriter

+
+public org.apache.hadoop.mapreduce.RecordWriter<org.apache.hadoop.io.BytesWritable,org.apache.pig.data.Tuple> getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext ctx)
+                                                                                                                       throws java.io.IOException,
+                                                                                                                              java.lang.InterruptedException
+
+
+
Specified by:
getRecordWriter in class org.apache.hadoop.mapreduce.OutputFormat<org.apache.hadoop.io.BytesWritable,org.apache.pig.data.Tuple>
+
+
+ +
Throws: +
java.io.IOException +
java.lang.InterruptedException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + Added: incubator/hcatalog/site/publish/docs/r0.4.0/api/org/apache/hcatalog/pig/drivers/class-use/LoadFuncBasedInputFormat.html URL: http://svn.apache.org/viewvc/incubator/hcatalog/site/publish/docs/r0.4.0/api/org/apache/hcatalog/pig/drivers/class-use/LoadFuncBasedInputFormat.html?rev=1339782&view=auto ============================================================================== --- incubator/hcatalog/site/publish/docs/r0.4.0/api/org/apache/hcatalog/pig/drivers/class-use/LoadFuncBasedInputFormat.html (added) +++ incubator/hcatalog/site/publish/docs/r0.4.0/api/org/apache/hcatalog/pig/drivers/class-use/LoadFuncBasedInputFormat.html Thu May 17 18:35:47 2012 @@ -0,0 +1,144 @@ + + + + + + +Uses of Class org.apache.hcatalog.pig.drivers.LoadFuncBasedInputFormat (HCatalog 0.4.0-dev API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
org.apache.hcatalog.pig.drivers.LoadFuncBasedInputFormat

+
+No usage of org.apache.hcatalog.pig.drivers.LoadFuncBasedInputFormat +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + Added: incubator/hcatalog/site/publish/docs/r0.4.0/api/org/apache/hcatalog/pig/drivers/class-use/StoreFuncBasedOutputFormat.html URL: http://svn.apache.org/viewvc/incubator/hcatalog/site/publish/docs/r0.4.0/api/org/apache/hcatalog/pig/drivers/class-use/StoreFuncBasedOutputFormat.html?rev=1339782&view=auto ============================================================================== --- incubator/hcatalog/site/publish/docs/r0.4.0/api/org/apache/hcatalog/pig/drivers/class-use/StoreFuncBasedOutputFormat.html (added) +++ incubator/hcatalog/site/publish/docs/r0.4.0/api/org/apache/hcatalog/pig/drivers/class-use/StoreFuncBasedOutputFormat.html Thu May 17 18:35:47 2012 @@ -0,0 +1,144 @@ + + + + + + +Uses of Class org.apache.hcatalog.pig.drivers.StoreFuncBasedOutputFormat (HCatalog 0.4.0-dev API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
org.apache.hcatalog.pig.drivers.StoreFuncBasedOutputFormat

+
+No usage of org.apache.hcatalog.pig.drivers.StoreFuncBasedOutputFormat +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + Added: incubator/hcatalog/site/publish/docs/r0.4.0/api/org/apache/hcatalog/pig/drivers/package-frame.html URL: http://svn.apache.org/viewvc/incubator/hcatalog/site/publish/docs/r0.4.0/api/org/apache/hcatalog/pig/drivers/package-frame.html?rev=1339782&view=auto ============================================================================== --- incubator/hcatalog/site/publish/docs/r0.4.0/api/org/apache/hcatalog/pig/drivers/package-frame.html (added) +++ incubator/hcatalog/site/publish/docs/r0.4.0/api/org/apache/hcatalog/pig/drivers/package-frame.html Thu May 17 18:35:47 2012 @@ -0,0 +1,34 @@ + + + + + + +org.apache.hcatalog.pig.drivers (HCatalog 0.4.0-dev API) + + + + + + + + + + + +org.apache.hcatalog.pig.drivers + + + + +
+Classes  + +
+LoadFuncBasedInputFormat +
+StoreFuncBasedOutputFormat
+ + + + Added: incubator/hcatalog/site/publish/docs/r0.4.0/api/org/apache/hcatalog/pig/drivers/package-summary.html URL: http://svn.apache.org/viewvc/incubator/hcatalog/site/publish/docs/r0.4.0/api/org/apache/hcatalog/pig/drivers/package-summary.html?rev=1339782&view=auto ============================================================================== --- incubator/hcatalog/site/publish/docs/r0.4.0/api/org/apache/hcatalog/pig/drivers/package-summary.html (added) +++ incubator/hcatalog/site/publish/docs/r0.4.0/api/org/apache/hcatalog/pig/drivers/package-summary.html Thu May 17 18:35:47 2012 @@ -0,0 +1,161 @@ + + + + + + +org.apache.hcatalog.pig.drivers (HCatalog 0.4.0-dev API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package org.apache.hcatalog.pig.drivers +

+ + + + + + + + + + + + + +
+Class Summary
LoadFuncBasedInputFormatbased on PigStorage
StoreFuncBasedOutputFormat 
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + Added: incubator/hcatalog/site/publish/docs/r0.4.0/api/org/apache/hcatalog/pig/drivers/package-tree.html URL: http://svn.apache.org/viewvc/incubator/hcatalog/site/publish/docs/r0.4.0/api/org/apache/hcatalog/pig/drivers/package-tree.html?rev=1339782&view=auto ============================================================================== --- incubator/hcatalog/site/publish/docs/r0.4.0/api/org/apache/hcatalog/pig/drivers/package-tree.html (added) +++ incubator/hcatalog/site/publish/docs/r0.4.0/api/org/apache/hcatalog/pig/drivers/package-tree.html Thu May 17 18:35:47 2012 @@ -0,0 +1,157 @@ + + + + + + +org.apache.hcatalog.pig.drivers Class Hierarchy (HCatalog 0.4.0-dev API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package org.apache.hcatalog.pig.drivers +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + Added: incubator/hcatalog/site/publish/docs/r0.4.0/api/org/apache/hcatalog/pig/drivers/package-use.html URL: http://svn.apache.org/viewvc/incubator/hcatalog/site/publish/docs/r0.4.0/api/org/apache/hcatalog/pig/drivers/package-use.html?rev=1339782&view=auto ============================================================================== --- incubator/hcatalog/site/publish/docs/r0.4.0/api/org/apache/hcatalog/pig/drivers/package-use.html (added) +++ incubator/hcatalog/site/publish/docs/r0.4.0/api/org/apache/hcatalog/pig/drivers/package-use.html Thu May 17 18:35:47 2012 @@ -0,0 +1,144 @@ + + + + + + +Uses of Package org.apache.hcatalog.pig.drivers (HCatalog 0.4.0-dev API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
org.apache.hcatalog.pig.drivers

+
+No usage of org.apache.hcatalog.pig.drivers +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + Added: incubator/hcatalog/site/publish/docs/r0.4.0/api/org/apache/hcatalog/pig/package-frame.html URL: http://svn.apache.org/viewvc/incubator/hcatalog/site/publish/docs/r0.4.0/api/org/apache/hcatalog/pig/package-frame.html?rev=1339782&view=auto ============================================================================== --- incubator/hcatalog/site/publish/docs/r0.4.0/api/org/apache/hcatalog/pig/package-frame.html (added) +++ incubator/hcatalog/site/publish/docs/r0.4.0/api/org/apache/hcatalog/pig/package-frame.html Thu May 17 18:35:47 2012 @@ -0,0 +1,40 @@ + + + + + + +org.apache.hcatalog.pig (HCatalog 0.4.0-dev API) + + + + + + + + + + + +org.apache.hcatalog.pig + + + + +
+Classes  + +
+HCatBaseLoader +
+HCatBaseStorer +
+HCatLoader +
+HCatStorer +
+PigHCatUtil
+ + + + Added: incubator/hcatalog/site/publish/docs/r0.4.0/api/org/apache/hcatalog/pig/package-summary.html URL: http://svn.apache.org/viewvc/incubator/hcatalog/site/publish/docs/r0.4.0/api/org/apache/hcatalog/pig/package-summary.html?rev=1339782&view=auto ============================================================================== --- incubator/hcatalog/site/publish/docs/r0.4.0/api/org/apache/hcatalog/pig/package-summary.html (added) +++ incubator/hcatalog/site/publish/docs/r0.4.0/api/org/apache/hcatalog/pig/package-summary.html Thu May 17 18:35:47 2012 @@ -0,0 +1,173 @@ + + + + + + +org.apache.hcatalog.pig (HCatalog 0.4.0-dev API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package org.apache.hcatalog.pig +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
HCatBaseLoaderBase class for HCatLoader and HCatEximLoader
HCatBaseStorerBase class for HCatStorer and HCatEximStorer
HCatLoaderPig LoadFunc to read data from HCat
HCatStorerHCatStorer.
PigHCatUtil 
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + Added: incubator/hcatalog/site/publish/docs/r0.4.0/api/org/apache/hcatalog/pig/package-tree.html URL: http://svn.apache.org/viewvc/incubator/hcatalog/site/publish/docs/r0.4.0/api/org/apache/hcatalog/pig/package-tree.html?rev=1339782&view=auto ============================================================================== --- incubator/hcatalog/site/publish/docs/r0.4.0/api/org/apache/hcatalog/pig/package-tree.html (added) +++ incubator/hcatalog/site/publish/docs/r0.4.0/api/org/apache/hcatalog/pig/package-tree.html Thu May 17 18:35:47 2012 @@ -0,0 +1,164 @@ + + + + + + +org.apache.hcatalog.pig Class Hierarchy (HCatalog 0.4.0-dev API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package org.apache.hcatalog.pig +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+
    +
  • java.lang.Object
      +
    • org.apache.pig.LoadFunc
        +
      • org.apache.hcatalog.pig.HCatBaseLoader (implements org.apache.pig.LoadMetadata, org.apache.pig.LoadPushDown) + +
      +
    • org.apache.hcatalog.pig.PigHCatUtil
    • org.apache.pig.StoreFunc (implements org.apache.pig.StoreFuncInterface) +
        +
      • org.apache.hcatalog.pig.HCatBaseStorer (implements org.apache.pig.StoreMetadata) + +
      +
    +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + +