Skip to content

Commit 68f11c1

Browse files
committed
remive schematool fix
1 parent 4bb1899 commit 68f11c1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

hive/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,6 @@ elif [[ "${PRODUCT_VERSION}" == 4.0.* ]]; then
8484
# We only seem to get a .tar.gz archive, so let's extract that to the correct location
8585
tar --extract --directory=/stackable -f standalone-metastore/metastore-server/target/apache-hive-standalone-metastore-server-${NEW_VERSION}-bin.tar.gz
8686
mv standalone-metastore/metastore-server/target/bom.json /stackable/apache-hive-metastore-${NEW_VERSION}-bin/apache-hive-metastore-${NEW_VERSION}.cdx.json
87-
88-
# TODO: Remove once the fix https://github.com/apache/hive/pull/5419 is merged and released
89-
# The schemaTool.sh is still pointing to the class location from Hive < 4.0.0, it seems like it was forgotten to update it
90-
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-${NEW_VERSION}-bin/bin/ext/schemaTool.sh
9187
)
9288
else
9389
# Starting with 4.1.0 the build process changed again in https://github.com/apache/hive/pull/5936 (HIVE-29062)

0 commit comments

Comments
 (0)