以前的仓库目录
/蜂巢/仓库
我的自定义仓库目录
ADL://storageaccount.azuredatalakestore.net/hivewarehouse
答案 0 :(得分:-1)
我不确定你是否在寻找这个答案......如果你想创建一个存储在自定义hdfs位置的hive表...那么在创建表时使用LOCATION关键字。 例如:
Create table <name> (
a string,
b bigint)
Row format delimited
Fields terminated by ','
LOCATION '<custom HDFS location>