rubydoop 1.2.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/rubydoop.jar +0 -0
- data/lib/rubydoop/dsl.rb +3 -0
- data/lib/rubydoop/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0970f82bf0eefadd14f0f73c594293962eafe352
|
|
4
|
+
data.tar.gz: a89133c1e664d276a174129316dae222cee5aa62
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: da02ef1154135f7d7d7ffa35b1dff4ebffe6a8fe6265ef2eb4567d7ab55330bb329ec0e2c6040cd487e4bd84ab5d2e3c0c9ad696eecdf065180f75f964eb7b2e
|
|
7
|
+
data.tar.gz: ca041c8e1b5109a005fcfe291ccfc8a7971bf6c629f855cc471efe5fef54fb3e091fb9c9c9cd94f9349979b5bd7af2e6b381ed42d1f9fd6d1d80a91b254fdcd9
|
data/lib/rubydoop.jar
CHANGED
|
Binary file
|
data/lib/rubydoop/dsl.rb
CHANGED
|
@@ -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
|
data/lib/rubydoop/version.rb
CHANGED
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.
|
|
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-
|
|
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:
|