Dennis Huo
Dennis Huo
@locona In your case it sounds like you're not asking for secure isolation between the uses of the two different service accounts in the same Dataproc cluster, is that accurate?...
Thanks for the info! What you're describing should be possible already with some workarounds in your job code, but could potentially also be a feature to add to the GCS...
Thanks, every report helps :) The "Segmentation fault" error is something we've never seen before; do you happen to know if the errors you're hitting are specific to ambari_env.sh, or...
After that failure, what happens if you try `gcloud compute ssh hadoop-m --zone us-central1-f`?
Only the default Ambari 1.7.0 + HDP 2.2 stack is officially supported and certified at the moment. However, the dependency on Hadoop 1 for some use cases is indeed a...
This issue was originally reported on StackOverflow: http://stackoverflow.com/questions/29856918/how-to-force-bdutil-command-to-run-as-root
You may find more useful errors further down the `debuginfo.txt`; that particular error you saw may be a red herring sometimes in a `debuginfo.txt` if it occurs while waiting on...
Sorry for the delay, must have missed the notification. Did you hit this error consistently, or was it just once? If you try again and hit the error, can you...
`bdutil` simply shells out to basic `gcloud` commands; in this case it appears to be trying to parse "(unset)" as your zone. Try `./bdutil -z us-central1-b -e ambari deploy`.