-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
config resource.storage.type=hdfs throw exception need config resource.storage.type=HDFS #3165
Labels
bug
Something isn't working
Comments
felix-thinkingdata
added a commit
to felix-thinkingdata/incubator-dolphinscheduler
that referenced
this issue
Jul 8, 2020
davidzollo
added a commit
that referenced
this issue
Jul 9, 2020
qiaozhanwei
pushed a commit
that referenced
this issue
Aug 10, 2020
…get the application status, you cannot get it if Kerberos authentication is enabled (#3264) * fix bug #3165 get resource.storage.type value toUpperCase * fix bug #3176 optimize Gets the value of this property “resource.storage.type” * fix When you request the URL through applicationID to get the application status, you cannot get it if Kerberos authentication is enabled * fix When you request the URL through applicationID to get the application status, you cannot get it if Kerberos authentication is enabled * fix When you request the URL through applicationID to get the application status, you cannot get it if Kerberos authentication is enabled * fix miss * add KerberosHttpClient fix kerberos bug * fix map init * add juint test * Extraction of public methods * Extraction of public methods * Fix code quality * Fix code quality * Fix code quality * Fix code quality * Fix code quality * Fix code quality * Fix code quality * rebuild test * rebuild test * check style * check style * check style * revert UT POM * Kerberos judgment goes up to hadoopUtils * fix merge * Remove connection pool shutdown Co-authored-by: dailidong <dailidong66@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when i config common.properties ,
resource.storage.type=hdfs
will throw exception
because Enumerated type comparisons do not ignore case。
The text was updated successfully, but these errors were encountered: