mrtoolkit 0.1.3 → 0.1.4
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.
- data/VERSION.yml +1 -1
- data/lib/stream_runner.rb +1 -1
- metadata +8 -28
- data/.gitignore +0 -6
data/VERSION.yml
CHANGED
data/lib/stream_runner.rb
CHANGED
@@ -25,7 +25,7 @@ streaming_version = ENV['HADOOP_STREAMING_VERSION']
|
|
25
25
|
streaming_version ="0.20.0" unless streaming_version
|
26
26
|
|
27
27
|
HADOOP_HOME=ENV['HADOOP_HOME']
|
28
|
-
HADOOP_STREAMING=Dir.glob("#{HADOOP_HOME}/contrib/streaming/hadoop*streaming
|
28
|
+
HADOOP_STREAMING=Dir.glob("#{HADOOP_HOME}/contrib/streaming/hadoop*streaming*.jar").find{|f| f.include?(streaming_version)}
|
29
29
|
|
30
30
|
class StreamRunner
|
31
31
|
def expand_path(file)
|
metadata
CHANGED
@@ -1,13 +1,8 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mrtoolkit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
|
6
|
-
segments:
|
7
|
-
- 0
|
8
|
-
- 1
|
9
|
-
- 3
|
10
|
-
version: 0.1.3
|
4
|
+
prerelease:
|
5
|
+
version: 0.1.4
|
11
6
|
platform: ruby
|
12
7
|
authors:
|
13
8
|
- cchayden
|
@@ -17,7 +12,7 @@ autorequire:
|
|
17
12
|
bindir: bin
|
18
13
|
cert_chain: []
|
19
14
|
|
20
|
-
date: 2011-05-
|
15
|
+
date: 2011-05-16 00:00:00 -07:00
|
21
16
|
default_executable:
|
22
17
|
dependencies: []
|
23
18
|
|
@@ -31,7 +26,6 @@ extra_rdoc_files:
|
|
31
26
|
- README.rdoc
|
32
27
|
files:
|
33
28
|
- .document
|
34
|
-
- .gitignore
|
35
29
|
- Makefile
|
36
30
|
- README.rdoc
|
37
31
|
- Rakefile
|
@@ -68,8 +62,8 @@ homepage: http://github.com/jashmenn/mrtoolkit
|
|
68
62
|
licenses: []
|
69
63
|
|
70
64
|
post_install_message:
|
71
|
-
rdoc_options:
|
72
|
-
|
65
|
+
rdoc_options: []
|
66
|
+
|
73
67
|
require_paths:
|
74
68
|
- lib
|
75
69
|
required_ruby_version: !ruby/object:Gem::Requirement
|
@@ -77,33 +71,19 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
77
71
|
requirements:
|
78
72
|
- - ">="
|
79
73
|
- !ruby/object:Gem::Version
|
80
|
-
hash: 3
|
81
|
-
segments:
|
82
|
-
- 0
|
83
74
|
version: "0"
|
84
75
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
85
76
|
none: false
|
86
77
|
requirements:
|
87
78
|
- - ">="
|
88
79
|
- !ruby/object:Gem::Version
|
89
|
-
hash: 3
|
90
|
-
segments:
|
91
|
-
- 0
|
92
80
|
version: "0"
|
93
81
|
requirements: []
|
94
82
|
|
95
83
|
rubyforge_project:
|
96
|
-
rubygems_version: 1.
|
84
|
+
rubygems_version: 1.6.2
|
97
85
|
signing_key:
|
98
86
|
specification_version: 3
|
99
87
|
summary: Simplify the creation of Hadoop Map/Reduce jobs
|
100
|
-
test_files:
|
101
|
-
|
102
|
-
- examples/hour.rb
|
103
|
-
- examples/import.rb
|
104
|
-
- examples/ip-result.rb
|
105
|
-
- examples/ip-size.rb
|
106
|
-
- examples/ip-ua.rb
|
107
|
-
- examples/ip.rb
|
108
|
-
- examples/section.rb
|
109
|
-
- examples/top-file.rb
|
88
|
+
test_files: []
|
89
|
+
|