Releases: baidu/shuttle
Releases · baidu/shuttle
shuttle v0.1.2 release
Optimized version
Features
- Change the job id generation rule
- Optimize master which can handle long-tail effect
- Use multi-thread to optimize the shuffle service
- Provide block mode for client, use return value to check if job is succeeded
- Pull up reduce tasks in advance
- Fix a few bugs
shuttle v0.1.1 release
FATAL Bugs Fixed
Fixed a few fatal bugs in client and some bugs in master
shuttle v0.1.0 release
First version
Features:
- submit/kill/update a streaming/bistreaming map-only/map-reduce job
- check the status of the job and every tasks
- c++ sdk interface and command line client