-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,8 @@ | ||
--- | ||
title: "What's new in `rmr2` 3.3.0" | ||
title: "What's new in `rmr2` x.y.z" | ||
output: | ||
html_document: | ||
keep_md: true | ||
--- | ||
|
||
## Features | ||
|
||
* `dfs.ls`: backend-independent listing of directories | ||
* [`avro`](avro.apache.org/) input format | ||
|
||
## Enhancements | ||
|
||
* `equijoin` preserves keys in default reducer | ||
* default `backend.parameters` less intrusive, hopefully work for more people out of the box | ||
* added startup message about important Hadoop settings pointing to a help entry | ||
|
||
|
||
## Bugs Fixed | ||
|
||
* `NA_character_` fully supported | ||
* `methods` imported explicitly, apparently it's now necessary | ||
* outer joins don't force users to return only lists from reducers | ||
* `hdfs.cmd` heuristics are less brittle | ||
We switched to using the github [release page](https://github.com/RevolutionAnalytics/rmr2/releases). Please head there and update your links or bookmarks. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,3 @@ | ||
# What's new in `rmr2` 3.3.0 | ||
# What's new in `rmr2` x.y.z | ||
|
||
## Features | ||
|
||
* `dfs.ls`: backend-independent listing of directories | ||
* [`avro`](avro.apache.org/) input format | ||
|
||
## Enhancements | ||
|
||
* `equijoin` preserves keys in default reducer | ||
* default `backend.parameters` less intrusive, hopefully work for more people out of the box | ||
* added startup message about important Hadoop settings pointing to a help entry | ||
|
||
|
||
## Bugs Fixed | ||
|
||
* `NA_character_` fully supported | ||
* `methods` imported explicitly, apparently it's now necessary | ||
* outer joins don't force users to return only lists from reducers | ||
* `hdfs.cmd` heuristics are less brittle | ||
We switched to using the github [release page](https://github.com/RevolutionAnalytics/rmr2/releases). Please head there and update your links or bookmarks. |