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

Popular posts from this blog

c++ - C/pp Sockets, recv()/send() works only under gdb -

GO: Serve static pages -

objective c - How to open front/back camera at the same time in iOS developing? -