Author: gates
Date: Sat Aug 27 13:44:51 2011
New Revision: 1162352

URL: http://svn.apache.org/viewvc?rev=1162352&view=rev
Log:
HCATALOG-77.  building javadocs has a couple of warnings from faulty param names

Modified:
    incubator/hcatalog/branches/branch-0.2/CHANGES.txt
    
incubator/hcatalog/branches/branch-0.2/src/java/org/apache/hcatalog/har/HarOutputCommitterPostProcessor.java
    
incubator/hcatalog/branches/branch-0.2/src/java/org/apache/hcatalog/mapreduce/HCatBaseOutputFormat.java

Modified: incubator/hcatalog/branches/branch-0.2/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.2/CHANGES.txt?rev=1162352&r1=1162351&r2=1162352&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.2/CHANGES.txt (original)
+++ incubator/hcatalog/branches/branch-0.2/CHANGES.txt Sat Aug 27 13:44:51 2011
@@ -49,6 +49,8 @@ Release 0.2.0 - Unreleased
   OPTIMIZATIONS
 
   BUG FIXES
+    HCAT-77. building javadocs has a couple of warnings from faulty param 
names (sushanth via gates)
+
     HCAT-53. HCatLoader, HCatStorer, HCatInputFormat, and HCatOutputFormat 
assume Hadoop running in secure mode (ashutoshc via gates)
 
     HCAT-57. Remove usage of deprecated methods (hashutosh)

Modified: 
incubator/hcatalog/branches/branch-0.2/src/java/org/apache/hcatalog/har/HarOutputCommitterPostProcessor.java
URL: 
http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.2/src/java/org/apache/hcatalog/har/HarOutputCommitterPostProcessor.java?rev=1162352&r1=1162351&r2=1162352&view=diff
==============================================================================
--- 
incubator/hcatalog/branches/branch-0.2/src/java/org/apache/hcatalog/har/HarOutputCommitterPostProcessor.java
 (original)
+++ 
incubator/hcatalog/branches/branch-0.2/src/java/org/apache/hcatalog/har/HarOutputCommitterPostProcessor.java
 Sat Aug 27 13:44:51 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/branches/branch-0.2/src/java/org/apache/hcatalog/mapreduce/HCatBaseOutputFormat.java
URL: 
http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.2/src/java/org/apache/hcatalog/mapreduce/HCatBaseOutputFormat.java?rev=1162352&r1=1162351&r2=1162352&view=diff
==============================================================================
--- 
incubator/hcatalog/branches/branch-0.2/src/java/org/apache/hcatalog/mapreduce/HCatBaseOutputFormat.java
 (original)
+++ 
incubator/hcatalog/branches/branch-0.2/src/java/org/apache/hcatalog/mapreduce/HCatBaseOutputFormat.java
 Sat Aug 27 13:44:51 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


Reply via email to