Discover the power of Apache Ozone using the Hue File Browser

Published on 03 May 2023 in Version 5.0 / Browsing - 2 minutes read - Last modified on 09 May 2023

Greetings, Ozone users!

Hue officially supports browsing Apache Ozone using the Hue File Browser. Hue can be set-up to seamlessly read and write to a configured Apache Ozone filesystem service, and users can directly query from and save data in it.

Ozone Hue integration

Exploring the Ozone filesystem using Hue

Apache Ozone is a highly scalable, distributed storage solution for analytics, big data, and cloud native applications. It is an efficient object store and optimized for filesystem operations. Ozone offers a multi-protocol filesystem that now supports HttpFS REST APIs.

Hue integrates with these HttpFS APIs to offer a convenient method for browsing and accessing the entirety of an Ozone filesystem, including all volumes, buckets, and directories.

High Level Architecture

In addition to simplifying navigation, this approach allows for easier maintenance of the integration. As Ozone continues to expand support for additional HttpFS APIs, future updates to Hue will provide even greater functionality, such as expanded filesystem operations and capabilities!

Getting Started

To configure Hue for Ozone file browsing, make the necessary changes to the hue.ini configuration file. Add the following settings under [desktop], and within the [[ozone]] section:

[[[default]]]
fs_defaultfs=ofs://[**SERVICE_ID**]
webhdfs_url=http(s)://[***OZONE-HTTPFS-HOST***]:[***OZONE-HTTPFS-PORT***]/webhdfs/v1
ssl_cert_ca_verify=true
security_enabled=true

Where,

  • fs_defaultfs: Ozone service ID (HA mode) or URL for Ozone Manager (non-HA mode).
  • webhdfs_url: URL of HttpFS endpoint for the running Ozone service.


For feedback, questions, or suggestions, feel free to comment on the GitHub Discussions and quick start SQL querying!

Upwards and Onwards!

Harsh and Ayush from the Hue Team


comments powered by Disqus

More recent stories

03 May 2023
Discover the power of Apache Ozone using the Hue File Browser
Read More
23 January 2023
Hue 4.11 and its new dialects and features are out!
Read More