File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,7 @@ readonly BIGTABLE_HBASE_CLIENT_2X_VERSION='2.12.0'
4242readonly BIGTABLE_HBASE_CLIENT_2X_JAR=" bigtable-hbase-2.x-hadoop-${BIGTABLE_HBASE_CLIENT_2X_VERSION} .jar"
4343readonly 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"
4746readonly SHC_VERSION=' 1.1.1-2.1-s_2.11'
4847readonly SHC_JAR=" shc-core-${SHC_VERSION} .jar"
4948readonly SHC_EXAMPLES_JAR=" shc-examples-${SHC_VERSION} .jar"
Original file line number Diff line number Diff 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
44441. Prometheus UI on the master node can be accessed after connecting with the
You can’t perform that action at this time.
0 commit comments