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

Check header not empty when user customized it #195

Merged
merged 2 commits into from
Mar 11, 2021
Merged

Conversation

Linary
Copy link
Contributor

@Linary Linary commented Mar 5, 2021

Change-Id: Iab8011d2235d29a79ad65d4cc380d801d08896ac

@Linary Linary force-pushed the check-header-not-empty branch 2 times, most recently from 8f14857 to c4a2bf4 Compare March 5, 2021 06:12
Change-Id: Iab8011d2235d29a79ad65d4cc380d801d08896ac
sudo tee /etc/apt/sources.list.d/hdp.list <<EOF
deb http://public-repo-1.hortonworks.com/HDP/ubuntu${UBUNTU_VERSION}/2.x/updates/2.6.5.0 HDP main
sudo tee /etc/apt/sources.list.d/cdh.list <<EOF
deb [arch=amd64] http://archive.cloudera.com/cdh5/ubuntu/${UBUNTU_CODENAME}/amd64/cdh ${UBUNTU_CODENAME}-cdh5 contrib
Copy link
Contributor

Choose a reason for hiding this comment

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

why we need to change the download source

Copy link
Contributor Author

Choose a reason for hiding this comment

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

origin install hdfs failed

@Linary
Copy link
Contributor Author

Linary commented Mar 8, 2021

image

@Linary Linary force-pushed the check-header-not-empty branch 16 times, most recently from 37952e4 to fccc057 Compare March 10, 2021 11:43
Change-Id: Idfdcba4b04480294cf648232a95930ab885a743b
@codecov
Copy link

codecov bot commented Mar 10, 2021

Codecov Report

Merging #195 (d1df678) into master (1b1b780) will decrease coverage by 0.13%.
The diff coverage is 88.46%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #195      +/-   ##
============================================
- Coverage     72.98%   72.84%   -0.14%     
- Complexity      824      828       +4     
============================================
  Files            79       79              
  Lines          3480     3499      +19     
  Branches        416      425       +9     
============================================
+ Hits           2540     2549       +9     
- Misses          741      750       +9     
- Partials        199      200       +1     
Impacted Files Coverage Δ Complexity Δ
...aph/loader/reader/file/ParquetFileLineFetcher.java 87.50% <ø> (ø) 20.00 <0.00> (ø)
...u/hugegraph/loader/reader/hdfs/HDFSFileReader.java 71.08% <50.00%> (ø) 16.00 <1.00> (ø)
...a/com/baidu/hugegraph/loader/reader/line/Line.java 72.41% <64.28%> (-21.71%) 7.00 <3.00> (-4.00)
.../baidu/hugegraph/loader/source/AbstractSource.java 83.33% <85.71%> (+0.72%) 10.00 <2.00> (-1.00) ⬆️
...baidu/hugegraph/loader/builder/ElementBuilder.java 89.71% <89.65%> (-0.04%) 46.00 <0.00> (ø)
.../baidu/hugegraph/loader/parser/JsonLineParser.java 76.92% <90.00%> (+26.92%) 5.00 <4.00> (+3.00)
...om/baidu/hugegraph/loader/builder/EdgeBuilder.java 94.31% <100.00%> (+1.89%) 27.00 <17.00> (+8.00)
.../baidu/hugegraph/loader/builder/VertexBuilder.java 82.60% <100.00%> (ø) 8.00 <0.00> (ø)
.../baidu/hugegraph/loader/parser/TextLineParser.java 96.00% <100.00%> (ø) 10.00 <4.00> (ø)
.../baidu/hugegraph/loader/task/ParseTaskBuilder.java 90.32% <100.00%> (ø) 14.00 <0.00> (ø)
... and 5 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2fdec9f...d1df678. Read the comment docs.

@Linary Linary merged commit 74b34b5 into master Mar 11, 2021
@Linary Linary deleted the check-header-not-empty branch March 11, 2021 03:44
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