Skip to content

Releases: baidu/shuttle

shuttle v0.1.2 release

30 Oct 10:23
Compare
Choose a tag to compare

Optimized version

Features

  1. Change the job id generation rule
  2. Optimize master which can handle long-tail effect
  3. Use multi-thread to optimize the shuffle service
  4. Provide block mode for client, use return value to check if job is succeeded
  5. Pull up reduce tasks in advance
  6. Fix a few bugs

shuttle v0.1.1 release

26 Oct 08:31
Compare
Choose a tag to compare

FATAL Bugs Fixed

Fixed a few fatal bugs in client and some bugs in master

shuttle v0.1.0 release

23 Oct 07:36
Compare
Choose a tag to compare

First version

Features:

  1. submit/kill/update a streaming/bistreaming map-only/map-reduce job
  2. check the status of the job and every tasks
  3. c++ sdk interface and command line client