Getting Started with various Tools

29 / 43

Hive

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:

  1. In the web console tab on the right side of the screen, type the following command to launch Hive:

    hive
    
  2. Type the following command inside Hive to stop the hive prompt:

    exit;
    
  3. 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.


No hints are availble for this assesment

Answer is not availble for this assesment

Loading comments...