-
Notifications
You must be signed in to change notification settings - Fork 14
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
3 additions
and
2 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 |
---|---|---|
|
@@ -7,7 +7,7 @@ Author: Allen Day | |
Maintainer: Allen Day <[email protected]> | ||
License: GPL (>= 2) | ||
LazyLoad: yes | ||
Depends: R (>= 2.1.0), methods, rjson | ||
Depends: R (>= 2.1.0), methods, permute, rjson | ||
Description: Storm is a distributed real-time computation system. Similar to how | ||
Hadoop provides a set of general primitives for doing batch processing, Storm | ||
provides a set of general primitives for doing real-time computation. | ||
|
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,3 +1,4 @@ | ||
import("rjson") | ||
import("methods") | ||
import("permute") | ||
import("rjson") | ||
export(Storm, Tuple) |