You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by Marcello <0n...@bk.ru> on 2011/08/22 11:22:57 UTC

Define null or "" (empty) Pig param

Hey to everyone! ;)

Anyone knows, how do I pass null or empty -param through to pig script?

Following *does not* work:
/pig/bin/pig -param *rootPath=* MapProfile.pig
/pig/bin/pig -param *rootPath=''* MapProfile.pig
/pig/bin/pig -param *rootPath=""* MapProfile.pig
/pig/bin/pig -param *rootPath=null* MapProfile.pig


Thank you for your help.

--
View this message in context: http://lucene.472066.n3.nabble.com/Define-null-or-empty-Pig-param-tp3274486p3274486.html
Sent from the Hadoop lucene-users mailing list archive at Nabble.com.