We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee3c4ee commit 1109c13Copy full SHA for 1109c13
hbase/hbase/stackable/bin/export-snapshot-to-s3.env
@@ -59,9 +59,9 @@ sed --in-place '/<\/configuration>/{
59
60
# The HDFS JARs are not on the CLASSPATH when calling
61
# `hbase snapshot export` which results in the error
62
-# 'No FileSystem for scheme "hdfs"'. Passsing the argument
+# 'No FileSystem for scheme "hdfs"'. Passing the argument
63
# `--internal-classpath` solves this problem.
64
-/stackable/hbase-${HBASE_VERSION}-stackable${RELEASE}/bin/hbase \
+/stackable/hbase-${HBASE_VERSION}-stackable${RELEASE_VERSION}/bin/hbase \
65
--config "$CONF_DIR" \
66
--internal-classpath \
67
snapshot export "$@"
0 commit comments