-
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
[BUG] optimize #3165 Gets the value of this property “resource.storage.type”, Comparison with enumerated types #3176
Labels
Comments
felix-thinkingdata
added a commit
to felix-thinkingdata/incubator-dolphinscheduler
that referenced
this issue
Jul 10, 2020
…e.storage.type”
Hi, And can you describe Issue content template as follow:
|
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
By looking at the ResourcesService code, I found a potential problem.
Enumeration type comparisons are used in both classes :HadoopUtils.java ,CommonUtils.java
I don't think this submission is perfect
All comparisons of ResUploadType need to be optimized.
I'm going to modify this part
中文:
通过阅读ResourcesService代码,发现了潜在隐患。
在HadoopUtils和CommonUtils,资源中心类型,都是通过枚举类型比较。
所以感觉到submission 这个提交是不完备的。
需要优化所有的ResUploadType类型比较部分的代码。
The text was updated successfully, but these errors were encountered: