Skip to content

Conversation

@advancedxy
Copy link
Contributor

What changes were proposed in this pull request?

  1. update README.md to reflect JDK requirement
  2. exclude json-smart in hadoop-common
  3. update CONTRIBUTION.md to change the project name and polish wording

Why are the changes needed?

For the first two changes:

When building uniffle locally, I noticed that it requires JDK1.8 to build and suspicious maven-default-http-blocker for json-smart.

[WARNING] net.minidev:json-smart/maven-metadata.xml failed to transfer from http://0.0.0.0/ during a previous attempt. 
This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced.
Original error: Could not transfer metadata net.minidev:json-smart/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/net/minidev/json-smart/maven-metadata.xml

For the third change:

Before I'm making a PR, I found the project name in CONTRIBUTING.md is not changed yet. Thus, this commit
also updates the CONTRIBUTING.md and makes some amend to the doc.

Does this PR introduce any user-facing change?

NO

How was this patch tested?

No new tests are required.

When building uniffle locally, I noticed that it requires JDK1.8 to build and suspicious
maven-default-http-blocker for json-smart.
```
[WARNING] net.minidev:json-smart/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata net.minidev:json-smart/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/net/minidev/json-smart/maven-metadata.xml
```

To address these two issues, README.md is updated to reflect the requirement. The json-smart dependency
is excluded from hadoop-common since it's never used.

Before I'm making a PR, I found the project name in CONTRIBUTING.md is not changed yet. Thus, this commit
also updates the CONTRIBUTING.md and makes some amend to the doc.
@codecov-commenter
Copy link

codecov-commenter commented Jul 10, 2022

Codecov Report

Merging #45 (02f4998) into master (ae674a6) will decrease coverage by 0.03%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##             master      #45      +/-   ##
============================================
- Coverage     56.87%   56.83%   -0.04%     
+ Complexity     1207     1205       -2     
============================================
  Files           152      152              
  Lines          8429     8429              
  Branches        816      816              
============================================
- Hits           4794     4791       -3     
- Misses         3376     3377       +1     
- Partials        259      261       +2     
Impacted Files Coverage Δ
...pache/hadoop/mapreduce/task/reduce/RssFetcher.java 89.06% <0.00%> (-1.57%) ⬇️
.../apache/uniffle/coordinator/ClientConfManager.java 91.54% <0.00%> (-1.41%) ⬇️

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 ae674a6...02f4998. Read the comment docs.

@jerqi jerqi merged commit 3f02a5e into apache:master Jul 10, 2022
@advancedxy advancedxy deleted the doc_polish branch July 10, 2022 10:14
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.

3 participants