你能不能让我知道"如何在grunt shell中了解猪模式(本地或HDFS)"?
e.g。
$ pig
将移至grunt shell
$ pig -x local
也会转移到grunt shell
我们如何确定我们是否遵循第一条路径或第二条路径进入grunt shell?
答案 0 :(得分:0)
Try using "ls". If you get a normal directory listing, you are in local, if you get an HDFS directory listing, then you are not local, but using HDFS.
local :
grunt> ls
file:/home/cloudera/Documents <dir>
HDFS :
grunt> ls
hdfs://quickstart.cloudera:8020/user/cloudera/.Trash <dir>