rubydoop 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 82bf7b52baa55faaa4787d61890c72ad3eb7a9e1
4
- data.tar.gz: f48b41c4268d3bc970ef942b845bcab414a6714f
3
+ metadata.gz: 0970f82bf0eefadd14f0f73c594293962eafe352
4
+ data.tar.gz: a89133c1e664d276a174129316dae222cee5aa62
5
5
  SHA512:
6
- metadata.gz: 30b7c232ed09dc1425d1798f5828da8f9b109769f5fcc3dd9a1c97a71e35aad3605f49c3a84b3a52b879119df37357e9ee8bb81f6d85ba3f051f82c71b4b4624
7
- data.tar.gz: 218dc633c5038de6b8964bcfc57c2d8d582032d2a3216e715ac755807aa1585946ceac944417d738376b24b757a441d99f7d9e695b66c8cc606c8f4a46314a0a
6
+ metadata.gz: da02ef1154135f7d7d7ffa35b1dff4ebffe6a8fe6265ef2eb4567d7ab55330bb329ec0e2c6040cd487e4bd84ab5d2e3c0c9ad696eecdf065180f75f964eb7b2e
7
+ data.tar.gz: ca041c8e1b5109a005fcfe291ccfc8a7971bf6c629f855cc471efe5fef54fb3e091fb9c9c9cd94f9349979b5bd7af2e6b381ed42d1f9fd6d1d80a91b254fdcd9
Binary file
@@ -139,6 +139,9 @@ module Rubydoop
139
139
  end
140
140
  format.set_output_path(@job, Hadoop::Fs::Path.new(@output_dir))
141
141
  @job.set_output_format_class(format)
142
+ if options[:lazy]
143
+ Hadoop::Mapreduce::Lib::Output::LazyOutputFormat.set_output_format_class(@job, format)
144
+ end
142
145
  end
143
146
  @output_dir
144
147
  end
@@ -1,4 +1,4 @@
1
1
  module Rubydoop
2
2
  # @private
3
- VERSION = '1.2.0'
3
+ VERSION = '1.2.1'
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubydoop
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Theo Hultberg
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-12 00:00:00.000000000 Z
11
+ date: 2015-10-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Rubydoop embeds a JRuby runtime in Hadoop, letting you write map reduce code in Ruby without using the streaming APIs
14
14
  email: