Linux环境下Hive的安装

This commit is contained in:
罗祥
2019-05-30 14:53:48 +08:00
parent 2e207b2de1
commit 7f5fc3d045
2 changed files with 12 additions and 14 deletions

View File

@@ -33,8 +33,8 @@ Hive是一个构建在Hadoop之上的数据仓库它可以将结构化的数
可以用command-line shell和thriftjdbc两种方式来操作数据
+ **command-line shell**可以通过hive命令行的的方式来操作数据
+ **thriftjdbc**可以通过thrift协议按照标准的JDBC的方式操作数据。
+ **command-line shell**通过hive命令行的的方式来操作数据
+ **thriftjdbc**通过thrift协议按照标准的JDBC的方式操作数据。
### 2.2 Metastore