Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save makimoto/839846 to your computer and use it in GitHub Desktop.
Save makimoto/839846 to your computer and use it in GitHub Desktop.
Common subdirectories: elastic-mapreduce-ruby/amazon and elastic-mapreduce-ruby-multiple-jobconf/amazon
diff -cN elastic-mapreduce-ruby/commands.rb elastic-mapreduce-ruby-multiple-jobconf/commands.rb
*** elastic-mapreduce-ruby/commands.rb 2011-02-14 14:35:14.000000000 +0900
--- elastic-mapreduce-ruby-multiple-jobconf/commands.rb 2011-02-23 10:01:37.000000000 +0900
***************
*** 525,531 ****
end
for jc in get_field(:jobconf, []) do
! stream_options << "-jobconf" << jc
end
# Note that the streaming options should go before command options for
--- 525,533 ----
end
for jc in get_field(:jobconf, []) do
! jc.split(",").each do |j|
! stream_options << "-jobconf" << j
! end
end
# Note that the streaming options should go before command options for
Common subdirectories: elastic-mapreduce-ruby/json and elastic-mapreduce-ruby-multiple-jobconf/json
Common subdirectories: elastic-mapreduce-ruby/samples and elastic-mapreduce-ruby-multiple-jobconf/samples
Common subdirectories: elastic-mapreduce-ruby/tests and elastic-mapreduce-ruby-multiple-jobconf/tests
Common subdirectories: elastic-mapreduce-ruby/uuidtools and elastic-mapreduce-ruby-multiple-jobconf/uuidtools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment