This is an automated email from the ASF dual-hosted git repository. hexiaoqiao pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/hadoop-site.git
The following commit(s) were added to refs/heads/asf-site by this push: new b20371e6c2 HADOOP-18943. Fix trademark description issue of Apache on website. (#46) b20371e6c2 is described below commit b20371e6c2b22fda4801170aedd08ac93190ca75 Author: Hexiaoqiao <hexiaoq...@apache.org> AuthorDate: Wed Oct 18 18:37:55 2023 +0800 HADOOP-18943. Fix trademark description issue of Apache on website. (#46) --- content/description.html | 2 +- src/description.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/description.html b/content/description.html index 10244409ad..802757aa26 100644 --- a/content/description.html +++ b/content/description.html @@ -157,7 +157,7 @@ limitations under the License. See accompanying LICENSE file. --> <p><img src="hadoop-logo.jpg" alt="hadoop-logo"> Apache Hadoop</p> -<p>The Apache™ Hadoop® project develops open-source software for reliable, scalable, distributed computing.</p> +<p>The Apache® Hadoop® project develops open-source software for reliable, scalable, distributed computing.</p> <p>The Apache Hadoop software library is a framework that allows for the distributed processing of large data sets across clusters of computers using simple programming models. It is designed to scale up from single servers to thousands of machines, each offering local computation and storage. Rather than rely on hardware to deliver high-availability, the library itself is designed to detect and handle failures at the application layer, so delivering a highly-available service on top of [...] </div> diff --git a/src/description.md b/src/description.md index fb6e402a02..de30820f1e 100644 --- a/src/description.md +++ b/src/description.md @@ -17,6 +17,6 @@ title: Description  Apache Hadoop -The Apache™ Hadoop® project develops open-source software for reliable, scalable, distributed computing. +The Apache® Hadoop® project develops open-source software for reliable, scalable, distributed computing. The Apache Hadoop software library is a framework that allows for the distributed processing of large data sets across clusters of computers using simple programming models. It is designed to scale up from single servers to thousands of machines, each offering local computation and storage. Rather than rely on hardware to deliver high-availability, the library itself is designed to detect and handle failures at the application layer, so delivering a highly-available service on top of a c [...] --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org