如何知道grunt shell中的猪模式?

时间:2015-10-28 11:41:25

标签: gruntjs apache-pig

你能不能让我知道"如何在grunt shell中了解猪模式(本地或HDFS)"?

e.g。

  1.   

    $ pig

    将移至grunt shell

  2.   

    $ pig -x local

  3. 也会转移到grunt shell

    我们如何确定我们是否遵循第一条路径或第二条路径进入grunt shell?

1 个答案:

答案 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>