mandy 0.3.1 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/mandy-hadoop +1 -1
- metadata +2 -2
data/bin/mandy-hadoop
CHANGED
@@ -81,7 +81,7 @@ Mandy::Job.jobs.each_with_index do |job, i|
|
|
81
81
|
-reducer "ruby bootstrap.rb #{File.basename(payload)} reduce #{filename} '#{job.name}'" \
|
82
82
|
-file "#{payload}" \
|
83
83
|
-file "#{bootstrap_file}" \
|
84
|
-
-cmdenv #{cmdenv} \
|
84
|
+
#{ cmdenv.nil? ? '' : "-cmdenv #{cmdenv}" }\
|
85
85
|
-output "#{output}")
|
86
86
|
|
87
87
|
`#{command}`
|
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.3.
|
4
|
+
version: 0.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andy Kent
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2009-10-
|
13
|
+
date: 2009-10-05 00:00:00 +01:00
|
14
14
|
default_executable:
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|