0

Cloudera Director を使用して新しいクラスターを作成しようとすると、次のエラーが発生します。何かアドバイス?

[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)]
4

2 に答える 2

1

bootstrap-remote コマンドを使用する場合は、Director サーバーのユーザー名とパスワードを指定する必要があります。次に例を示します。

... --lp.remote.username=admin --lp.remote.password=admin ...

これはドキュメントに含まれているはずです。私たちはそれに取り組んでいます。(私は Cloudera で働いています。)

community.cloudera.com にも質問を投稿してください。

于 2015-01-05T23:40:50.130 に答える
1

Cloudera Director サーバーを使用しています (現在既知の問題があります)。それまでの間、サーバー部分なしで Cloudera Director を使用してクラスターを実行できます。

コマンドは、./bin/cloudera-director ブートストラップ aws.simple.conf (単純な構成) -または- ./bin/cloudera-director ブートストラップ aws.reference.conf (高度な構成) です。

于 2014-10-22T02:01:01.170 に答える