File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
tests/templates/kuttl/snapshot-export Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 2
2
# shellcheck disable=SC2034
3
3
set -euxo pipefail
4
4
5
- export \
6
- AWS_ACCESS_KEY_ID=hbaseAccessKey \
7
- # Used by AWS bundle 1.12.367 via Hadoop 3.3.6
8
- AWS_SECRET_KEY=hbaseSecretKey \
9
- # Used by AWS bundle 2.24.6 via Hadoop 3.4.1
10
- AWS_SECRET_ACCESS_KEY=hbaseSecretKey \
11
- AWS_ENDPOINT=http://minio:9000/ \
12
- AWS_SSL_ENABLED=false \
13
- AWS_PATH_STYLE_ACCESS=true
5
+ export AWS_ACCESS_KEY_ID=hbaseAccessKey
6
+ # Used by AWS bundle 1.12.367 via Hadoop 3.3.6
7
+ export AWS_SECRET_KEY=hbaseSecretKey
8
+ # Used by AWS bundle 2.24.6 via Hadoop 3.4.1
9
+ export AWS_SECRET_ACCESS_KEY=hbaseSecretKey
10
+ export AWS_ENDPOINT=http://minio:9000/
11
+ export AWS_SSL_ENABLED=false
12
+ export AWS_PATH_STYLE_ACCESS=true
14
13
15
14
# Create local snapshot
16
15
hbase shell create-snapshot.hbase 2>&1 | \
You can’t perform that action at this time.
0 commit comments