#
創建數據庫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操作,使其可以