Chef-client issue on hadoop node

Hi all

Facing the below issue, while running chef-client in hadoop mysql node. Can anyone please assist?

Error executing action run on resource 'execute[join domain]'

Thanks

an execute resource is arbitrary shell code, so you'll need to find where that resource is defined to find out more. It could be executing pretty much anything, and failing for pretty much any reason. You're going to need to take a code dive into your cookbooks!