标签:本地 oca 测试 shell 文件 col 模式 pre 执行
记录 Hive 常用参数的配置
让 Hive 自动使用 Hadoop 的本地模式运行作业,提升处理性能
适合小文件,一般用于测试
set hive.exec.mode.local.auto=true;
在 Hive 命令行执行 Shell 语句
!sh ls -l /home/centos
在 Hive 命令行执行 HDFS 语句
dfs -ls / ;
标签:本地 oca 测试 shell 文件 col 模式 pre 执行
原文地址:https://www.cnblogs.com/share23/p/10225417.html