You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ga...@apache.org on 2013/05/30 00:08:23 UTC

svn commit: r1487654 - /hive/trunk/hcatalog/src/docs/src/documentation/content/xdocs/readerwriter.xml

Author: gates
Date: Wed May 29 22:08:23 2013
New Revision: 1487654

URL: http://svn.apache.org/r1487654
Log:
HIVE-4543 Broken link in HCat doc (Reader and Writer Interfaces) (Lefty Leverenz via gates)


Modified:
    hive/trunk/hcatalog/src/docs/src/documentation/content/xdocs/readerwriter.xml

Modified: hive/trunk/hcatalog/src/docs/src/documentation/content/xdocs/readerwriter.xml
URL: http://svn.apache.org/viewvc/hive/trunk/hcatalog/src/docs/src/documentation/content/xdocs/readerwriter.xml?rev=1487654&r1=1487653&r2=1487654&view=diff
==============================================================================
--- hive/trunk/hcatalog/src/docs/src/documentation/content/xdocs/readerwriter.xml (original)
+++ hive/trunk/hcatalog/src/docs/src/documentation/content/xdocs/readerwriter.xml Wed May 29 22:08:23 2013
@@ -149,7 +149,7 @@ and writes out all the records attached 
 <!-- ==================================================================== -->
 <section>
     <title>Complete Example Program</title>
-<p>A complete java program for the reader and writer examples above can be found at: <a href="https://svn.apache.org/repos/asf/incubator/hcatalog/trunk/src/test/org/apache/hcatalog/data/TestReaderWriter.java">https://svn.apache.org/repos/asf/incubator/hcatalog/trunk/src/test/org/apache/hcatalog/data/TestReaderWriter.java</a>.</p>
+<p>A complete java program for the reader and writer examples above can be found at: <a href="https://svn.apache.org/repos/asf/hive/trunk/hcatalog/core/src/test/java/org/apache/hcatalog/data/TestReaderWriter.java">https://svn.apache.org/repos/asf/hive/trunk/hcatalog/core/src/test/java/org/apache/hcatalog/data/TestReaderWriter.java</a>.</p>
 
 </section>