Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试编写一个打开 grunt shell 的 shell 脚本,在其中运行一个 pig 文件,然后将输出文件复制到本地机器。这可能吗?任何链接都会有所帮助!
您可以从命令行运行 pig 脚本:
#> pig -f script.txt
脚本的尾部可以执行 fs 命令以将数据“获取”回本地文件系统
grunt> fs -get /path/in/hdfs /local/path