amazon web services - Can I keep the my pig scripts and shell scripts in aws EMR? -



amazon web services - Can I keep the my pig scripts and shell scripts in aws EMR? -

i have worked in cloudera box , set scripts in border node. new emr in aws ,so need ur suggestion.

what have done.

1.i have logged master node ssh using putty. 2. created folders set scripts.

i have read article set scripts in s3. may know there problem going approach, have mentioned.

do need stand ec2 linux , can set these scripts , phone call emr jobs ec2 box.

need ur view.

sanjeeb

the approach have taken correct. have scripts on emr master node s3. advantage of having on s3 that, if emr crashes, have scripts on s3. additionally, if executing multiple emr's, having script on s3 makes easier invoke s3 instead of copying each emr instance.

you can invoke pig scripts s3 using sh -c 'pig -f ..'

there no point in having additional ec2 running invoke jobs.

how calling emr jobs?

amazon-web-services amazon-ec2 emr amazon-emr

Comments

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -