Author: hashutosh
Date: Mon Oct 3 18:50:09 2011
New Revision: 1178517
URL: http://svn.apache.org/viewvc?rev=1178517&view=rev
Log:
Correction in doc
Modified:
incubator/hcatalog/trunk/src/docs/src/documentation/content/xdocs/supportedformats.xml
Modified:
incubator/hcatalog/trunk/src/docs/src/documentation/content/xdocs/supportedformats.xml
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/src/docs/src/documentation/content/xdocs/supportedformats.xml?rev=1178517&r1=1178516&r2=1178517&view=diff
==============================================================================
---
incubator/hcatalog/trunk/src/docs/src/documentation/content/xdocs/supportedformats.xml
(original)
+++
incubator/hcatalog/trunk/src/docs/src/documentation/content/xdocs/supportedformats.xml
Mon Oct 3 18:50:09 2011
@@ -22,7 +22,7 @@
<title>Storage Formats</title>
</header>
<body>
- <p>HCatalog can read PigStorage and RCFile formatted files. The input
drivers for the formats are PigStorageInputDriver, ULTInputDriver and
RCFileInputDriver respectively. HCatalog currently produces only RCFile
formatted output. The output driver for the same is RCFileOutputDriver. </p>
+ <p>HCatalog can read PigStorage and RCFile formatted files. The input
drivers for the formats are PigStorageInputDriver and RCFileInputDriver
respectively. HCatalog currently produces only RCFile formatted output. The
output driver for the same is RCFileOutputDriver. </p>
<p>Hive and HCatalog applications can interoperate (each can read the output
of the other) as long as they use a common format. Currently, the only common
format is RCFile.</p>
</body>