humboldt 1.0.0-java → 1.0.2-java

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: 7ca8c0825572a27fc4673c042f4d5677e250340a
4
- data.tar.gz: 910d598f4df79e42eda1bbf4d022db9a160c48c3
3
+ metadata.gz: 37a2d3fc7a3bc35d2da684d3359c9299da39b155
4
+ data.tar.gz: abbfab2107a18d0f4fa5e5d6ef9934d2d2d81028
5
5
  SHA512:
6
- metadata.gz: 6cf04eb473b93684dfde74f56ed6113d9c8d15fbfcc7686b33d878570a804ee5c29c11e0fdc29692b689f9b5039e8f0a21a93781d669c2ae4d4dc8384f7d436f
7
- data.tar.gz: 84d6fab2395c97ebda5eac18684371ee475ee336823a4cb936f11196b8905911436af418bfb3386649c6c3c2097095c38a1aab2ada827f56e33f8020c50e6f38
6
+ metadata.gz: 759cd4c0de2cd31a22019b6358fcb36dd26636d40dcc6766b78cd21d68a2f8894382cd7dcc177d996a7fea6506fb2a88d39ebe5b79036c542519cbd5ed82c3e9
7
+ data.tar.gz: af8dea70e46df9fa5a8526ebe9d2b7db44c189b61e89c29bbd895d1190a42dbfa1ad92e024be7f9f2eb6dd93a81f2a1f7f9a44a5e50d5293270efae18c94f718
@@ -93,8 +93,18 @@ module RunnerHelpers
93
93
  end
94
94
  end
95
95
  end
96
+
97
+ class FakeCounter
98
+ def initialize(&block)
99
+ @block = block
100
+ end
101
+
102
+ def increment(*args)
103
+ @block.call(*args)
104
+ end
105
+ end
96
106
  end
97
107
 
98
108
  RSpec.configure do |conf|
99
109
  conf.include(RunnerHelpers)
100
- end
110
+ end
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  module Humboldt
4
- VERSION = '1.0.0'.freeze
4
+ VERSION = '1.0.2'.freeze
5
5
  end
data/lib/humboldt.jar CHANGED
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: humboldt
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.2
5
5
  platform: java
6
6
  authors:
7
7
  - The Burt Platform Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-03 00:00:00.000000000 Z
11
+ date: 2015-04-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -66,25 +66,25 @@ executables:
66
66
  extensions: []
67
67
  extra_rdoc_files: []
68
68
  files:
69
- - bin/humboldt
70
- - config/emr-bootstrap/remove_old_jruby.sh
71
- - config/hadoop-local.xml
69
+ - lib/humboldt.rb
72
70
  - lib/ext/hadoop.rb
73
71
  - lib/ext/rubydoop.rb
74
- - lib/humboldt.jar
75
- - lib/humboldt.rb
76
72
  - lib/humboldt/cli.rb
77
73
  - lib/humboldt/emr_flow.rb
78
74
  - lib/humboldt/hadoop_status_filter.rb
79
75
  - lib/humboldt/java_lib.rb
80
76
  - lib/humboldt/mapper.rb
81
- - lib/humboldt/patterns/sum_reducer.rb
82
77
  - lib/humboldt/prefix_grouping.rb
83
78
  - lib/humboldt/processor.rb
84
79
  - lib/humboldt/reducer.rb
85
80
  - lib/humboldt/rspec.rb
86
81
  - lib/humboldt/type_converters.rb
87
82
  - lib/humboldt/version.rb
83
+ - lib/humboldt/patterns/sum_reducer.rb
84
+ - lib/humboldt.jar
85
+ - bin/humboldt
86
+ - config/hadoop-local.xml
87
+ - config/emr-bootstrap/remove_old_jruby.sh
88
88
  homepage: http://github.com/burtcorp/humboldt
89
89
  licenses:
90
90
  - BSD-3-Clause
@@ -105,7 +105,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
105
105
  version: '0'
106
106
  requirements: []
107
107
  rubyforge_project:
108
- rubygems_version: 2.2.2
108
+ rubygems_version: 2.1.9
109
109
  signing_key:
110
110
  specification_version: 4
111
111
  summary: Tools and libraries for simplifying running Rubydoop jobs locally and on AWS Elastic MapReduce