Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions hbase/hbase/stackable/bin/export-snapshot-to-s3.env
Original file line number Diff line number Diff line change
Expand Up @@ -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 "$@"
Expand Down
Loading