From 742cfd1d124aeb481dfd7af657b153c037e9f850 Mon Sep 17 00:00:00 2001 From: Heather Halter Date: Thu, 14 Mar 2024 16:04:36 -0700 Subject: [PATCH] Add Hadoop client to the clients list (#6672) Addresses https://github.com/opensearch-project/documentation-website/issues/6638 Signed-off-by: Heather Halter --- _clients/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_clients/index.md b/_clients/index.md index 527879a9..7ce0acc2 100644 --- a/_clients/index.md +++ b/_clients/index.md @@ -35,6 +35,9 @@ OpenSearch provides clients for the following programming languages and platform * [OpenSearch .NET clients]({{site.url}}{{site.baseurl}}/clients/dot-net/) * **Rust** * [OpenSearch Rust client]({{site.url}}{{site.baseurl}}/clients/rust/) +* **Hadoop** + * [OpenSearch Hadoop client](https://github.com/opensearch-project/opensearch-hadoop) + For a client compatibility matrix, see the COMPATIBILITY.md file in the client's repository. {: .note}