Skip to content

Releases: minyk/morphline-mr

0.6-hadoop2

28 Feb 04:39
Compare
Choose a tag to compare

This release includes

  • Add functionality to supply options from hadoop common options notation(#16).
  • Bumped up Kite to 1.0(#18).

0.5-hadoop2 release

15 Feb 11:57
Compare
Choose a tag to compare

Morphlines-MR 0.5 release.

  • Bump up hadoop version to 2.6.0
  • Bump up kite version to 0.18.0
  • Add writeCSV morphline custom command.
  • Fix mapper for test cases.

Bug fix release 0.4.1-hadoop2

24 Jan 01:36
Compare
Choose a tag to compare

Bug fix release.

  • now the MorphlinesMRDriver deletes an existing exception directory before job submit.

0.4-hadoop2

20 Jan 06:53
Compare
Choose a tag to compare
  • Exception data relocated with -e option.
  • Morphlines-mr counters locally archived with -c option.

Build with -DskipTests. Currently unit test will fail due to distributed cache.

Release 0.3 version

17 Nov 13:34
Compare
Choose a tag to compare

In this release,

  • Add document for grok dictionaries. #10
  • Add two examples. #3
  • Support ganglia for job metrics. #8

Build can be done with mvn clean package process-sources

Release 0.2.1 version

02 Nov 13:21
Compare
Choose a tag to compare
  • Add some counters for job information.
  • In this version, the morphlines configuration file should be in the HDFS. This problem will be fixed in the upcoming release.

Release 0.2 version

11 Oct 10:20
Compare
Choose a tag to compare

Add ExceptionPartitioner and IdentityReducer for unparsable log collection.