Created
February 23, 2011 02:04
-
-
Save makimoto/839846 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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