Skip to content

Commit 1ae686c

Browse files
authored
Updating the buckets path as per security standards (#1292)
1 parent 45a0a24 commit 1ae686c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

bigtable/bigtable.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ readonly BIGTABLE_HBASE_CLIENT_2X_VERSION='2.12.0'
4242
readonly BIGTABLE_HBASE_CLIENT_2X_JAR="bigtable-hbase-2.x-hadoop-${BIGTABLE_HBASE_CLIENT_2X_VERSION}.jar"
4343
readonly BIGTABLE_HBASE_CLIENT_2X_URL="${BIGTABLE_HBASE_CLIENT_2X_REPO}/${BIGTABLE_HBASE_CLIENT_2X_VERSION}/${BIGTABLE_HBASE_CLIENT_2X_JAR}"
4444

45-
readonly region="$(/usr/share/google/get_metadata_value attributes/dataproc-region)"
46-
readonly SCH_REPO="gs://dataproc-initialization-actions-${region}/jars/bigtable"
45+
readonly SCH_REPO="gs://dataproc-initialization-actions/jars/bigtable"
4746
readonly SHC_VERSION='1.1.1-2.1-s_2.11'
4847
readonly SHC_JAR="shc-core-${SHC_VERSION}.jar"
4948
readonly SHC_EXAMPLES_JAR="shc-examples-${SHC_VERSION}.jar"

prometheus/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Prometheus installed on every node:
3838
gcloud dataproc clusters create ${CLUSTER_NAME} \
3939
--region ${REGION} \
4040
--metadata monitor-kafka=false \
41-
--initialization-actions gs://gaurangisaxena/prometheus.sh
41+
--initialization-actions gs://goog-dataproc-initialization-actions-${REGION}/prometheus/prometheus.sh
4242
```
4343
4444
1. Prometheus UI on the master node can be accessed after connecting with the

0 commit comments

Comments
 (0)