Hue aggregates interfaces which interact with most Apache Hadoop components and enables you to use Hadoop components with ease on a web UI. You can operate components such as HDFS, Hive, HBase, Yarn, MapReduce, Oozie and Spark SQL on the Hue web UI.
You have installed Hue, and the Kerberos authentication cluster is in the running state.
The system displays all available tables. You can enter a keyword of the table name to search for the desired table.
create table hue_table(id int,name string,company string) row format delimited fields terminated by ',' stored as textfile;