Author: khorgath
Date: Wed Jan 25 22:55:13 2012
New Revision: 1235980
URL: http://svn.apache.org/viewvc?rev=1235980&view=rev
Log:
HCATALOG-211 Update tar ball installation documentation (vikram.dixit via
khorgath)
Modified:
incubator/hcatalog/branches/branch-0.3/CHANGES.txt
incubator/hcatalog/branches/branch-0.3/src/docs/src/documentation/content/xdocs/install.xml
Modified: incubator/hcatalog/branches/branch-0.3/CHANGES.txt
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.3/CHANGES.txt?rev=1235980&r1=1235979&r2=1235980&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.3/CHANGES.txt (original)
+++ incubator/hcatalog/branches/branch-0.3/CHANGES.txt Wed Jan 25 22:55:13 2012
@@ -60,6 +60,8 @@ Release 0.3.0 (unreleased changes)
HCAT-63. RPM package integration with Hadoop (khorgath via hashutosh)
IMPROVEMENTS
+ HCAT-211. Update tar ball installation documentation (vikram.dixit via
khorgath)
+
HCAT-219. Adding HBase e2e tests (daijy via toffer)
HCAT-223. Include HWI (vikram.dixit via khorgath)
Modified:
incubator/hcatalog/branches/branch-0.3/src/docs/src/documentation/content/xdocs/install.xml
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.3/src/docs/src/documentation/content/xdocs/install.xml?rev=1235980&r1=1235979&r2=1235980&view=diff
==============================================================================
---
incubator/hcatalog/branches/branch-0.3/src/docs/src/documentation/content/xdocs/install.xml
(original)
+++
incubator/hcatalog/branches/branch-0.3/src/docs/src/documentation/content/xdocs/install.xml
Wed Jan 25 22:55:13 2012
@@ -163,6 +163,16 @@
</tr>
</table>
+ <p>A more potent script exists in the form of
src/packages/hcat-configure.sh
+ which can configure the hive-site.xml to conform to the changes mentioned
+ above. It has predefined values for the most of the above mentioned
fields
+ except for the ConnectionPassword and keytabs. It is capable of taking
+ those fields too as parameters in the command line. Just run it once
+ without parameters to see a full description of the usage of the script.
+ Users looking to automate the hcat installation should look to leverage
+ this script.
+ This script is highly recommended for automation.
+ </p>
<p>You can now procede to starting the server.</p>
</section>