Fix checkstyle error, Update Data Source Authorization section in docs

This commit is contained in:
Prasad Wagle 2016-05-10 17:15:07 -07:00
parent 8b70f0894d
commit d4e3cd148d
2 changed files with 3 additions and 1 deletions

View file

@ -32,3 +32,5 @@ The interpret method takes the user string as parameter and executes the jdbc ca
In case of Presto, we don't need password if the Presto DB server runs backend code using HDFS authorization for the user.
For databases like Vertica and Mysql we have to store password information for users.
The Credentials tab in the navbar allows users to save credentials for data sources which are passed to interpreters.

View file

@ -24,4 +24,4 @@ import java.util.Map;
*/
public class CredentialsInfoSaving {
public Map<String, UserCredentials> credentialsMap;
}
}