DSEが起動しない

認証が有効になっていると、DSEは「com.google.inject.CreationException: Unable to create injector」エラーを出して起動に失敗します。

DataStax Enterpriseヘルプ・センターでは、トラブルシューティング情報も提供しています。

DSEは起動時に認証サービスを検証します。authentication_optionsでdefault_schemeまたはother_schemesとして設定されているサービス(KerberosやLDAPなど)が使用できない場合、ログに次のエラーが表示されます。
ERROR [main] 2017-03-08 17:03:33,482  DseModule.java:97 - {}.Exiting...

com.google.inject.CreationException: Unable to create injector, see the following errors: 

1) An exception was caught and reported.Message: The dse service keytab at this location resources/dse/conf/dse.keytab either doesn't exist or cannot be read by the dse service
at com.datastax.bdp.DseModule.configure(Unknown Source)

1 error

DSEが正しく起動できるようにするには、サービスが利用可能であることを確認するか、設定からサービスを削除します。