2017-10-11 3 views
1

私は多くのzeppeling/sparkイメージをダウンロードしましたが、それらのすべてでノートブックにログインするのに問題があります。 conker84 /ツェッペリン:zeppelinにログインするとドッカーになる

... 
admin = password1 
user1 = password2 
user2 = password3 

# Sample LDAP configuration, for user Authentication, currently tested for single Realm 
[main] 
#ldapRealm = org.apache.shiro.realm.ldap.JndiLdapRealm 
#ldapRealm.userDnTemplate = cn={0},cn=engg,ou=testdomain,dc=testdomain,dc=com 
#ldapRealm.contextFactory.url = ldap://ldaphost:389 
#ldapRealm.contextFactory.authenticationMechanism = SIMPLE 

[urls] 
# anon means the access is anonymous. 
# authcBasic means Basic Auth Security 
# To enfore security, comment the line below and uncomment the next one 
/** = anon 
#/** = authcBasic 

は今、私はこの画像を使用しています:これは、容器内shiro.iniファイルです。私はadminとパスワード1ユーザーが入力したとき、私は得た:

The username and password that you entered don't match. 

私はクロムを検査することにより、私が得ることに気付きました:私は、インキュベーター・ツェッペリン/ログ#下のログをチェックしました

api/login net::ERR_CONNECTION_REFUSED 

を奇妙なことはありません。サーバーが始動しただけです。

答えて

1

したがって、問題は実際にVirtualBoxにありました。ネットワークポート転送で間違ったポート構成を設定しました。ホストとゲストの両方に8080を追加した後、私はZeppelinにログインできました。

関連する問題