Module: Hadupils::Extensions::Hive::AuxJarsPath

Included in:
Hadupils::Extensions::Hive, Hadupils::Extensions::HiveSet
Defined in:
lib/hadupils/extensions/hive.rb

Instance Method Summary collapse

Instance Method Details

#hive_aux_jars_pathObject

A string representation of the hive auxiliary jars paths, based on #auxiliary_jars, suitable for usage as the value of HIVE_AUX_JARS_PATH within the environment.



99
100
101
# File 'lib/hadupils/extensions/hive.rb', line 99

def hive_aux_jars_path
  auxiliary_jars.collect {|jar| jar.strip}.join(',')
end