Skip to content

Commit

Permalink
HADOOP-19090. Follow-up: docs and license (#35)
Browse files Browse the repository at this point in the history
Update LICENSE-binary and site index.md.vm with
protobuf update details

Also:
* reviewed src/site/site.xml; updated links and moved to
  https URLs
* README.md contains a bit more of the site summary

Contributed by Steve Loughran
  • Loading branch information
steveloughran authored Feb 28, 2024
1 parent 408321a commit 13850ee
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 11 deletions.
2 changes: 1 addition & 1 deletion LICENSE-binary
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ See licenses-binary/ for text of these licenses.

BSD 3-Clause
------------
com.google.protobuf:protobuf-java:3.21.12
com.google.protobuf:protobuf-java:3.23.4


MIT License
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Apache Hadoop Thirdparty

Apache Hadoop Thirdparty packages relocated third-party libraries used by
Apache Hadoop.

**DISCLAIMER : This project is for Apache Hadoop internal use. Included libs
and/or their versions are subject to change at the dictate of hadoop without
regard to the concern of others!**

4 changes: 2 additions & 2 deletions src/site/markdown/index.md.vm
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ This page provides an overview of the major changes.

Protobuf-java
-------------
Google Protobuf's 3.21.12 jar is available as *org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_21* artifact.
Google Protobuf's 3.23.4 jar is available as *org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_23* artifact.

Following are relocations under *hadoop-shaded-protobuf_3_21* artifact:
Following are relocations under *hadoop-shaded-protobuf_3_23* artifact:

|Original package | Shaded package |
|---|---|
Expand Down
16 changes: 8 additions & 8 deletions src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
<project name="Hadoop">
<bannerLeft>
<name>Hadoop</name>
<src>http://hadoop.apache.org/images/hadoop-logo.jpg</src>
<href>http://hadoop.apache.org/</href>
<src>https://hadoop.apache.org/images/hadoop-logo.jpg</src>
<href>https://hadoop.apache.org/</href>
</bannerLeft>
<bannerRight>
<src>http://www.apache.org/images/asf_logo_wide.png</src>
<href>http://www.apache.org/</href>
<src>https://www.apache.org/images/asf_logo_wide.png</src>
<href>https://www.apache.org/</href>
</bannerRight>

<publishDate position="right"/>
Expand All @@ -37,13 +37,13 @@

<body>
<links position="left">
<item name="Wiki" href="http://wiki.apache.org/hadoop" />
<item name="git" href="https://gitbox.apache.org/repos/asf/hadoop-thirdparty.git" />
<item name="Wiki" href="https://cwiki.apache.org/confluence/display/HADOOP2" />
<item name="git" href="https://github.com/apache/hadoop-thirdparty" />
</links>

<breadcrumbs position="left">
<item name="Apache" href="http://www.apache.org/" />
<item name="Hadoop" href="http://hadoop.apache.org/"/>
<item name="Apache" href="https://www.apache.org/" />
<item name="Hadoop" href="https://hadoop.apache.org/"/>
</breadcrumbs>

<menu name="General" inherit="top">
Expand Down

0 comments on commit 13850ee

Please sign in to comment.