alexwang789 opened a new pull request #114:
URL: https://github.com/apache/atlas/pull/114


   Fix the bug that Atlas can't find the vaule of kerberos config ,because of 
path problem.
   According to the user's manual  from http://atlas.apache.org/, properties  
for  kerberos  should be:
   atlas.authentication.method.kerberos.principal=
   atlas.authentication.method.kerberos.keytab =
   
   But , in the codes, paths are below:
   public static final String AUTHENTICATION_PRINCIPAL = 
ATLAS_AUTHENTICATION_PREFIX+ "principal";
   public static final String AUTHENTICATION_KEYTAB = 
ATLAS_AUTHENTICATION_PREFIX+ "keytab";
   
   that are :atlas.authentication.principal    &  atlas.authentication.keytab
   
   so, the properties for kerberos  couldn't be get correctly!


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to