Victor Wong created FLINK-12130:
-----------------------------------

             Summary: Apply command line options to configuration before 
install security modules
                 Key: FLINK-12130
                 URL: https://issues.apache.org/jira/browse/FLINK-12130
             Project: Flink
          Issue Type: Improvement
          Components: Command Line Client
            Reporter: Victor Wong


Currently if the user configures Kerberos credentials through command line, it 
won't work.
{code:java}
// flink run -m yarn-cluster -yD security.kerberos.login.keytab=/path/to/keytab 
-yD security.kerberos.login.principal=xxx /path/to/test.jar
{code}
Maybe we could call 
_org.apache.flink.client.cli.AbstractCustomCommandLine#applyCommandLineOptionsToConfiguration_
 ** before _SecurityUtils.install(new 
SecurityConfiguration(cli.configuration));_



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to