issues
search
GoogleCloudDataproc
/
initialization-actions
Run in all nodes of your cluster before the cluster starts - lets you customize your cluster
https://cloud.google.com/dataproc/init-actions
Apache License 2.0
588
stars
512
forks
source link
[bigtable] Update to work with 2.0+
#1099
Closed
cjac
closed
1 year ago
cjac
commented
1 year ago
updated copyright date
set variables distribution and DATAPROC_IMAGE_VERSION
updated BIGTABLE_HBASE_CLIENT_1X_VERSION to latest, '1.29.2'
corrected and tested BIGTABLE_HBASE_CLIENT
2X
* variables
specifying HBASE_VERSION="2.3.6"
ensured that BIGTABLE_INSTANCE metadata variable is supplied
simplified call to install_bigtable_client to remove requirement for arguments
Create "${HBASE_HOME}/conf/hbase-site.xml" if not exist
corrected hbase.client.registry.impl to org.apache.hadoop.hbase.client.BigtableConnectionsRegistry
renamed DATAPROC_VERSION variable to DATAPROC_IMAGE_VERSION
moved hbase installation logic out of function main into a new function install_hbase
using hbase apt-get logic only for dataproc versions < 2.1
developed new hbase installation logic for dataproc versions >= 2.1
reporting to customer when installation to unsupported version of dataproc is attempted
cjac
commented
1 year ago
/gcbrun
cjac
commented
1 year ago
/gcbrun
cjac
commented
1 year ago
/gcbrun
cjac
commented
1 year ago
/gcbrun
cjac
commented
1 year ago
/gcbrun
cjac
commented
1 year ago
/gcbrun
cjac
commented
1 year ago
/gcbrun
cjac
commented
1 year ago
Thank you Dilip and David!