This repository has been archived by the owner on Jan 2, 2023. It is now read-only.
Releases: iconara/rubydoop
Releases · iconara/rubydoop
v1.2.1
v1.2.0
- New DSL syntax for defining whether jobs should run in parallel or sequentially. You can now describe complex workflows with parallel and sequential steps, see #29
- It's now easier to make sure that a job gets the input that a previous job wrote, see #26
- Support for custom input formats
- Support for using Java classes for mappers, reducers and most of the other configurations that take a class
- JRuby 1.6.x is no longer supported
Besides new features the test setup has been overhauled to make it easier to add new tests and a way to run integration style tests without shelling out to Hadoop. The tests are also no longer dependent on RVM.
This release was possible only because of @grddev and @jowl, thank you for your contributions!
v1.1.3
v1.1.2
v1.1.1
v1.1.0
- Fixes performance issues with combiners by using a single global runtime per JVM instead of a runtime per processor (mapper, reducer, combiner, etc.)
- The JRuby embedding code has been updated to be future proof
- Improved the gem packaging method to be more compatible with gems like jruby-openssl
- Support for YARN/Hadoop 2.0