-
Notifications
You must be signed in to change notification settings - Fork 24
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
Feature/hdfs #279
base: master
Are you sure you want to change the base?
Feature/hdfs #279
Conversation
Co-authored-by: Miyuru Dayarathna <[email protected]>
Co-authored-by: Miyuru Dayarathna <[email protected]>
Co-authored-by: Miyuru Dayarathna <[email protected]>
# Conflicts: # src/partitioner/stream/Partition.cpp # src/partitioner/stream/Partition.h # src/server/JasmineGraphInstanceService.h # src/util/Utils.cpp # src/util/Utils.h
spec: | ||
automountServiceAccountToken: false | ||
containers: | ||
- name: datanode |
Check warning
Code scanning / SonarCloud
Storage limits should be enforced Medium
spec: | ||
automountServiceAccountToken: false # Restrict service account permissions | ||
containers: | ||
- name: namenode |
Check warning
Code scanning / SonarCloud
Storage limits should be enforced Medium
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #279 +/- ##
=========================================
- Coverage 1.24% 1.21% -0.03%
=========================================
Files 81 84 +3
Lines 16270 16978 +708
Branches 10367 10853 +486
=========================================
+ Hits 203 207 +4
- Misses 15866 16567 +701
- Partials 201 204 +3 ☔ View full report in Codecov by Sentry. |
|
This is the latest HDFS PR by resolving conflicts with miyurud/master. And updated according to PR[#274].