Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion hadoop-hdds/docs/content/_index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
name: Ozone
title: Overview
menu: main
weight: -10
Expand Down Expand Up @@ -29,7 +30,7 @@ Apart from scaling to billions of objects of varying sizes,
Ozone can function effectively in containerized environments
like Kubernetes._* <p>

Applications like Apache Spark, Hive and YARN, work without any modifications when using Ozone. Ozone comes with a [Java client library]({{<ref "JavaApi.md">}}), [S3 protocol support]({{< ref "S3.md" >}}), and a [command line interface]({{< ref "shell/_index.md" >}}) which makes it easy to use Ozone.
Applications like Apache Spark, Hive and YARN, work without any modifications when using Ozone. Ozone comes with a [Java client library]({{<ref "JavaApi.md">}}), [S3 protocol support]({{< ref "S3.md" >}}), and a [command line interface]({{< ref "Cli.md" >}}) which makes it easy to use Ozone.

Ozone consists of volumes, buckets, and keys:

Expand Down
2 changes: 1 addition & 1 deletion hadoop-hdds/docs/content/_index.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ weight: -10
Ozone 不仅能存储数十亿个不同大小的对象,还支持在容器化环境(比如 Kubernetes)中运行。_* <p>

Apache Spark、Hive 和 YARN 等应用无需任何修改即可使用 Ozone。Ozone 提供了 [Java API]({{<
ref "JavaApi.zh.md" >}})、[S3 接口]({{< ref "S3.zh.md" >}})和[命令行接口]({{< ref "shell/_index.zh.md" >}}),极大地方便了 Ozone
ref "JavaApi.zh.md" >}})、[S3 接口]({{< ref "S3.zh.md" >}})和命令行接口,极大地方便了 Ozone
在不同应用场景下的的使用。

Ozone 的管理由卷、桶和键组成:
Expand Down
234 changes: 0 additions & 234 deletions hadoop-hdds/docs/content/beyond/Containers.md

This file was deleted.

Loading