trafficbroker-mandy 0.2.4.5 → 0.2.4.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/bin/mandy-hadoop +6 -1
  2. metadata +1 -1
data/bin/mandy-hadoop CHANGED
@@ -20,6 +20,8 @@ payload = ARGV[4] ? Mandy::Packer.pack(ARGV[4]) : ARGV[0]
20
20
 
21
21
  require absolute_path(file)
22
22
 
23
+ output = nil
24
+
23
25
  Mandy::Job.jobs.each_with_index do |job, i|
24
26
 
25
27
  jobconf = job.settings.map { |key, value| %(-D #{key}='#{value}') }.join(' ')
@@ -37,4 +39,7 @@ Mandy::Job.jobs.each_with_index do |job, i|
37
39
 
38
40
  # puts "#{command}"
39
41
  input = output
40
- end
42
+ end
43
+
44
+ # print out the output location so caller can know where to get the results from
45
+ puts output
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trafficbroker-mandy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4.5
4
+ version: 0.2.4.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Kent