Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat: CDN implementation supports HDFS type storage #420

Merged
merged 10 commits into from
Jul 15, 2021
Merged

feat: CDN implementation supports HDFS type storage #420

merged 10 commits into from
Jul 15, 2021

Conversation

lengrongfu
Copy link
Contributor

Description

CDN implementation supports HDFS type storage

Related Issue

#384

Motivation and Context

Screenshots (if appropriate):

1、User this HDFS client;https://github.com/colinmarc/hdfs
2、Local Hadoop cluster by this repo implement;https://github.com/big-data-europe/docker-hadoop

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation Update (if none of the other choices apply)

Checklist:

  • Code compiles correctly.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@lengrongfu lengrongfu requested a review from a team as a code owner July 4, 2021 04:44
Signed-off-by: lengrongfu <lengrongfu@meituan.com>
lengrongfu added 5 commits July 6, 2021 20:11
Signed-off-by: lengrongfu <lengrongfu@meituan.com>
Signed-off-by: lengrongfu <lengrongfu@meituan.com>
Signed-off-by: lengrongfu <lengrongfu@meituan.com>
@codecov-commenter
Copy link

codecov-commenter commented Jul 7, 2021

Codecov Report

Merging #420 (6b55fd3) into main (b7b4558) will increase coverage by 0.06%.
The diff coverage is 42.46%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #420      +/-   ##
==========================================
+ Coverage   36.31%   36.38%   +0.06%     
==========================================
  Files          85       86       +1     
  Lines        6727     6869     +142     
==========================================
+ Hits         2443     2499      +56     
- Misses       3933     4005      +72     
- Partials      351      365      +14     
Flag Coverage Δ
e2etests ∅ <ø> (∅)
unittests 36.38% <42.46%> (+0.06%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pkg/source/headers.go 0.00% <0.00%> (ø)
pkg/source/httpprotocol/http_source_client.go 69.86% <ø> (ø)
pkg/source/source_client.go 0.00% <0.00%> (ø)
pkg/source/hdfsprotocol/hdfs_source_client.go 53.71% <52.54%> (ø)
client/daemon/peer/peertask_stream.go 54.77% <0.00%> (-2.21%) ⬇️
client/daemon/peer/peertask_base.go 32.21% <0.00%> (-0.72%) ⬇️
scheduler/config/config.go 0.00% <0.00%> (ø)

lengrongfu added 3 commits July 11, 2021 18:08
244372610
244372610 previously approved these changes Jul 14, 2021
Signed-off-by: lengrongfu <lengrongfu@meituan.com>
Copy link
Member

@gaius-qi gaius-qi left a comment

Choose a reason for hiding this comment

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

LGTM

@jim3ma jim3ma merged commit b2ca351 into dragonflyoss:main Jul 15, 2021
gaius-qi pushed a commit that referenced this pull request Jun 28, 2023
Signed-off-by: lengrongfu <lengrongfu@meituan.com>
e-ngo pushed a commit to e-ngo/dragonfly that referenced this pull request Jan 23, 2025
* feat: add pretty print for dfget

Signed-off-by: Gaius <gaius.qi@gmail.com>

* Trigger CI

---------

Signed-off-by: Gaius <gaius.qi@gmail.com>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants