Skip to content

Commit 5166dda

Browse files
committed
readd schematool todo
1 parent 9f2ed0c commit 5166dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hive/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ elif [[ "${PRODUCT_VERSION}" == 4.0.* ]]; then
8686
# We only seem to get a .tar.gz archive, so let's extract that to the correct location
8787
tar --extract --directory=/stackable -f standalone-metastore/metastore-server/target/apache-hive-standalone-metastore-server-${NEW_VERSION}-bin.tar.gz
8888
mv standalone-metastore/metastore-server/target/bom.json /stackable/apache-hive-metastore-${NEW_VERSION}-bin/apache-hive-metastore-${NEW_VERSION}.cdx.json
89-
89+
# TODO: Remove once the fix https://github.com/apache/hive/pull/5419 is merged and released
9090
# The schemaTool.sh is still pointing to the class location from Hive < 4.0.0, it seems like it was forgotten to update it
9191
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
9292
)

0 commit comments

Comments
 (0)