diff --git a/bin/ext/metatool.sh b/bin/ext/metatool.sh index 64011bc..20e1c01 100644 --- a/bin/ext/metatool.sh +++ b/bin/ext/metatool.sh @@ -17,12 +17,13 @@ THISSERVICE=metatool export SERVICE_LIST="${SERVICE_LIST}${THISSERVICE} " metatool () { - + HIVE_OPTS='' CLASS=org.apache.hadoop.hive.metastore.tools.HiveMetaTool execHiveCmd $CLASS "$@" } metatool_help () { + HIVE_OPTS='' CLASS=org.apache.hadoop.hive.metastore.tools.HiveMetaTool execHiveCmd $CLASS "--help" }