bdutil icon indicating copy to clipboard operation
bdutil copied to clipboard

[DEPRECATED] Script used to manage Hadoop and Spark instances on Google Compute Engine

Results 32 bdutil issues
Sort by recently updated
recently updated
newest added

Double quote array expansions, otherwise they're like `$*` and break on spaces. Don't use `[]` around ranges in `tr`, it replaces literal square brackets.

cla: yes

Argument mixes string and array. Use `*` or separate argument. Double quote array expansions, otherwise they're like `$*` and break on spaces. Assigning an array to a string! Assign as...

cla: yes

**Failing when trying to set up hortonworks on mac has anyone see this problem** Fri 1 Sep 2017 07:59:08 BST: Command failed: wait ${SUBPROC} on line 326. Fri 1 Sep...

I tried upgrading to a newer version of Ambari (2.5 or 2.6) and every time my HDFS NameNode ends up failing. It turns out, the problem ends up being with...

everytime i use "./bdutil -e ambari deploy" command, i get below errors ******************* gcloud compute stdout ******************* ******************* gcloud compute stderr ******************* WARNING: You have selected a disk size of...

loginfo "Using project '${GCE_ZONE}'" Recommend: loginfo "Using zone '${GCE_ZONE}'" https://github.com/GoogleCloudPlatform/bdutil/blob/aafa2a2f6cdf56073ef6b5af1bdf00343cfcbf88/bdutil#L607

Google documentation references 'versions' of bdutil: https://cloud.google.com/hadoop/bdutil#components-installed https://cloud.google.com/hadoop/downloads#command-line_utilities There is a version property albeit somewhat hidden: ``` bdutil --help | grep "version" bdutil version: 1.3.5-SNAPSHOT ``` BUT bdutil has no...

Hello, I am trying to setup 2 node HDP with n1-standard-2 instance in us-central1-a zone with 300GB PD. I am receiving error while deploying using bdutil. The issue is related...

Is there any way we can use bdutil to create HA Hadoop cluster ?