-
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
[Improvement-13804] Optimal HDFS configuration acquisition (#13804) #13811
Conversation
...-hdfs/src/main/java/org/apache/dolphinscheduler/plugin/storage/hdfs/HdfsStorageOperator.java
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## dev #13811 +/- ##
============================================
- Coverage 38.90% 38.89% -0.02%
+ Complexity 4470 4466 -4
============================================
Files 1164 1164
Lines 42444 42444
Branches 4761 4761
============================================
- Hits 16512 16507 -5
- Misses 24114 24116 +2
- Partials 1818 1821 +3
... and 3 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
e446eb9
to
d8939fe
Compare
d8cd6ae
to
e47dda7
Compare
e47dda7
to
acaa87c
Compare
Kudos, SonarCloud Quality Gate passed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
...-hdfs/src/main/java/org/apache/dolphinscheduler/plugin/storage/hdfs/HdfsStorageOperator.java
Show resolved
Hide resolved
) (apache#13811) defaultFS key from FS_DEFAULT_FS to HDFS_DEFAULT_FS
defaultFS key from FS_DEFAULT_FS to HDFS_DEFAULT_FS
Purpose of the pull request
This pull request is Optimal HDFS configuration acquisition
change 1. from FS_DEFAULT_FS( resource.hdfs.fs.defaultFS ) to HDFS_DEFAULT_FS ( fs.defaultFS)
close #13804
Brief change log
Verify this pull request
This pull request is code cleanup without any test coverage.
(or)
This pull request is already covered by existing tests, such as (please describe tests).
(or)
This change added tests and can be verified as follows:
(or)
If your pull request contain incompatible change, you should also add it to
docs/docs/en/guide/upgrede/incompatible.md