Skip to content

Commit 1109c13

Browse files
authored
fix: update env vars in hbase export script (#1261)
1 parent ee3c4ee commit 1109c13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hbase/hbase/stackable/bin/export-snapshot-to-s3.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ sed --in-place '/<\/configuration>/{
5959

6060
# The HDFS JARs are not on the CLASSPATH when calling
6161
# `hbase snapshot export` which results in the error
62-
# 'No FileSystem for scheme "hdfs"'. Passsing the argument
62+
# 'No FileSystem for scheme "hdfs"'. Passing the argument
6363
# `--internal-classpath` solves this problem.
64-
/stackable/hbase-${HBASE_VERSION}-stackable${RELEASE}/bin/hbase \
64+
/stackable/hbase-${HBASE_VERSION}-stackable${RELEASE_VERSION}/bin/hbase \
6565
--config "$CONF_DIR" \
6666
--internal-classpath \
6767
snapshot export "$@"

0 commit comments

Comments
 (0)