-
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 dev #270
Open
muthumala19
wants to merge
27
commits into
miyurud:master
Choose a base branch
from
muthumala19:feature/hdfs_dev
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Feature/hdfs dev #270
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
5fab841
Implement fetching data from HDFS to partitions
muthumala19 eb0a48a
Add copyrights and license
muthumala19 e2aea11
Implement HashPartitioner class
muthumala19 bef3e04
Create HashPartitioner with separation of concern
muthumala19 83eb758
Create HashPartitioner using thread per partition
muthumala19 dc0187f
Temp: DataPublisher communication implementation
muthumala19 de981d2
Temp: Implementation with DataPublisher objects
muthumala19 7f0659a
Create util method for master-worker communication
muthumala19 5074141
Add code to distribute data to the partitions
muthumala19 25daa9a
Change fetching,sending data from HDFS to workers
muthumala19 ea4bf80
Add validaton for HDFS dataset paths
muthumala19 b75d9fd
Modify counting edges for HDFS implementation
muthumala19 4212e46
Extend for handling undirected graphs
muthumala19 8150120
Add copyrights and license
muthumala19 1a770e7
Add updating uploadEndTime in metaDB
muthumala19 d7341b9
Add integration tests for HDFS implementation
muthumala19 1c21ae5
Merge branch 'miyurud:master' into feature/hdfs_dev
muthumala19 6679c8b
Add recent prerequisites tag: 20241231T070657
muthumala19 a8782c2
Fix cpplint issues
muthumala19 9833128
Fix cpplint issues in test.py
muthumala19 915529e
Fix cpplint issues in test.py (ii)
muthumala19 17deb1b
Fix invalid path to HDFS data in test-docker.sh
muthumala19 0ca9194
Merge branch 'master' into feature/hdfs_dev
muthumala19 273730f
Remove default HDFS server testing
muthumala19 93a08bc
Merge remote-tracking branch 'origin/feature/hdfs_dev' into feature/h…
muthumala19 de4cffa
Set to the most recent prerequisites tag
muthumala19 68e8885
Adjust for removal of default HDFS server testing
muthumala19 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
hdfs.host=127.0.0.1 | ||
hdfs.port=9000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
why is this localhost IP?