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 dev #270

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

Conversation

muthumala19
Copy link

Feature: streaming data from hdfs to Jasminegraph.

@muthumala19 muthumala19 mentioned this pull request Dec 29, 2024
Copy link

codecov bot commented Jan 2, 2025

Codecov Report

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

Project coverage is 1.25%. Comparing base (0f994cf) to head (68e8885).

Files with missing lines Patch % Lines
src/partitioner/stream/HashPartitioner.cpp 0.00% 203 Missing ⚠️
src/server/JasmineGraphInstanceService.cpp 0.00% 187 Missing ⚠️
src/frontend/JasmineGraphFrontEnd.cpp 0.00% 132 Missing ⚠️
src/util/hdfs/HDFSStreamHandler.cpp 0.00% 117 Missing ⚠️
src/util/Utils.cpp 0.00% 86 Missing ⚠️
src/partitioner/local/MetisPartitioner.cpp 0.00% 76 Missing ⚠️
src/partitioner/stream/Partition.cpp 0.00% 50 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 ⚠️
... and 3 more
Additional details and impacted files
@@            Coverage Diff            @@
##           master    #270      +/-   ##
=========================================
- Coverage    1.34%   1.25%   -0.10%     
=========================================
  Files          77      80       +3     
  Lines       15389   16224     +835     
  Branches     9808   10357     +549     
=========================================
- Hits          207     203       -4     
- Misses      14978   15820     +842     
+ Partials      204     201       -3     

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

Copy link

sonarqubecloud bot commented Jan 2, 2025

Quality Gate Failed Quality Gate failed

Failed conditions
1 Security Hotspot
7.1% Duplication on New Code (required ≤ 3%)

See analysis details on SonarQube Cloud

@@ -0,0 +1,2 @@
hdfs.host=127.0.0.1
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this localhost IP?

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