Hue (Hadoop User Experience) is an open-source web interface designed for data analysts using the Hadoop ecosystem. It is primarily used for data warehouse components such as Hive, file storage with HDFS, and data processing supported by Spark. Hue provides an easy-to-use interface that allows users to execute queries, browse datasets, and visualize analysis results through Beeswax (Hive's interface).
KDF Hue Component Enhancements
graph TB
ui[Hue UI] -- HTTP Requests --> server[Hue Server]
server -- Queries --> hive[(Hive)]
server -- File Operations --> hdfs[(HDFS)]
server -- Job Submission --> spark[Spark on Hive]
%% Hue Server interacts with Hue's own database for storing data like user information, job history, etc.
server -- Meta Data --> db[Hue DB]
style ui fill:#36f,stroke:#333,stroke-width:2px
style server fill:#ff6,stroke:#333,stroke-width:2px
style db fill:#f96,stroke:#333,stroke-width:2px
Hue is a web-based application that can be accessed through a browser. The components currently depended on by KDP Hue are:
The application can be installed using default configurations.
After installation, the application instance details page allows you to view the application access address and perform operational management operations such as updates and uninstallations.
Log in to the Hue login page using the root
account without a password.
After logging in, you can view Hive table data.
Check HDFS files.
On the application instance details page, Click "More Operations", you can jump to the Grafana Hue monitoring panel to view monitoring metric information.