-
Notifications
You must be signed in to change notification settings - Fork 11
Roadmap
emsixteeen edited this page Nov 12, 2012
·
6 revisions
- Multiple file input support
- Refactor API to be more intuitive, follow Hadoop patters
- Refactor Master/Workers for single compute() calls
- Refactor Updateable into Writables
- Fix Input / RecordParser to work more closely with native Hadoop InputFormats
- Fix RPC to allow for:
- More flexibility (random updates, non-blocking updates)
- More intelligent about workers (node checkin, dropout, etc.)
- Provide bindings for Java-GPU
- Provide JNI shim so workers can be in C++