在尝试使用Cloudera创建新集群时出现以下错误。有什么建议吗?
[ec2-user@ip-10-0-2-227 cloudera-director-1.0.0]$ ./bin/cloudera-director bootstrap-remote aws.reference.conf --lp.remote.hostAndPort=127.0.0.1:7189
Process logs can be found at /home/ec2-user/cloudera/cloudera-director-1.0.0/logs/application.log
Cloudera Director 1.0.0 initializing ...
Configuration file passes all validation checks.
Creating a new environment ...
>> POST http://127.0.0.1:7189/api/v1/environments
<< 401 Unauthorized
Unexpected internal error (see logs): HTTP/1.1 401 Unauthorized [X-Content-Type-Options: nosniff, X-XSS-Protection: 1; mode=block, Pragma: no-cache, X-Frame-Options: DENY, Set-Cookie: JSESSIONID=j0ii441ungs61o1ivobib7zn2;Path=/, Content-Type: application/json;charset=UTF-8, Transfer-Encoding: chunked, Server: Jetty(8.1.15.v20140411)]发布于 2014-10-22 02:01:01
您正在使用(该服务器目前存在已知问题)。同时,您仍然可以在没有服务器部分的情况下使用运行集群。
该命令是./bin/cloudera-director引导程序aws.simple.conf (简单配置) -OR- ./bin/cloudera-director aws.reference.conf (高级配置)
发布于 2015-01-05 23:40:50
在使用引导远程命令时,您需要为Director服务器提供用户名和密码,例如:
... --lp.remote.username=admin --lp.remote.password=admin ...这应该包括在我们的文档中;我们正在研究这个问题。(我为Cloudera工作。)
也可以向community.cloudera.com发布问题。
https://stackoverflow.com/questions/26489363
复制相似问题