Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Data can be obtained from Hive in the following ways:

  1. Using HiveQL queries: Hive supports HiveQL (Hive query language) which is similar to SQL. Using HiveQL, users can write queries to retrieve data from the data warehouse.

  2. Using Hive APIs: Hive provides APIs for Java, Python, and other programming languages. These APIs can be used to retrieve data from the data warehouse.

  3. Using Hive command line interface: Hive provides its own command line interface (CLI) for entering commands to retrieve data from the data warehouse.

  4. Using Hive GUI tools: Hive also provides GUI tools like Hue, which can be used to retrieve data from the data warehouse.

Overall, there are multiple ways to obtain data from Hive, depending on the user's preference and skillset.