You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2022/05/25 03:59:13 UTC

[GitHub] [ozone-site] ChenSammi opened a new pull request, #25: HDDS-6800. Add "file support" statement on Ozone website.

ChenSammi opened a new pull request, #25:
URL: https://github.com/apache/ozone-site/pull/25

   https://issues.apache.org/jira/browse/HDDS-6800
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone-site] ChenSammi commented on a diff in pull request #25: HDDS-6800. Add "file support" statement on Ozone website.

Posted by GitBox <gi...@apache.org>.
ChenSammi commented on code in PR #25:
URL: https://github.com/apache/ozone-site/pull/25#discussion_r886281240


##########
layouts/index.html:
##########
@@ -20,8 +20,8 @@
     <div class="container">
         <div class="row header">
             <p class="lead">
-                Ozone is a scalable, redundant, and distributed object store for Hadoop. Apart from scaling to billions of objects of varying sizes, Ozone can function effectively in containerized environments such as Kubernetes and YARN. </p> <p class="lead">Applications using frameworks like Apache Spark, YARN and Hive work natively without any modifications.</p>
-            <p class="lead">Ozone is built on a highly available, replicated block storage layer called Hadoop Distributed Data Store (HDDS).
+                Apache Ozone is a scalable, redundant, and distributed object and file store for Hadoop. It supports S3 compatible object APIs as well as a Hadoop Compatible File System implementation. Apart from scaling to billions of objects/files of varying sizes, Ozone can function effectively in containerized environments such as Kubernetes and YARN. </p> <p class="lead">It is built on a highly available, replicated block storage layer called Hadoop Distributed Data Store (HDDS).</p>

Review Comment:
   Thanks @arp7,  a new patch is uploaded to merge the statements. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone-site] ChenSammi merged pull request #25: HDDS-6800. Add "file support" statement on Ozone website.

Posted by GitBox <gi...@apache.org>.
ChenSammi merged PR #25:
URL: https://github.com/apache/ozone-site/pull/25


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone-site] ChenSammi commented on a diff in pull request #25: HDDS-6800. Add "file support" statement on Ozone website.

Posted by GitBox <gi...@apache.org>.
ChenSammi commented on code in PR #25:
URL: https://github.com/apache/ozone-site/pull/25#discussion_r886281240


##########
layouts/index.html:
##########
@@ -20,8 +20,8 @@
     <div class="container">
         <div class="row header">
             <p class="lead">
-                Ozone is a scalable, redundant, and distributed object store for Hadoop. Apart from scaling to billions of objects of varying sizes, Ozone can function effectively in containerized environments such as Kubernetes and YARN. </p> <p class="lead">Applications using frameworks like Apache Spark, YARN and Hive work natively without any modifications.</p>
-            <p class="lead">Ozone is built on a highly available, replicated block storage layer called Hadoop Distributed Data Store (HDDS).
+                Apache Ozone is a scalable, redundant, and distributed object and file store for Hadoop. It supports S3 compatible object APIs as well as a Hadoop Compatible File System implementation. Apart from scaling to billions of objects/files of varying sizes, Ozone can function effectively in containerized environments such as Kubernetes and YARN. </p> <p class="lead">It is built on a highly available, replicated block storage layer called Hadoop Distributed Data Store (HDDS).</p>

Review Comment:
   Thanks @arp7,  a new patch is uploaded to merge the statements. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone-site] arp7 commented on a diff in pull request #25: HDDS-6800. Add "file support" statement on Ozone website.

Posted by GitBox <gi...@apache.org>.
arp7 commented on code in PR #25:
URL: https://github.com/apache/ozone-site/pull/25#discussion_r885178450


##########
layouts/index.html:
##########
@@ -20,8 +20,8 @@
     <div class="container">
         <div class="row header">
             <p class="lead">
-                Ozone is a scalable, redundant, and distributed object store for Hadoop. Apart from scaling to billions of objects of varying sizes, Ozone can function effectively in containerized environments such as Kubernetes and YARN. </p> <p class="lead">Applications using frameworks like Apache Spark, YARN and Hive work natively without any modifications.</p>
-            <p class="lead">Ozone is built on a highly available, replicated block storage layer called Hadoop Distributed Data Store (HDDS).
+                Apache Ozone is a scalable, redundant, and distributed object and file store for Hadoop. It supports S3 compatible object APIs as well as a Hadoop Compatible File System implementation. Apart from scaling to billions of objects/files of varying sizes, Ozone can function effectively in containerized environments such as Kubernetes and YARN. </p> <p class="lead">It is built on a highly available, replicated block storage layer called Hadoop Distributed Data Store (HDDS).</p>

Review Comment:
   Ozone is a highly scalable, distributed storage for Analytics, Big data and Cloud Native applications. Ozone is optimized for both efficient object store and file system operations. Ozone supports efficient path-based access to files (objects) as well as traditional file system operations like directory rename and delete.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone-site] ChenSammi commented on pull request #25: HDDS-6800. Add "file support" statement on Ozone website.

Posted by GitBox <gi...@apache.org>.
ChenSammi commented on PR #25:
URL: https://github.com/apache/ozone-site/pull/25#issuecomment-1143202204

   Thanks @arp7 and @mukul1987 for the review. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone-site] ChenSammi commented on a diff in pull request #25: HDDS-6800. Add "file support" statement on Ozone website.

Posted by GitBox <gi...@apache.org>.
ChenSammi commented on code in PR #25:
URL: https://github.com/apache/ozone-site/pull/25#discussion_r886280841


##########
layouts/index.html:
##########
@@ -20,8 +20,8 @@
     <div class="container">
         <div class="row header">
             <p class="lead">
-                Ozone is a scalable, redundant, and distributed object store for Hadoop. Apart from scaling to billions of objects of varying sizes, Ozone can function effectively in containerized environments such as Kubernetes and YARN. </p> <p class="lead">Applications using frameworks like Apache Spark, YARN and Hive work natively without any modifications.</p>
-            <p class="lead">Ozone is built on a highly available, replicated block storage layer called Hadoop Distributed Data Store (HDDS).
+                Apache Ozone is a scalable, redundant, and distributed object and file store for Hadoop. It supports S3 compatible object APIs as well as a Hadoop Compatible File System implementation. Apart from scaling to billions of objects/files of varying sizes, Ozone can function effectively in containerized environments such as Kubernetes and YARN. </p> <p class="lead">It is built on a highly available, replicated block storage layer called Hadoop Distributed Data Store (HDDS).</p>

Review Comment:
   Thanks @arp7,  a new patch is uploaded to merge the statements. 
   
   
   ![image](https://user-images.githubusercontent.com/19790142/171320881-d32f7e95-03d5-4210-8ca1-6417d6deb8e0.png)
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone-site] ChenSammi commented on pull request #25: HDDS-6800. Add "file support" statement on Ozone website.

Posted by GitBox <gi...@apache.org>.
ChenSammi commented on PR #25:
URL: https://github.com/apache/ozone-site/pull/25#issuecomment-1136699941

   Hey @mukul1987,  could you help to review this change? 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone-site] ChenSammi commented on a diff in pull request #25: HDDS-6800. Add "file support" statement on Ozone website.

Posted by GitBox <gi...@apache.org>.
ChenSammi commented on code in PR #25:
URL: https://github.com/apache/ozone-site/pull/25#discussion_r886280841


##########
layouts/index.html:
##########
@@ -20,8 +20,8 @@
     <div class="container">
         <div class="row header">
             <p class="lead">
-                Ozone is a scalable, redundant, and distributed object store for Hadoop. Apart from scaling to billions of objects of varying sizes, Ozone can function effectively in containerized environments such as Kubernetes and YARN. </p> <p class="lead">Applications using frameworks like Apache Spark, YARN and Hive work natively without any modifications.</p>
-            <p class="lead">Ozone is built on a highly available, replicated block storage layer called Hadoop Distributed Data Store (HDDS).
+                Apache Ozone is a scalable, redundant, and distributed object and file store for Hadoop. It supports S3 compatible object APIs as well as a Hadoop Compatible File System implementation. Apart from scaling to billions of objects/files of varying sizes, Ozone can function effectively in containerized environments such as Kubernetes and YARN. </p> <p class="lead">It is built on a highly available, replicated block storage layer called Hadoop Distributed Data Store (HDDS).</p>

Review Comment:
   Thanks @arp7,  a new patch is uploaded to merge the statements. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org