Does anyone know how to install zookeeper's latest version on dataproc as zookeeper quorum mode. while cluster creation.
On latest dataproc version 2.0 (Debian 10, Hadoop 3.2, Spark 3.1)
There are two ways to install zookeeper on dataproc one with initialization-actions scripts and another way is just by selecting as optional-components ZOOKEEPER while cluster creation.
The problem with both ways I m facing is both don't install the latest version 3.6.3 instead they install version 3.4. For my use-case I need the latest with zookeeper quorum mode.
One weird thing which I notice when I use optional-components ZOOKEEPER it doesn't form zookeeper quorum instead it installs as a standalone mode in master and all slave nodes but while using initialization action scripts on cluster creation it does form zookeeper quorum but still it's 3.4. only and not the latest version 3.6.3 Would appreciate any help