forked from spazm/hadoop-streaming-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
68 lines (50 loc) · 2.64 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Revision history for {{$dist->name}}
{{$NEXT}}
0.122420 2012-08-28 23:35:45 America/Los_Angeles
0.113160 2011-11-12 15:49:32 America/Los_Angeles
Use Any::Moose instead of Moose. This allows users to choose between
Moose and Mouse. Is compile and start up actually faster this way?
As per request from Steve Caldwell @ Campus Explorer.
Pass @INC to sub-process perl processes while doing testing (so we
test with the new version, not installed version, of Hadoop::Streaming)
Improve pod in Hadoop::Streaming by including an example of using
jar command and hadoop -archives flag.
0.110030 2011-01-03 12:23:21 America/Los_Angeles
switch build from AutoPrereq to AutoPrereqs, as per RJBS the former is EOL.
Correct Synopsis section in Hadoop::Streaming parent doc, thanks to error report from Frank S Fejes III
0.103190 2010-11-15 02:38:55 PST8PDT
user patch to allow tabs in reducer input data - Steve Caldwell @ Campus Explorer
0.102520 2010-09-09 10:13:02 PST8PDT
Fixed module documentation in Hadoop::Streaming, corrected function signatures to include $self as first arg.
0.102490 2010-09-06 09:34:59 PST8PDT
Added module documentation to Hadoop::Streaming.pm
0.101881 2010-07-07 15:53:10 PST8PDT
Add PkgVersion back to dist.ini, so VERSION is properly defined for the modules. This was included in a previous Dist::Zilla bundle.
0.101880 2010-07-07 08:55:46 PST8PDT
Add Hadoop::Streaming.pm base module for documentation purposes
Switch to using Config module to get perl location for tests.
0.101860 2010-07-05 13:42:34 EST5EDT
improve tests to catch error conditions for reporting when
external commands fail.
add support for hadoop messages: counter and status.
change Dist::Zilla dist.ini files
Add abstract headers.
0.100270 2010-01-26 22:49:42 PST8PDT
Changed map signature. Now called as $self->map( $line )
instead of $self->map( $key, $value ) with key always undef.
Add sort.pl to replace external dependency on sort.
Move tests to use /usr/bin/env perl instead of /usr/bin/perl.
0.100060 2010-01-05 23:30:09 PST8PDT
Fixed failing tests on Solaris and FreeBSD, caused by differences
in sort locale.
Updated dist.ini
0.100050 2010-01-05 04:22:37 PST8PDT
First CPAN release.
Cloned from naoya at github ( http://github.com/naoya/ )
Moved from Hadoop:: to Hadoop::Streaming::
Started using Dist::Zilla
Added documentation --> pod coverage went from 0% to 100%
Added tests to exercise the example code.
tests now require Test::Command
Added second example
Made both examples work correctly when run locally