Skip to content

Commit

Permalink
refactor: metastore.tools classpath
Browse files Browse the repository at this point in the history
  • Loading branch information
SteBaum committed Jan 31, 2025
1 parent 776f16c commit 4082140
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/hive/common/templates/metaSchemaTool.sh.j2
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ export SERVICE_LIST="${SERVICE_LIST}${THISSERVICE} "

metaSchemaTool() {
HIVE_OPTS=''
CLASS=org.apache.hadoop.hive.metastore.tools.MetastoreSchemaTool
CLASS=org.apache.hadoop.hive.metastore.tools.schematool.MetastoreSchemaTool
execHiveCmd $CLASS "$@"
}

metaSchemaTool_help () {
HIVE_OPTS=''
CLASS=org.apache.hadoop.hive.metastore.tools.MetastoreSchemaTool
CLASS=org.apache.hadoop.hive.metastore.tools.schematool.MetastoreSchemaTool
execHiveCmd $CLASS "--help"
}

0 comments on commit 4082140

Please sign in to comment.