Login using Social Account
     Continue with GoogleLogin using your credentials
Purpose: Apache Hive is a data warehouse software project built on top of Apache Hadoop for providing data query and analysis. Hive gives an SQL-like interface to query data stored in various databases and file systems that integrate with Hadoop.
Home Page: https://hive.apache.org/
Documentation: https://cwiki.apache.org/confluence/display/HIVE
Related resources to learn: https://cloudxlab.com/assessment/playlist-intro/501/hive?course_id=1&playlist_id=501
How to get started:
In the web console tab on the right side of the screen, type the following command to launch Hive:
hive
Type the following command inside Hive to stop the hive prompt:
exit;
Type the following command to on the Command Prompt (not inside Hive) for help with Hive:
hive --help
In CloudxLab setup, Hive is on on c.cloudxlab, port 10000.
Taking you to the next exercise in seconds...
Want to create exercises like this yourself? Click here.
No hints are availble for this assesment
Answer is not availble for this assesment
Loading comments...