Hue provides the file browser function using a graphical user interface (GUI) so that you can view files and directories on Hive.
You have installed Hive and Hue, and the Kerberos authentication cluster 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;
Click and select Explain. The editor checks the syntax and execution plan of the entered HiveQL statements. If the statements have syntax errors, the editor reports Error while compiling statement.