0

I'm trying to create a Hadoop cluster in the Google Cloud Platform using the following resources:

After setting up the Hadoop cluster, I try to start Hadoop and get this error:

File "./compute_cluster_for_hadoop.py", line 60, in __call__
   oauth2client.tools.gflags.FLAGS.auth_local_webserver = False
AttributeError: 'module' object has no attribute 'gflags'

I'm accessing the instance through SSH and I'm using --noauth_local_webserver

Community
  • 1
  • 1
  • I didn't try yet the Google Cloud, but this seems to be an error about oauth2, so about authentication. Did you forget a scope during the oauth2 dance? – Vincent Devillers Apr 01 '14 at 17:56

1 Answers1

1

If you visit

https://cloud.google.com/solutions/hadoop/

you will now be directed to

https://developers.google.com/hadoop/

The "bdutil" scripts that are downloadable there (see "Obtain the setup scripts") are the recommended Hadoop startup scripts from Google.