From aee85c09151cff08117996ec87c80c8216a18f97 Mon Sep 17 00:00:00 2001 From: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com> Date: Mon, 22 Sep 2025 11:02:26 +0200 Subject: [PATCH] fix: update env vars in hbase export script --- hbase/hbase/stackable/bin/export-snapshot-to-s3.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hbase/hbase/stackable/bin/export-snapshot-to-s3.env b/hbase/hbase/stackable/bin/export-snapshot-to-s3.env index f30c4742c..3c4fe0ba6 100755 --- a/hbase/hbase/stackable/bin/export-snapshot-to-s3.env +++ b/hbase/hbase/stackable/bin/export-snapshot-to-s3.env @@ -59,9 +59,9 @@ sed --in-place '/<\/configuration>/{ # The HDFS JARs are not on the CLASSPATH when calling # `hbase snapshot export` which results in the error -# 'No FileSystem for scheme "hdfs"'. Passsing the argument +# 'No FileSystem for scheme "hdfs"'. Passing the argument # `--internal-classpath` solves this problem. -/stackable/hbase-${HBASE_VERSION}-stackable${RELEASE}/bin/hbase \ +/stackable/hbase-${HBASE_VERSION}-stackable${RELEASE_VERSION}/bin/hbase \ --config "$CONF_DIR" \ --internal-classpath \ snapshot export "$@"