hadoop集群没有启动

mwkjh3gx  于 2021-06-03  发布在  Hadoop
关注(0)|答案(1)|浏览(567)

我正尝试使用以下资源在google云平台中创建hadoop群集:
https://cloud.google.com/solutions/hadoop/
https://github.com/googlecloudplatform/solutions-google-compute-engine-cluster-for-hadoop
在设置hadoop群集之后,我尝试启动hadoop并得到以下错误:

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'

我通过ssh访问示例,并使用 --noauth_local_webserver

taor4pac

taor4pac1#

如果你来
https://cloud.google.com/solutions/hadoop/
您现在将被引导到
https://developers.google.com/hadoop/
可以在那里下载的“bdutil”脚本(请参阅“获取安装脚本”)是google推荐的hadoop启动脚本。

相关问题