pig脚本的参数传入,多个参数传入
2024-08-24 02:26:38
pig脚本里传入参数,命令如下
pig -p year=2014 -f test_parm.pig
也可以
pig -f test_parm.pig -p year=2014
-f后面必须紧跟脚本名称
如果没有-f,则必须用
pig -p year=2014 test_parm.pig
其他格式都是错的。
另外,-param和-p相同,注意不要写成-parm,在python中-param可以执行
多参数传入格式:
pig -p date=2014-07-30 -p year=2014 -f test_parm.pig
pig -param date=2014-07-30 -param year=2014 -f test_parm.pig
而传入的参数可以直接作为字符串使用,如输入路径的文件夹名
%default cleanedLog /user/wizad/data/wizad/cleaned/$date/*/part*
最新文章
- UC浏览器 分享到朋友圈和微信好友 分类: JavaScript 2015-04-28 14:45 615人阅读 评论(1) 收藏
- 开源一个silverlight上的文本编辑器:SlEditor
- windows下apache+php+mysql 环境配置方法
- sublime text 也能矩形选择
- POJ 1611
- Spring SqlRowSet example--转载
- EasyUI + Spring MVC + hibernate实现增删改查导入导出
- Find the capitals
- Win10中英文的切换
- unity3d Find()使用
- 浅析 MySQL Replication(本文转自网络,非本人所写)
- c++ windows下declspec
- mysql uodate select子查询
- 笔记:Maven 仓库及配置详解
- machine learning 之 Anomaly detection
- 多线程(5)async&;await
- vue scrolle在tab 中使用
- git命令-切换分支
- #error ";OpenCV 4.x+ requires enabled C++11 support";解决方法
- Ubuntu下安装和使用开源的tts软件Flite