Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
setup wrapper scripts don't work on AMI 5.2.0+ #1548
Comments
|
Huh, simply SSHing in and running the offending mapper command ( Maybe there's a bad |
|
Here's the error if you use
|
|
|
|
Huh, no, using |
|
|
|
It looks like there is something about the definition of By the way, it looks like |
|
I think the right approach is to patch
but this command (with
Currently, we reference |
|
Sent an email to the EMR product team so that there might eventually be an AMI version where we don't have to apply a workaround. |
|
I think this affects tasks and master node setup scripts, but not the bootstrap script (since that's not run inside Hadoop). Probably easier to just implement this for everything. There's little practical difference between running |
|
Finished writing a complex but largely transparent workaround. |
This command:
fails with the following task error:
This doesn't happen without the
setupcommand, so I'm guess it's something to do with/bin/sh?