Project details for Lua MapReduce

Logo Lua MapReduce v0.4.0

by pakozm - December 23, 2015, 09:32:11 CET [ Project Homepage BibTeX Download ]

view (2 today), download ( 1 today ), 0 subscriptions

Description:

Lua-MapReduce framework implemented in Lua using luamongo driver and MongoDB as storage. It follows Iterative MapReduce for training of Machine Learning statistical models. Documentation stills almost inexistent, but two examples are provided:

  • WordCount task (MapReduce example)
  • APRIL-ANN toolkit digits classification task (Iterative MapReduce example)
Changes to previous version:
  • Updated to work with luamongo v0.5.0, which uses C++ driver legacy-1.1.0
BibTeX Entry: Download
Supported Operating Systems: Linux, Mac Os X
Data Formats: Agnostic
Tags: Machine Learning, Mapreduce, Mongodb
Archive: download here

Other available revisons

Version Changelog Date
v0.4.0
  • Updated to work with luamongo v0.5.0, which uses C++ driver legacy-1.1.0
December 23, 2015, 09:32:11
v0.3.6
  • Improved tuple implementation.
November 15, 2014, 13:20:01
v0.3.5
  • Use of tuple in emit function.
  • Added tuple for in-mutable and interned values.
  • Silent fault tolerance when non reduce jobs.
  • Added error message when mixing not-string and string keys in persistent_table objects.
  • Updated persistent table to allow lock and unlock methods.
  • Solved compilation problems in Travis CI.
November 14, 2014, 15:09:04
v0.3.4
  • Solved bug in reduce when num_reducers > 10
  • Added Travis CI compilation.
  • Improved efficiency of reduce merge using a heap queue.
June 23, 2014, 11:20:59
v0.3.3
  • Added Travis CI compilation.
  • Improved efficiency of reduce merge using a heap queue.
June 22, 2014, 19:26:50
v0.3.2

Initial Announcement on mloss.org.

May 30, 2014, 13:08:13

Comments

No one has posted any comments yet. Perhaps you'd like to be the first?

Leave a comment

You must be logged in to post comments.