I have a ruby script that I want to use with Hive streaming. This script requires the use of an external gem. Because this gem is not installed on my data nodes, the script will not run.
I would prefer to be able to add this gem on a temporary basis just to run this job. Is there a way to include this gem to the distributed cache? Maybe as a zip? (e.g. ADD FILE custom_gem.zip)