From hcatalog-commits-return-418-apmail-incubator-hcatalog-commits-archive=incubator.apache.org@incubator.apache.org Sat Aug 6 18:53:37 2011 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 4F3306C88 for ; Sat, 6 Aug 2011 18:53:37 +0000 (UTC) Received: (qmail 79750 invoked by uid 500); 6 Aug 2011 18:53:37 -0000 Delivered-To: apmail-incubator-hcatalog-commits-archive@incubator.apache.org Received: (qmail 79708 invoked by uid 500); 6 Aug 2011 18:53:36 -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 79699 invoked by uid 99); 6 Aug 2011 18:53:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Aug 2011 18:53:36 +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; Sat, 06 Aug 2011 18:53:33 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 59CA023888CC; Sat, 6 Aug 2011 18:53:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1154568 - in /incubator/hcatalog/trunk/src/java/org/apache/hcatalog: har/HarOutputCommitterPostProcessor.java mapreduce/HCatBaseOutputFormat.java Date: Sat, 06 Aug 2011 18:53:13 -0000 To: hcatalog-commits@incubator.apache.org From: khorgath@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110806185313.59CA023888CC@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: khorgath Date: Sat Aug 6 18:53:12 2011 New Revision: 1154568 URL: http://svn.apache.org/viewvc?rev=1154568&view=rev Log: HCATALOG-77 javadoc param name fix Modified: incubator/hcatalog/trunk/src/java/org/apache/hcatalog/har/HarOutputCommitterPostProcessor.java incubator/hcatalog/trunk/src/java/org/apache/hcatalog/mapreduce/HCatBaseOutputFormat.java Modified: incubator/hcatalog/trunk/src/java/org/apache/hcatalog/har/HarOutputCommitterPostProcessor.java URL: http://svn.apache.org/viewvc/incubator/hcatalog/trunk/src/java/org/apache/hcatalog/har/HarOutputCommitterPostProcessor.java?rev=1154568&r1=1154567&r2=1154568&view=diff ============================================================================== --- incubator/hcatalog/trunk/src/java/org/apache/hcatalog/har/HarOutputCommitterPostProcessor.java (original) +++ incubator/hcatalog/trunk/src/java/org/apache/hcatalog/har/HarOutputCommitterPostProcessor.java Sat Aug 6 18:53:12 2011 @@ -75,7 +75,7 @@ public class HarOutputCommitterPostProce /** * Creates a har file from the contents of a given directory, using that as root. * @param dir Directory to archive - * @param harName The HAR file to create + * @param harFile The HAR file to create */ public static void makeHar(JobContext context, String dir, String harFile) throws IOException{ // Configuration conf = context.getConfiguration(); Modified: incubator/hcatalog/trunk/src/java/org/apache/hcatalog/mapreduce/HCatBaseOutputFormat.java URL: http://svn.apache.org/viewvc/incubator/hcatalog/trunk/src/java/org/apache/hcatalog/mapreduce/HCatBaseOutputFormat.java?rev=1154568&r1=1154567&r2=1154568&view=diff ============================================================================== --- incubator/hcatalog/trunk/src/java/org/apache/hcatalog/mapreduce/HCatBaseOutputFormat.java (original) +++ incubator/hcatalog/trunk/src/java/org/apache/hcatalog/mapreduce/HCatBaseOutputFormat.java Sat Aug 6 18:53:12 2011 @@ -179,7 +179,7 @@ public abstract class HCatBaseOutputForm /** * Gets the output storage driver instance, with allowing specification * of partvals from which it picks the dynamic partvals - * @param jobContext the job context + * @param context the job context * @param jobInfo the output job info * @return the output driver instance * @throws IOException