创建数据库create database if not exists sopdmcomment 'this is test database'with dbproperties('creator'='
一、常用数据库命令1、查询有哪些数据库 show databases 2、查询有哪些数据表:show tables3、显示所有函数: show functions4、使用use databa
一、hive在执行sql时会以mapreduce的方式对数据进行接入和处理,其主要包含以下几个阶段:1.hive首先根据sql语句中的表从hdfs文件中获取数据,对数据文件进行split操作,使其可以