Skip to content
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

Open
wants to merge 74 commits into
base: master
Choose a base branch
from

Conversation

muthumala19
Copy link
Contributor

This is the latest HDFS PR by resolving conflicts with miyurud/master. And updated according to PR[#274].

muthumala19 and others added 30 commits December 29, 2024 19:25
Co-authored-by: Miyuru Dayarathna <[email protected]>
@muthumala19 muthumala19 mentioned this pull request Feb 14, 2025
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
1 Security Hotspot
C Security Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

spec:
automountServiceAccountToken: false
containers:
- name: datanode

Check warning

Code scanning / SonarCloud

Storage limits should be enforced Medium

Specify a storage limit for this container. See more on SonarQube Cloud
spec:
automountServiceAccountToken: false # Restrict service account permissions
containers:
- name: namenode

Check warning

Code scanning / SonarCloud

Storage limits should be enforced Medium

Specify a storage limit for this container. See more on SonarQube Cloud
Copy link

codecov bot commented Feb 14, 2025

Codecov Report

Attention: Patch coverage is 0% with 776 lines in your changes missing coverage. Please review.

Project coverage is 1.23%. Comparing base (2b91cde) to head (9006759).

Files with missing lines Patch % Lines
src/partitioner/stream/HashPartitioner.cpp 0.00% 201 Missing ⚠️
src/server/JasmineGraphInstanceService.cpp 0.00% 185 Missing ⚠️
src/frontend/JasmineGraphFrontEnd.cpp 0.00% 132 Missing ⚠️
src/util/hdfs/HDFSStreamHandler.cpp 0.00% 119 Missing ⚠️
src/util/Utils.cpp 0.00% 85 Missing ⚠️
src/util/hdfs/HDFSConnector.cpp 0.00% 23 Missing ⚠️
src/util/kafka/InstanceStreamHandler.cpp 0.00% 14 Missing ⚠️
.../incremental/JasmineGraphIncrementalLocalStore.cpp 0.00% 8 Missing ⚠️
src/partitioner/stream/Partition.cpp 0.00% 5 Missing ⚠️
src/nativestore/DataPublisher.cpp 0.00% 2 Missing ⚠️
... and 1 more
Additional details and impacted files
@@            Coverage Diff            @@
##           master    #279      +/-   ##
=========================================
- Coverage    1.28%   1.23%   -0.06%     
=========================================
  Files          81      84       +3     
  Lines       16104   16812     +708     
  Branches    10258   10744     +486     
=========================================
  Hits          207     207              
- Misses      15693   16401     +708     
  Partials      204     204              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants