----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6650/ -----------------------------------------------------------
(Updated Aug. 22, 2012, 2:48 a.m.) Review request for hive and Carl Steinbach. Changes ------- Updated patch with the following changes, * Uses commons.cli for parsing command line arguements * Methods accessing PM are in ObjectStore.java * JUnit test - TestHiveMetaTool.java * Other misc. review comments Description ------- This patch implement hive metatool which, * lets admins perform a HA upgrade by patching the location of the NN in Hive's metastore * allows JDOQL to be executed against the metastore. Additionally this patch also upgrades DN to 3.0 This addresses bug HIVE-3056. https://issues.apache.org/jira/browse/HIVE-3056 Diffs (updated) ----- TestHiveMetaTool.launch PRE-CREATION bin/ext/metatool.sh PRE-CREATION bin/metatool PRE-CREATION build.xml 6712af9 conf/hive-default.xml.template cc1565f metastore/ivy.xml 3011d2f metastore/src/java/org/apache/hadoop/hive/metastore/ObjectStore.java 6f4716c metastore/src/java/org/apache/hadoop/hive/metastore/tools/HiveMetaTool.java PRE-CREATION metastore/src/test/org/apache/hadoop/hive/metastore/TestHiveMetaTool.java PRE-CREATION Diff: https://reviews.apache.org/r/6650/diff/ Testing ------- Manual testing for various metatool options. Thanks, Shreepadma Venugopalan