This is an automated email from the ASF dual-hosted git repository.
weichiu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone-site.git
The following commit(s) were added to refs/heads/master by this push:
new e4b849699 HDDS-14617. Remove redundant client page links under user
guide. (#334)
e4b849699 is described below
commit e4b849699dde1d2db1397e43959c76314feedb35
Author: Uma Maheswara Rao G <[email protected]>
AuthorDate: Wed Feb 11 09:53:07 2026 -0800
HDDS-14617. Remove redundant client page links under user guide. (#334)
---
docs/04-user-guide/02-clients/01-ozone.md | 13 -------------
docs/04-user-guide/02-clients/02-hdfs.md | 9 ---------
docs/04-user-guide/02-clients/03-s3.md | 13 -------------
docs/04-user-guide/02-clients/README.mdx | 11 -----------
.../{03-integrations => 02-integrations}/01-hive.md | 0
.../{03-integrations => 02-integrations}/02-hue.md | 0
.../{03-integrations => 02-integrations}/03-iceberg.md | 0
.../{03-integrations => 02-integrations}/04-impala.md | 0
.../{03-integrations => 02-integrations}/05-oozie.md | 0
.../{03-integrations => 02-integrations}/06-spark.md | 0
.../{03-integrations => 02-integrations}/07-trino.md | 0
.../08-hadoop-distcp.md | 0
.../{03-integrations => 02-integrations}/09-flink.md | 0
.../{03-integrations => 02-integrations}/09-hbase.md | 0
.../{03-integrations => 02-integrations}/README.mdx | 0
docs/08-developer-guide/02-run/02-docker-compose.md | 2 +-
16 files changed, 1 insertion(+), 47 deletions(-)
diff --git a/docs/04-user-guide/02-clients/01-ozone.md
b/docs/04-user-guide/02-clients/01-ozone.md
deleted file mode 100644
index 8ad169b92..000000000
--- a/docs/04-user-guide/02-clients/01-ozone.md
+++ /dev/null
@@ -1,13 +0,0 @@
----
-sidebar_label: Ozone
----
-
-# The Ozone Client
-
-Document how to install, configure and run Ozone's client. This should also
include
-
-- Which interfaces it supports (ofs, o3, Java).
-- Information about configuration files it reads (core-site.xml, client log4j).
-- Environment variables and common JVM flags (`-D`) that can be used at the
CLI.
-
-**TODO:** File a subtask under
[HDDS-9858](https://issues.apache.org/jira/browse/HDDS-9858) and complete this
page or section.
diff --git a/docs/04-user-guide/02-clients/02-hdfs.md
b/docs/04-user-guide/02-clients/02-hdfs.md
deleted file mode 100644
index 03100864e..000000000
--- a/docs/04-user-guide/02-clients/02-hdfs.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-sidebar_label: HDFS
----
-
-# Using an HDFS Client With Ozone
-
-Link to HDFS documentation to install and configure an HDFS client. Document
how to configure it to work against Ozone. This should also include which
interfaces it supports (ofs, s3a).
-
-**TODO:** File a subtask under
[HDDS-9858](https://issues.apache.org/jira/browse/HDDS-9858) and complete this
page or section.
diff --git a/docs/04-user-guide/02-clients/03-s3.md
b/docs/04-user-guide/02-clients/03-s3.md
deleted file mode 100644
index 25c4328db..000000000
--- a/docs/04-user-guide/02-clients/03-s3.md
+++ /dev/null
@@ -1,13 +0,0 @@
----
-sidebar_label: S3
----
-
-# Using an S3 Client With Ozone
-
-Document how to set it up an S3 client to run against Ozone (access key and
secret key).
-
-- Any S3 compatible client should work against Ozone's S3 interface.
-- The Ozone Java client is not required to be present, but can be used to
generate secrets.
-- A kerberos principal is required to initially generate a secret.
-
-**TODO:** File a subtask under
[HDDS-9858](https://issues.apache.org/jira/browse/HDDS-9858) and complete this
page or section.
diff --git a/docs/04-user-guide/02-clients/README.mdx
b/docs/04-user-guide/02-clients/README.mdx
deleted file mode 100644
index 4d8a31e39..000000000
--- a/docs/04-user-guide/02-clients/README.mdx
+++ /dev/null
@@ -1,11 +0,0 @@
----
-sidebar_label: Clients
----
-
-# Ozone Clients
-
-import DocCardList from '@theme/DocCardList';
-
-This section provides instructions to install, configure, and run various
clients to read and write data to Ozone.
-
-<DocCardList/>
diff --git a/docs/04-user-guide/03-integrations/01-hive.md
b/docs/04-user-guide/02-integrations/01-hive.md
similarity index 100%
rename from docs/04-user-guide/03-integrations/01-hive.md
rename to docs/04-user-guide/02-integrations/01-hive.md
diff --git a/docs/04-user-guide/03-integrations/02-hue.md
b/docs/04-user-guide/02-integrations/02-hue.md
similarity index 100%
rename from docs/04-user-guide/03-integrations/02-hue.md
rename to docs/04-user-guide/02-integrations/02-hue.md
diff --git a/docs/04-user-guide/03-integrations/03-iceberg.md
b/docs/04-user-guide/02-integrations/03-iceberg.md
similarity index 100%
rename from docs/04-user-guide/03-integrations/03-iceberg.md
rename to docs/04-user-guide/02-integrations/03-iceberg.md
diff --git a/docs/04-user-guide/03-integrations/04-impala.md
b/docs/04-user-guide/02-integrations/04-impala.md
similarity index 100%
rename from docs/04-user-guide/03-integrations/04-impala.md
rename to docs/04-user-guide/02-integrations/04-impala.md
diff --git a/docs/04-user-guide/03-integrations/05-oozie.md
b/docs/04-user-guide/02-integrations/05-oozie.md
similarity index 100%
rename from docs/04-user-guide/03-integrations/05-oozie.md
rename to docs/04-user-guide/02-integrations/05-oozie.md
diff --git a/docs/04-user-guide/03-integrations/06-spark.md
b/docs/04-user-guide/02-integrations/06-spark.md
similarity index 100%
rename from docs/04-user-guide/03-integrations/06-spark.md
rename to docs/04-user-guide/02-integrations/06-spark.md
diff --git a/docs/04-user-guide/03-integrations/07-trino.md
b/docs/04-user-guide/02-integrations/07-trino.md
similarity index 100%
rename from docs/04-user-guide/03-integrations/07-trino.md
rename to docs/04-user-guide/02-integrations/07-trino.md
diff --git a/docs/04-user-guide/03-integrations/08-hadoop-distcp.md
b/docs/04-user-guide/02-integrations/08-hadoop-distcp.md
similarity index 100%
rename from docs/04-user-guide/03-integrations/08-hadoop-distcp.md
rename to docs/04-user-guide/02-integrations/08-hadoop-distcp.md
diff --git a/docs/04-user-guide/03-integrations/09-flink.md
b/docs/04-user-guide/02-integrations/09-flink.md
similarity index 100%
rename from docs/04-user-guide/03-integrations/09-flink.md
rename to docs/04-user-guide/02-integrations/09-flink.md
diff --git a/docs/04-user-guide/03-integrations/09-hbase.md
b/docs/04-user-guide/02-integrations/09-hbase.md
similarity index 100%
rename from docs/04-user-guide/03-integrations/09-hbase.md
rename to docs/04-user-guide/02-integrations/09-hbase.md
diff --git a/docs/04-user-guide/03-integrations/README.mdx
b/docs/04-user-guide/02-integrations/README.mdx
similarity index 100%
rename from docs/04-user-guide/03-integrations/README.mdx
rename to docs/04-user-guide/02-integrations/README.mdx
diff --git a/docs/08-developer-guide/02-run/02-docker-compose.md
b/docs/08-developer-guide/02-run/02-docker-compose.md
index 27ef38ce9..bb1b52278 100644
--- a/docs/08-developer-guide/02-run/02-docker-compose.md
+++ b/docs/08-developer-guide/02-run/02-docker-compose.md
@@ -169,5 +169,5 @@ cd hadoop-ozone/dist/target/ozone-*-SNAPSHOT/compose/
After setting up your development cluster:
-1. Explore the [Ozone CLI
documentation](/docs/04-user-guide/02-clients/01-ozone.md)
+1. Explore the [Ozone CLI
documentation](/docs/04-user-guide/01-client-interfaces/01-o3.md)
2. Experiment with the various compose configurations for specific use cases
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]