This is an automated email from the ASF dual-hosted git repository. arp pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git
The following commit(s) were added to refs/heads/master by this push: new 112d1fb Revert "HDDS-2292. Create Ozone specific README.md to the new hadoop-ozone re… (#55)" 112d1fb is described below commit 112d1fbe1c283214e1695521af9c51c6db5a03bf Author: Arpit Agarwal <aagar...@cloudera.com> AuthorDate: Tue Oct 29 20:48:17 2019 -0700 Revert "HDDS-2292. Create Ozone specific README.md to the new hadoop-ozone re… (#55)" This reverts commit aea6c377d7caadf76ce236f2ac88f98a365ef745. --- README.md | 98 -------------------------------------------------------------- README.txt | 8 +++++ 2 files changed, 8 insertions(+), 98 deletions(-) diff --git a/README.md b/README.md deleted file mode 100644 index e90a328..0000000 --- a/README.md +++ /dev/null @@ -1,98 +0,0 @@ -Apache Hadoop Ozone -=== - -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. - - - * MULTI-PROTOCOL SUPPORT: Ozone supports different protocols like S3 and Hadoop File System APIs. - * SCALABLE: Ozone is designed to scale to tens of billions of files and blocks and, in the future, even more. - * CONSISTENT: Ozone is a strongly consistent object store. This consistency is achieved by using protocols like RAFT. - * CLOUD-NATIVE: Ozone is designed to work well in containerized environments like YARN and Kubernetes. - * SECURE: Ozone integrates with Kerberos infrastructure for access control and supports TDE and on-wire encryption. - * HIGHLY AVAILABLE: Ozone is a fully replicated system that is designed to survive multiple failures. - -## Documentation - -The latest documentation is generated together with the releases and hosted on the apache side. - -Please check [the documentation page](https://hadoop.apache.org/ozone/docs/) for more information. - -## Contact - -Ozone is part of the [Apache Hadoop](https://hadoop.apache.org) project. - - * Ozone [web page](https://hadoop.apache.org/ozone/) is available from the Hadoop site - * Mailing lists - * For dev questions use: [hdfs-...@hadoop.apache.org](https://lists.apache.org/list.html?hdfs-...@hadoop.apache.org) - * For user questions use: [u...@hadoop.apache.org](https://lists.apache.org/list.html?u...@hadoop.apache.org) - * Chat: You can find the #ozone channel on the official ASF slack. Invite link is [here](http://s.apache.org/slack-invite). - * There are Open [Weekly calls](https://cwiki.apache.org/confluence/display/HADOOP/Ozone+Community+Calls) where you can ask anything about Ozone. - * Past meeting notes are also available from the wiki. - - -## Download - -Latest release artifacts (source release and binary packages) are [available](https://hadoop.apache.org/ozone/downloads/) from the Ozone web page. - -## Quick start - -### Run Ozone from published Docker image - -The easiest way to start a cluster with docker is: - -``` -docker run -p 9878:9878 apache/ozone -``` - -And you can use AWS S3 cli: - -``` -aws s3api --endpoint http://localhost:9878/ create-bucket --bucket=wordcount -aws s3 --endpoint http://localhost:9878 cp --storage-class REDUCED_REDUNDANCY /tmp/testfile s3://wordcount/testfile -``` - -### Run Ozone from released artifact - -If you need a more realistic cluster, you can [download](https://hadoop.apache.org/ozone/downloads/) the last (binary) release package, and start a cluster with the help of docker-compose: - -After you untar the binary: - -``` -cd compose/ozone -docker-compose up -d --scale datanode=3 -``` - -The `compose` folder contains different sets of configured clusters (secure, HA, mapreduce example), you can check the various subfolders for more examples. - -### Run on Kubernetes - -Ozone is a first class citizen of the Cloud-Native environments. The binary package contains multiple sets of K8s resource files to show how it can be deployed. - -## Build from source - -Ozone can be built with [Apache Maven](https://maven.apache.org): - -``` -mvn clean install -DskipTests -``` - -And can be started with the help of Docker: - -``` -cd hadoop-ozone/dist/target/ozone-*/compose/ -docker-compose up -d scale datanode=3 -``` -For more information, you can check the [Contribution guideline](./CONTRIBUTION.md) - -## Contribute - -All contributions are welcome. - - 1. Please open a [Jira](https://issues.apache.org/jira) issue - 2. And create a pull request - -For more information, you can check the [Contribution guideline](./CONTRIBUTION.md) - -## License - -The Apache Hadoop Ozone project is licensed under the Apache 2.0 License. See the [LICENSE](./LICENSE.txt) file for details. diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..0b864c8 --- /dev/null +++ b/README.txt @@ -0,0 +1,8 @@ +For the latest information about Apache Hadoop Ozone, please visit our website +at: + + https://hadoop.apache.org/ozone/ + +and our wiki, at: + + https://cwiki.apache.org/confluence/display/HADOOP/Ozone+Contributor+Guide --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-commits-h...@hadoop.apache.org