mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Fix checkstyle error, Update Data Source Authorization section in docs
This commit is contained in:
parent
8b70f0894d
commit
d4e3cd148d
2 changed files with 3 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
@ -24,4 +24,4 @@ import java.util.Map;
|
|||
*/
|
||||
public class CredentialsInfoSaving {
|
||||
public Map<String, UserCredentials> credentialsMap;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue