apache pig - Amazon EMR: use .pigbootup file -
Is there a way to use .pigbootup file on Amazon? And if so, how can I do it with the command line?
Thank you in advance,
Cheers
.pigbootup The default location to look for is in the user's home directory ( $ HOME / .pigbootup
). You can change it down through the command line:
pig-dpig.load.default.statements = / tmp / myAlternatePigBootupFile
Comments
Post a Comment