You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hcatalog-commits@incubator.apache.org by ga...@apache.org on 2012/03/22 22:04:30 UTC

svn commit: r1304094 - in /incubator/hcatalog/branches/branch-0.4: CHANGES.txt src/docs/src/documentation/content/xdocs/loadstore.xml src/docs/src/documentation/content/xdocs/tabs.xml

Author: gates
Date: Thu Mar 22 22:04:30 2012
New Revision: 1304094

URL: http://svn.apache.org/viewvc?rev=1304094&view=rev
Log:
HCATALOG-338 A couple of typos in the 0.4.0 document

Modified:
    incubator/hcatalog/branches/branch-0.4/CHANGES.txt
    incubator/hcatalog/branches/branch-0.4/src/docs/src/documentation/content/xdocs/loadstore.xml
    incubator/hcatalog/branches/branch-0.4/src/docs/src/documentation/content/xdocs/tabs.xml

Modified: incubator/hcatalog/branches/branch-0.4/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.4/CHANGES.txt?rev=1304094&r1=1304093&r2=1304094&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.4/CHANGES.txt (original)
+++ incubator/hcatalog/branches/branch-0.4/CHANGES.txt Thu Mar 22 22:04:30 2012
@@ -88,6 +88,8 @@ Release 0.4.0 - Unreleased
   OPTIMIZATIONS
 
   BUG FIXES
+  HCAT-338 A couple of typos in the 0.4.0 document (gates)
+
   HCAT-335 Release notes issues for 0.4 (gates)
 
   HCAT-291 Pig and MR fail to write to a sequence file (avandana via gates)

Modified: incubator/hcatalog/branches/branch-0.4/src/docs/src/documentation/content/xdocs/loadstore.xml
URL: http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.4/src/docs/src/documentation/content/xdocs/loadstore.xml?rev=1304094&r1=1304093&r2=1304094&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.4/src/docs/src/documentation/content/xdocs/loadstore.xml (original)
+++ incubator/hcatalog/branches/branch-0.4/src/docs/src/documentation/content/xdocs/loadstore.xml Thu Mar 22 22:04:30 2012
@@ -189,7 +189,7 @@ to apply itself. You can also give a mor
 
 <source>
 a = load 'web_logs' using org.apache.hcatalog.pig.HCatLoader();
-b = filter a by datestamp &gt;= '20110924' or datestamp &lt;= '20110925';
+b = filter a by datestamp &gt;= '20110924' and datestamp &lt;= '20110925';
 </source>
 
 </section> 

Modified: incubator/hcatalog/branches/branch-0.4/src/docs/src/documentation/content/xdocs/tabs.xml
URL: http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.4/src/docs/src/documentation/content/xdocs/tabs.xml?rev=1304094&r1=1304093&r2=1304094&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.4/src/docs/src/documentation/content/xdocs/tabs.xml (original)
+++ incubator/hcatalog/branches/branch-0.4/src/docs/src/documentation/content/xdocs/tabs.xml Thu Mar 22 22:04:30 2012
@@ -30,6 +30,6 @@
    Tabs can be embedded to a depth of two. The second level of tabs will only 
     be displayed when their parent tab is selected.    
   -->
-  <tab label="HCatalog 0.2.0 Documentation" dir="" type="visible" /> 
+  <tab label="HCatalog 0.4.0 Documentation" dir="" type="visible" /> 
 
 </tabs>