mandy 0.4.992 → 0.4.993

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/bin/mandy-hadoop +1 -1
  3. metadata +1 -1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.992
1
+ 0.4.993
data/bin/mandy-hadoop CHANGED
@@ -92,7 +92,7 @@ begin
92
92
  raise(Mandy::HadoopJobFailure.new(job, result)) unless $?.to_i==0
93
93
 
94
94
  # puts "#{command}"
95
- input = output
95
+ input = "-input #{output}"
96
96
  end
97
97
  # print out the output location so caller can know where to get the results from
98
98
  puts output
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mandy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.992
4
+ version: 0.4.993
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Kent