vesoft-inc / nebula-importer

Nebula Graph Importer with Go
Apache License 2.0
90 stars 60 forks source link

feat: support hdfs kerberos #277

Closed veezhang closed 1 year ago

veezhang commented 1 year ago

What type of PR is this?

What problem(s) does this PR solve?

Issue(s) number:

270

Description:

How do you solve it?

Special notes for your reviewer, ex. impact of this fix, design document, etc:

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 98.20% and project coverage change: +0.69 :tada:

Comparison is base (a0a27ca) 90.20% compared to head (3d65134) 90.89%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #277 +/- ## ========================================== + Coverage 90.20% 90.89% +0.69% ========================================== Files 75 77 +2 Lines 3350 3648 +298 ========================================== + Hits 3022 3316 +294 - Misses 323 326 +3 - Partials 5 6 +1 ``` | [Impacted Files](https://app.codecov.io/gh/vesoft-inc/nebula-importer/pull/277?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vesoft-inc) | Coverage Δ | | |---|---|---| | [pkg/spec/base/builder\_mock.go](https://app.codecov.io/gh/vesoft-inc/nebula-importer/pull/277?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vesoft-inc#diff-cGtnL3NwZWMvYmFzZS9idWlsZGVyX21vY2suZ28=) | `0.00% <0.00%> (ø)` | | | [pkg/importer/importer.go](https://app.codecov.io/gh/vesoft-inc/nebula-importer/pull/277?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vesoft-inc#diff-cGtnL2ltcG9ydGVyL2ltcG9ydGVyLmdv) | `95.38% <57.14%> (-4.62%)` | :arrow_down: | | [pkg/config/v3/source.go](https://app.codecov.io/gh/vesoft-inc/nebula-importer/pull/277?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vesoft-inc#diff-cGtnL2NvbmZpZy92My9zb3VyY2UuZ28=) | `100.00% <100.00%> (ø)` | | | [pkg/errors/import.go](https://app.codecov.io/gh/vesoft-inc/nebula-importer/pull/277?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vesoft-inc#diff-cGtnL2Vycm9ycy9pbXBvcnQuZ28=) | `100.00% <100.00%> (ø)` | | | [pkg/manager/manager.go](https://app.codecov.io/gh/vesoft-inc/nebula-importer/pull/277?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vesoft-inc#diff-cGtnL21hbmFnZXIvbWFuYWdlci5nbw==) | `100.00% <100.00%> (ø)` | | | [pkg/source/hdfs.go](https://app.codecov.io/gh/vesoft-inc/nebula-importer/pull/277?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vesoft-inc#diff-cGtnL3NvdXJjZS9oZGZzLmdv) | `100.00% <100.00%> (ø)` | | | [pkg/spec/base/builder.go](https://app.codecov.io/gh/vesoft-inc/nebula-importer/pull/277?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vesoft-inc#diff-cGtnL3NwZWMvYmFzZS9idWlsZGVyLmdv) | `100.00% <100.00%> (ø)` | | | [pkg/spec/base/filter.go](https://app.codecov.io/gh/vesoft-inc/nebula-importer/pull/277?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vesoft-inc#diff-cGtnL3NwZWMvYmFzZS9maWx0ZXIuZ28=) | `100.00% <100.00%> (ø)` | | | [pkg/spec/base/mode.go](https://app.codecov.io/gh/vesoft-inc/nebula-importer/pull/277?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vesoft-inc#diff-cGtnL3NwZWMvYmFzZS9tb2RlLmdv) | `100.00% <100.00%> (ø)` | | | [pkg/spec/v3/edge.go](https://app.codecov.io/gh/vesoft-inc/nebula-importer/pull/277?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vesoft-inc#diff-cGtnL3NwZWMvdjMvZWRnZS5nbw==) | `100.00% <100.00%> (ø)` | | | ... and [3 more](https://app.codecov.io/gh/vesoft-inc/nebula-importer/pull/277?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vesoft-inc) | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.