1. 16c5e73 [NEMO-151] Add OutputWriters for addtional tagged outputs (#87) by Seonghyun Park · 6 years ago
  2. 6d35ddd [NEMO-171] Fix confusing ITCase input/output file names (#84) by John Yang · 6 years ago
  3. e93facc [NEMO-167] Rename Passes and Execution Properties (#83) by John Yang · 6 years ago
  4. 2597079 [NEMO-166] Do not attach NodeNamesProperty to Source Stages (#82) by Jangho Seo · 6 years ago
  5. 0da3f85 [NEMO-62] Support Multiple DAG Submission in a Single User Program (#73) by Won Wook SONG · 6 years ago
  6. 1a39efa [NEMO-165] Bug when a task reads from multiple parent tasks by John Yang · 6 years ago
  7. 3e9b400 [NEMO-164] Reduce Overhead of FreeSlotSchedulingConstraint (#79) by Jangho Seo · 6 years ago
  8. ad5386f [NEMO-2, 106, 117] Remove the /tests directory (#69) by WooYeon Lee · 6 years ago
  9. c7e39fb [NEMO-163] Update README.md to use Hadoop 2.7.2 (#78) by Jangho Seo · 6 years ago
  10. 9c83146 [NEMO-161] Make all injectable constructors private (#77) by Jangho Seo · 6 years ago
  11. 0af0383 [NEMO-141] Make vertices receiving push edge not comply executor slot (#74) by Sanha Lee · 6 years ago
  12. 6804b98 [NEMO-55] Handle NCS Master-to-Executor RPC failures (#71) by John Yang · 6 years ago
  13. 7439962 [NEMO-59] Skewed data-aware executor allocation (#72) by Jeongyoon Eo · 6 years ago
  14. 64a0912 [NEMO-71] Add NodeNamesAssignmentPass and Example Application (#62) by Jangho Seo · 6 years ago
  15. 100224c [NEMO-113] Update README (#70) by Jeongyoon Eo · 6 years ago
  16. 9fe914c [NEMO-20] RESTful APIs to Access Job State and Metric (#61) by Jae Hyeon Park · 6 years ago
  17. c3bd780 [NEMO-125] Fix data loss bug caused by SailfishSchedulingPolicy (#68) by Sanha Lee · 6 years ago
  18. df44252 [NEMO-54] Handle remote data fetch failures due to executor removal (#67) by John Yang · 6 years ago
  19. 5305e6b [NEMO-104] Move /tests/client into /client/test (#64) by WooYeon Lee · 6 years ago
  20. c7bdd27 [NEMO-124] Support DoFn#output(tag, output) (#63) by Seonghyun Park · 6 years ago
  21. b88accb [NEMO-61] Fix lost execution metric collection problem (#60) by Jae Hyeon Park · 6 years ago
  22. b621434 [NEMO-50] Carefully retry tasks in the scheduler (#59) by John Yang · 6 years ago
  23. 209369c [NEMO-73,75] SchedulingPolicy as Vertex-level Execution Property (#57) by Jangho Seo · 6 years ago
  24. 6db5b07 [NEMO-133] Remove run_external_app.sh (#58) by John Yang · 6 years ago
  25. 3493fba [NEMO-16] Implement collection of data from executor to client (#56) by Won Wook SONG · 6 years ago
  26. 9e58c32 [NEMO-126] Split ScheduleGroup by pull StageEdges by PhysicalPlanGenerator (#54) by Jangho Seo · 6 years ago
  27. 9e6124c [NEMO-127] Modify DefaultInterTaskDataStorePass not to overwrite property #55 by Jangho Seo · 6 years ago
  28. aa3bf8b [NEMO-123] Replace PendingTaskCollection with pointers to ScheduleGroups (#53) by John Yang · 6 years ago
  29. 3ac2759 [NEMO-122] Manage Task/Stage/Job states in one place (#52) by John Yang · 6 years ago
  30. add2b55 [NEMO-102] Stage Partitioning by PhysicalPlanGenerator (#51) by Jangho Seo · 6 years ago
  31. 7ef822b [NEMO-32] Support as byte[] encoding & decoding (#50) by Sanha Lee · 6 years ago
  32. 5dd93ac [NEMO-72] Instance-based Encoder/Decoder interface (#48) by Sanha Lee · 6 years ago
  33. 39482ae [NEMO-103] Implement RPC between Client and Driver (#45) by Jangho Seo · 6 years ago
  34. 88b7933 [NEMO-87] Remove unused BlockStates (#49) by John Yang · 6 years ago
  35. 8b79671 [NEMO-111] Remove ExecutionProperty.Key (#33) by Jangho Seo · 6 years ago
  36. 2c93e7b [NEMO-41] SonarCloud Bugs and Vulnerabilities for NemoCommon (#42) by Gyewon Lee · 6 years ago
  37. 9b0b133 [NEMO-113] Update README (#44) by Gyewon Lee · 6 years ago
  38. ff8a120 [NEMO-94] Clean up legacy TODOs (#36) by Taegeon Um · 6 years ago
  39. a266d40 [NEMO-83] Move /tests/runtime into /runtime/tests (#47) by Yunseong Lee · 6 years ago
  40. 31ed262 [NEMO-107] SonarCloud Bugs for Nemo Executor (#46) by Eunji Jeong · 6 years ago
  41. e224c5d [NEMO-112] Handle InterruptedException properly (#39) by Eunji Jeong · 6 years ago
  42. a8849bf [NEMO-43] Handle InterruptedException properly for Nemo Client (#43) by Eunji Jeong · 6 years ago
  43. 3362d3b [NEMO-48] Do not merge broadcasted data into a single partition (#38) by John Yang · 6 years ago
  44. f912822 [Nemo 108] SonarCloud Bugs and Vulnerabilities for Nemo Runtime Master (#41) by Eunji Jeong · 6 years ago
  45. e92926c [NEMO-74] Rename RoundRobinSchedulingPolicy (#40) by Yunseong Lee · 6 years ago
  46. 997abf2 [NEMO-114] Update copyright year for 2018 (#37) by Taegeon Um · 6 years ago
  47. 02eb7c0 [NEMO-35] Controlling logging levels while running tests (#35) by Taegeon Um · 6 years ago
  48. c294d34 [NEMO-105] Move /tests/common into /common/test (#34) by WooYeon Lee · 6 years ago
  49. 7ac7478 [NEMO-101] Make Coder as an execution property (#32) by Sanha Lee · 6 years ago
  50. 8df268f [NEMO-97] Refactor TaskExecutor and fix a sideinput bug (#31) by John Yang · 6 years ago
  51. ed205fe [NEMO-63] On-demand dynamic optimization metric aggregation (#30) by Jeongyoon Eo · 6 years ago
  52. 4d3ef80 [NEMO-12] Frontend support for Scala Spark (#28) by Sanha Lee · 6 years ago
  53. a387c4c [NEMO-95] Rename ExecutableTask to Task (#29) by John Yang · 6 years ago
  54. d418580 [NEMO-78] Rename PhysicalStage to Stage (#26) by John Yang · 6 years ago
  55. 1fbe99c [NEMO-49] Replace failed executor with a new executor (#27) by John Yang · 6 years ago
  56. 9941c1c [NEMO-79] Clean up the legacy Task (#24) by John Yang · 6 years ago
  57. 0d9a6ec [NEMO-68] Restrict the number of parallel connections between executors (#22) by JangHo Seo · 6 years ago
  58. 94761f4 [NEMO-67] Fix Communication Pattern for Beam CoGroupByKey transform (#23) by JangHo Seo · 6 years ago
  59. 4da2fc8 [NEMO-45] Distributed Nemo-Spark (#18) by Sanha Lee · 6 years ago
  60. 70b15a9 [NEMO-46] Make the operations on ExecutorRegistry atomic (#21) by John Yang · 6 years ago
  61. 2958d84 [NEMO-76] Rename TaskGroup to Task (#20) by John Yang · 6 years ago
  62. 9196c20 [NEMO-47] Use primitive types for AlternatingLeastSquare (#19) by John Yang · 6 years ago
  63. fbc39ba Merge pull request #17 from johnyangk/66-tests-scheduler by Jeongyoon Eo · 6 years ago
  64. 2105af6 move basic policies by John Yang · 6 years ago
  65. ec0b846 Merge branch 'master' into 66-tests-scheduler by John Yang · 6 years ago
  66. 27e2852 Merge pull request #5 from snuspl/27-ElementWiseWrite by Jeongyoon Eo · 6 years ago
  67. fabed6a address comments by sanha · 6 years ago
  68. c68f306 Merge remote-tracking branch 'apache/master' into 27-ElementWiseWrite by sanha · 6 years ago
  69. aabc7c7 merge by John Yang · 6 years ago
  70. f36d2e2 [NEMO-53] Make SchedulingPolicy Stackable (#15) by Jae Hyeon Park · 6 years ago
  71. 3a7177a tests pass by John Yang · 6 years ago
  72. b3d00dc address comment by sanha · 6 years ago
  73. de77ec1 move code by John Yang · 6 years ago
  74. fef3019 minor fix by sanha · 6 years ago
  75. 3cf3403 merge pipelining by sanha · 6 years ago
  76. 3f22abd Merge branch '27-ElementWiseWrite' of github.com:snuspl/incubator-nemo into 27-ElementWiseWrite by sanha · 6 years ago
  77. cf041f6 [NEMO-7] Intra-TaskGroup pipelining (#2) by Jeongyoon Eo · 6 years ago
  78. 033d814 [NEMO-38] Fix bugs and vulnerabilities for RuntimeMaster and RuntimeCommon (#14) by JangHo Seo · 6 years ago
  79. f03ed05 [NEMO-42] Make SchedulerRunner reactive, Ensure reverse-topological ordering in scheduling (#11) by JangHo Seo · 6 years ago
  80. de065b8 [NEMO-31] Community Standards (#10) by Won Wook SONG · 6 years ago
  81. ca3f347 [NEMO-43] Sonar cloud script (#13) by Won Wook SONG · 6 years ago
  82. 46a2dcc [NEMO-39] SonarCloud Bugs and Vulnerabilities for RuntimeExecutor by Sanha Lee · 6 years ago
  83. 0ea7451 Merge branch 'master' into 27-ElementWiseWrite by Sanha Lee · 6 years ago
  84. bd05b5a [NEMO-36] Make executor do not care about capcacity (#8) by Sanha Lee · 6 years ago
  85. a88aaf2 Merge branch 'master' into 27-ElementWiseWrite by Won Wook SONG · 6 years ago
  86. 61864b8 [NEMO-40] Solve SonarCloud issues for Frontend and Examples (#9) by Won Wook SONG · 6 years ago
  87. da7aa8e Merge branch 'master' into 27-ElementWiseWrite by Sanha Lee · 6 years ago
  88. 4b7244f Merge branch 'master' into 27-ElementWiseWrite by sanha · 6 years ago
  89. d30e25e [NEMO-34] SonarCloud (#7) by Won Wook SONG · 6 years ago
  90. f5103a3 handle block in BlockManagerWorker instead of BlockStore by sanha · 6 years ago
  91. f5e8545 resolve conflict by sanha · 6 years ago
  92. 7d8b9c3 [NEMO-26] Implement SourceLocationAwareSchedulingPolicy (#1) by JangHo Seo · 6 years ago
  93. 46af499 disable concurrent write in Blocks by sanha · 6 years ago
  94. d65227d debug dataskew by sanha · 6 years ago
  95. 80878f0 Merge remote-tracking branch 'upstream-inc/master' into 27-ElementWiseWrite by sanha · 6 years ago
  96. a065ea0 [NEMO-28] Javadoc and Travis (#4) by Won Wook SONG · 6 years ago
  97. 0745ac5 receive element in BlockStore & refactor partitioner interface by sanha · 6 years ago
  98. 2ca28cc [NEMO-29] Update GitHub Main README.md (#3) by jooykim · 6 years ago
  99. ee830d5 [Nemo-772] Reuse Duplicate data (#790) by Jae Hyeon Park · 6 years ago
  100. a887423 [Minor] Correct default path for executor configuration (#797) by JangHo Seo · 6 years ago