humboldt 1.0.3-java → 1.0.4-java
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/config/#hadoop-local.xml# +13 -0
- data/lib/humboldt/version.rb +1 -1
- data/lib/humboldt.jar +0 -0
- metadata +13 -18
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9da5a5b4547cd65b5d6aa4c3ee935eeef2d8a229
|
|
4
|
+
data.tar.gz: 93b14acb276b8bca0e829d6d2607c00ac52dd85c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f2d2538477838fe3d702f7d45b6341f5d3e8384d902990714a78077e25529f778d7d1dd91ad8c80483e6328bcca19fb92d86e40e846fe2b057795e7c3a131c9c
|
|
7
|
+
data.tar.gz: 469e95c30a54f85c3d5c927614ba098a0e1c5e62484bc6f7627e25811ff6de84de32abe833e6afb068621c219e3ff20b5d14d1a3b091db448738a91e7716259f
|
data/lib/humboldt/version.rb
CHANGED
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.
|
|
4
|
+
version: 1.0.4
|
|
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: 2015-
|
|
11
|
+
date: 2015-06-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -43,21 +43,15 @@ dependencies:
|
|
|
43
43
|
requirements:
|
|
44
44
|
- - '>='
|
|
45
45
|
- !ruby/object:Gem::Version
|
|
46
|
-
version: 1.
|
|
47
|
-
|
|
48
|
-
- !ruby/object:Gem::Version
|
|
49
|
-
version: 1.33.0
|
|
50
|
-
name: aws-sdk
|
|
46
|
+
version: 1.44.0
|
|
47
|
+
name: aws-sdk-v1
|
|
51
48
|
prerelease: false
|
|
52
49
|
type: :runtime
|
|
53
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
54
51
|
requirements:
|
|
55
52
|
- - '>='
|
|
56
53
|
- !ruby/object:Gem::Version
|
|
57
|
-
version: 1.
|
|
58
|
-
- - <
|
|
59
|
-
- !ruby/object:Gem::Version
|
|
60
|
-
version: 1.33.0
|
|
54
|
+
version: 1.44.0
|
|
61
55
|
description: Humboldt provides a mapreduce API abstraction built on top of Rubydoop, and tools to run Hadoop jobs effortlessly both locally and on Amazon EMR
|
|
62
56
|
email:
|
|
63
57
|
- theo@burtcorp.com
|
|
@@ -66,25 +60,26 @@ executables:
|
|
|
66
60
|
extensions: []
|
|
67
61
|
extra_rdoc_files: []
|
|
68
62
|
files:
|
|
69
|
-
-
|
|
70
|
-
- config/emr-bootstrap/remove_old_jruby.sh
|
|
71
|
-
- config/hadoop-local.xml
|
|
63
|
+
- lib/humboldt.rb
|
|
72
64
|
- lib/ext/hadoop.rb
|
|
73
65
|
- lib/ext/rubydoop.rb
|
|
74
|
-
- lib/humboldt.jar
|
|
75
|
-
- lib/humboldt.rb
|
|
76
66
|
- lib/humboldt/cli.rb
|
|
77
67
|
- lib/humboldt/emr_flow.rb
|
|
78
68
|
- lib/humboldt/hadoop_status_filter.rb
|
|
79
69
|
- lib/humboldt/java_lib.rb
|
|
80
70
|
- lib/humboldt/mapper.rb
|
|
81
|
-
- lib/humboldt/patterns/sum_reducer.rb
|
|
82
71
|
- lib/humboldt/prefix_grouping.rb
|
|
83
72
|
- lib/humboldt/processor.rb
|
|
84
73
|
- lib/humboldt/reducer.rb
|
|
85
74
|
- lib/humboldt/rspec.rb
|
|
86
75
|
- lib/humboldt/type_converters.rb
|
|
87
76
|
- lib/humboldt/version.rb
|
|
77
|
+
- lib/humboldt/patterns/sum_reducer.rb
|
|
78
|
+
- lib/humboldt.jar
|
|
79
|
+
- bin/humboldt
|
|
80
|
+
- config/#hadoop-local.xml#
|
|
81
|
+
- config/hadoop-local.xml
|
|
82
|
+
- config/emr-bootstrap/remove_old_jruby.sh
|
|
88
83
|
homepage: http://github.com/burtcorp/humboldt
|
|
89
84
|
licenses:
|
|
90
85
|
- BSD-3-Clause
|
|
@@ -105,7 +100,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
105
100
|
version: '0'
|
|
106
101
|
requirements: []
|
|
107
102
|
rubyforge_project:
|
|
108
|
-
rubygems_version: 2.
|
|
103
|
+
rubygems_version: 2.1.9
|
|
109
104
|
signing_key:
|
|
110
105
|
specification_version: 4
|
|
111
106
|
summary: Tools and libraries for simplifying running Rubydoop jobs locally and on AWS Elastic MapReduce
|