Skip to content

Commit 4f88ffc

Browse files
committed
link to upstream PR
1 parent dac1e7b commit 4f88ffc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

hive/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ else
4343
cd /stackable
4444
tar --extract -f /stackable/apache-hive-${PRODUCT}-src/standalone-metastore/metastore-server/target/apache-hive-standalone-metastore-server-${PRODUCT}-bin.tar.gz
4545

46-
# TODO: Raise PR upstream for fix
47-
46+
# TODO: Remove once the fix https://github.com/apache/hive/pull/5419 is merged and released
4847
# The schemaTool.sh is still pointing to the class location from Hive < 4.0.0, it seems like it was forgotten to update it
4948
sed -i -e 's/CLASS=org.apache.hadoop.hive.metastore.tools.MetastoreSchemaTool/CLASS=org.apache.hadoop.hive.metastore.tools.schematool.MetastoreSchemaTool/' /stackable/apache-hive-metastore-${PRODUCT}-bin/bin/ext/schemaTool.sh
5049
fi

0 commit comments

Comments
 (0)