Add Hadoop client to the clients list (#6672)

Addresses https://github.com/opensearch-project/documentation-website/issues/6638

Signed-off-by: Heather Halter <HDHALTER@AMAZON.COM>
This commit is contained in:
Heather Halter 2024-03-14 16:04:36 -07:00 committed by GitHub
parent 36918d1e18
commit 742cfd1d12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -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}