I learned to create job flows through command line interface. I am using amazon elastic mapreduce cli to create and run job flows. My doubt is that I want to place my source files into the master node from s3 bucket using Bootstrap actions at creation time of the job flows created. I am using Pig Program in interactive mode to run my job flows .
I read documents for bootstrap actions but those things was not clear to me.
Thanks in advance can any one tell me how to copy my files from s3 bucket to the master node by using Bootstrap actions.