# Hive client

### Hive client

Then you can launch hive client by:

hive

```
Logging initialized using configuration in jar:file:/home/bigdata2/hive/hive/lib/hive-common-3.1.2.jar!/hive-log4j2.properties 
Async: true
Hive Session ID = dda0a3f1-6f8b-4c8b-b565-ddc37cf14b89
Hive-on-MR is deprecated in Hive 2 and may not be available in the future versions. Consider using a different execution engine (i.e. spark, tez) or using Hive 1.X releases.
hive> show tables;
OK
x
Time taken: 0.45 seconds, Fetched: 1 row(s)
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://george-jen.gitbook.io/data-science-and-apache-spark/hive-client.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
