#
創(chuàng)建數(shù)據(jù)庫create database if not exists sopdmcomment 'this is test database'with dbproperties('creator'='
一、常用數(shù)據(jù)庫命令1、查詢有哪些數(shù)據(jù)庫 show databases 2、查詢有哪些數(shù)據(jù)表:show tables3、顯示所有函數(shù): show functions4、使用use databa
一、hive在執(zhí)行sql時會以mapreduce的方式對數(shù)據(jù)進行接入和處理,其主要包含以下幾個階段:1.hive首先根據(jù)sql語句中的表從hdfs文件中獲取數(shù)據(jù),對數(shù)據(jù)文件進行split操作,使其可以