Hue Platform
(Redirected from Hue)
Jump to navigation
Jump to search
A Hue Platform is a cluster UI platform for Hadoop clusters.
- AKA: Hadoop User Experience Platform.
- …
- Example(s):
- HUE 3.7.1
- See: Apache Drill, Hue Server.
References
2015
- http://www.cloudera.com/content/www/en-us/documentation/archive/cdh/4-x/4-3-0/CDH4-Installation-Guide/cdh4ig_topic_15.html
- QUOTE: Hue is a suite of applications that provide web-based access to CDH components and a platform for building custom applications.
- http://www.cloudera.com/content/www/en-us/documentation/archive/cdh/4-x/4-3-0/CDH4-Installation-Guide/cdh4ig_hue_database.html
- QUOTE: The Hue server requires an SQL database to store small amounts of data, including user account information as well as history of job submissions and Hive queries. The Hue server supports a lightweight embedded database and several types of external databases. If you elect to configure Hue to use an external database, upgrades may require more manual steps.
By default, Hue is configured to use the embedded database SQLite for this purpose, and should require no configuration or management by the administrator.
The default SQLite database used by Hue is located in /usr/share/hue/desktop/desktop.db. You can inspect this database from the command line using the sqlite3 program. For example:
- QUOTE: The Hue server requires an SQL database to store small amounts of data, including user account information as well as history of job submissions and Hive queries. The Hue server supports a lightweight embedded database and several types of external databases. If you elect to configure Hue to use an external database, upgrades may require more manual steps.
- http://github.com/cloudera/hue
- QUOTE: Hue is an open source Web interface for analyzing data with any Apache Hadoop: gethue.com
It features:
- SQL Editors for Hive, Impala, MySql, PostGres, Sqlite and Oracle
- Dynamic search dashboards for Solr
- Spark Notebooks.
- Browsers for YARN, HDFS, Hive table Metastore, HBase, ZooKeeper.
- Pig Editor, Sqoop2, Oozie workflows Editors and Dashboards.
- Wizards to import data into Hadoop.
- QUOTE: Hue is an open source Web interface for analyzing data with any Apache Hadoop: gethue.com