> For the complete documentation index, see [llms.txt](https://george-jen.gitbook.io/data-science-and-apache-spark/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://george-jen.gitbook.io/data-science-and-apache-spark/hive-client.md).

# 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)
```
