1. 1feaebd fix application lifecyle mgmt in hyracks nc by buyingyi · 11 years ago
  2. 79194d0 fix the pinned page issue during a node failure by Yingyi Bu · 11 years ago
  3. 5204349 NodeControllers clean up appEntryPoints on shutdown (2nd try) by Jake Biesinger · 11 years ago
  4. e028990 fix an issue found by Sattam by buyingyi · 11 years ago
  5. 288bb96 support multiple user-defined global aggregators by buyingyi · 11 years ago
  6. dfb026a fix IIndexAccessor interface, add a boolean exclusiveMode parameter for the createSearchCursor method by buyingyi · 11 years ago
  7. a6bdfc9 fix file write race condition by buyingyi · 11 years ago
  8. b60e6fd cleanup pregelix job context by buyingyi · 11 years ago
  9. 2977393 add pagerank multi-job test by buyingyi · 11 years ago
  10. 76fa2e9 fix the duplicate jobid issue by buyingyi · 11 years ago
  11. 6add1ed support multiple concurrent jobs by buyingyi · 11 years ago
  12. 368e35b turn the default configuration to be variable-sized vertex by buyingyi · 11 years ago
  13. fd1e147 disable in-place update for variable-sized updates by buyingyi · 11 years ago
  14. 11f6604 use in-place update for smaller sized updates by buyingyi · 11 years ago
  15. 04f685e fix in-place update by buyingyi · 11 years ago
  16. c4f6577 fix the issue found by Genomix P4 algorithm by buyingyi · 11 years ago
  17. 963c7a0 make update tests more extensive by buyingyi · 11 years ago
  18. 31a29b7 Merge branch 'master' into yingyi/fullstack_fix by buyingyi · 11 years ago
  19. 7918e70 add update test by buyingyi · 11 years ago
  20. 6c562f1 fix the shortestpaths input format by buyingyi · 11 years ago
  21. a9a19ee improve the performance of the reachability vertex and the shortest paths vertex by buyingyi · 11 years ago
  22. 465f68b merged master back by JArod · 11 years ago
  23. 89cafca Allowed user to specify the merging policy by salsubaiee · 11 years ago
  24. 4f0f3b5 fix raw binary comparator by buyingyi · 11 years ago
  25. cda3a02 fix raw normalized key computer by buyingyi · 11 years ago
  26. cefced5 use raw binary comparator internally for pregelix by buyingyi · 11 years ago
  27. 59d4e88 revise benchmark input/output format by buyingyi · 11 years ago
  28. ece0fd1 checkpoint: added support on running aggregation using group-by runtime. by JArod · 11 years ago
  29. 7b4cebf revise pregelix-benchmark by buyingyi · 11 years ago
  30. 0b9ac53 support both quick sort and merge sort as in-memory sort algorithms, but merge sort is the default one by buyingyi · 11 years ago
  31. 1471549 fix the cache miss problem in the sort merge reader by buyingyi · 11 years ago
  32. ba8d8c4 lower the hearbeat setting for tests by buyingyi · 11 years ago
  33. dccd21f address Vinayak's code review comments by buyingyi · 11 years ago
  34. 2ebc2d7 avoid input stream abstraction for vlong's comparator by buyingyi · 11 years ago
  35. fa53748 make failure-recovery work in multi-JVM test by buyingyi · 11 years ago
  36. b1f0cf9 set the test checkpointing peroid to be 2 by buyingyi · 11 years ago
  37. 45c66bc fix fault-tolerance and error reporting to handle disk failures by buyingyi · 11 years ago
  38. 73c5f1a notifyHeartbeat in some non-heartbeat events by buyingyi · 11 years ago
  39. 6ab4b50 1. simply activity cluster planner for all-producers-to-all-consumers kind of connectors; 2. lower the NC task threads' priority by buyingyi · 11 years ago
  40. 12289d0 Merge branch 'master' into yingyi/fullstack_fix by buyingyi · 11 years ago
  41. 5de6c71 1. fix the node failure scenario in job scheduler; 2. add fault-tolerance support and tests in pregelix by buyingyi · 11 years ago
  42. 34a2e65 fix the checkpoint writing for vertex checkpointing and message checkpointing by buyingyi · 11 years ago
  43. 2d1e203 Merge branch 'master' into salsubaiee/master_lsm by salsubaiee · 11 years ago
  44. 9d71c88 support large-size global aggreate values by buyingyi · 11 years ago
  45. 90b3444 pregelix driver adds given jar to its classpath by Jake Biesinger · 11 years ago
  46. 8a42a36 pregelix-core uses appassembler for entry points by Jake Biesinger · 11 years ago
  47. 219e1f7 Merge branch 'master' into salsubaiee/master_lsm by salsubaiee · 11 years ago
  48. a81ddbc clean up the checkpointing control by buyingyi · 11 years ago
  49. 15e90bb fix test jobs by buyingyi · 11 years ago
  50. 0a23941 print the full stack trace when failures propagate to pregelix driver by buyingyi · 11 years ago
  51. c900686 Merge branch 'yingyi/fullstack_fix' of https://code.google.com/p/hyracks into yingyi/fullstack_fix by buyingyi · 11 years ago
  52. 204eda8 implemented checkpoint read by buyingyi · 11 years ago
  53. e3351ad avoid hidden error message by sigmod · 11 years ago
  54. bc8a2c6 Implemented k-buffering for lsm indexes. Also add a fix for issues 589 and 594. by salsubaiee · 11 years ago
  55. 3507013 add vertex checkpointing support by buyingyi · 11 years ago
  56. 92736c7 avoid btree update code path when the target entry has sufficient space by buyingyi · 11 years ago
  57. 2f37b5e add job concatenation support by buyingyi · 11 years ago
  58. 55461b5 add runtime checks to improve pregelix debug-ability by buyingyi · 11 years ago
  59. c476ee3 cleanup client error message propagation by buyingyi · 11 years ago
  60. 9a8fbb2 verify duplicate keys in bulkload by buyingyi · 11 years ago
  61. c55dc65 add runtime checks for out-of-bound reads by buyingyi · 11 years ago
  62. 206cdfc use hadoop's vlong and fix driver's re-attempt to be 1 by buyingyi · 11 years ago
  63. 6f15a0a inherit Hadoop's VLongWritable format by buyingyi · 11 years ago
  64. 5f45390 insert upon non-existing key by buyingyi · 11 years ago
  65. b5dd651 use upsert instead of update by buyingyi · 11 years ago
  66. 7c8e4f9 let parititon constraint to be deterministic by buyingyi · 11 years ago
  67. ef2a84f a temp fix for size estimation by buyingyi · 11 years ago
  68. 648d11e fix the pregelix example driver to deal with multiple input paths by buyingyi · 11 years ago
  69. 0f63d8b [maven-release-plugin] prepare for next development iteration by buyingyi · 11 years ago
  70. 8b301e7 [maven-release-plugin] prepare release fullstack-0.2.9 by buyingyi · 11 years ago
  71. e44c40a add expected test result files by buyingyi · 11 years ago
  72. 585abfa [maven-release-plugin] rollback the release of fullstack-0.2.9 by buyingyi · 11 years ago
  73. 1cf801c [maven-release-plugin] prepare for next development iteration by buyingyi · 11 years ago
  74. 8ef21fa [maven-release-plugin] prepare release fullstack-0.2.9 by buyingyi · 11 years ago
  75. 7a09a2e refactoring by buyingyi · 11 years ago
  76. f26185f addd partition early termination support by buyingyi · 11 years ago
  77. b79c729 complete sizeestimation test by buyingyi · 11 years ago
  78. 636d621 address Vinayak's comments on open/close of vertex by buyingyi · 11 years ago
  79. 3862b6f code cleanup by buyingyi · 11 years ago
  80. 7ac14d4 making test cases smaller by buyingyi · 11 years ago
  81. 1815e01 add message overflow support by buyingyi · 11 years ago
  82. aeba25c [maven-release-plugin] prepare for next development iteration by buyingyi · 11 years ago
  83. 54d003f [maven-release-plugin] prepare release fullstack-0.2.8 by buyingyi · 11 years ago
  84. 814b302 [maven-release-plugin] rollback the release of fullstack-0.2.8 by buyingyi · 11 years ago
  85. b5a254d [maven-release-plugin] prepare release fullstack-0.2.8 by buyingyi · 11 years ago
  86. 3e3cf87 [maven-release-plugin] rollback the release of fullstack-0.2.8 by buyingyi · 11 years ago
  87. b953ee9 [maven-release-plugin] prepare for next development iteration by buyingyi · 11 years ago
  88. b83b3b0 [maven-release-plugin] prepare release fullstack-0.2.8 by buyingyi · 11 years ago
  89. 8210a97 [maven-release-plugin] prepare for next development iteration by buyingyi · 11 years ago
  90. 7833f6d [maven-release-plugin] prepare release fullstack-0.2.7 by buyingyi · 11 years ago
  91. ab353a3 add build scripts to generate hivestierx/pregelix distributions for different hadoop versions by buyingyi · 11 years ago
  92. 667df44 rename a method by buyingyi · 11 years ago
  93. f4fa2c7 add debugging utility scripts by buyingyi · 11 years ago
  94. 8027a49 cleanup hivesterix poms and assembly by buyingyi · 11 years ago
  95. fe8c141 Merged master by Vinayak Borkar · 11 years ago
  96. ef4c879 fix inl right outer join by buyingyi · 11 years ago
  97. 2ee91d9 add a no-budget index lifecyle manager by buyingyi · 11 years ago
  98. 5c6f7b5 changes for sattam to investigate the LSM budget calculation by buyingyi · 11 years ago
  99. 246ba6f increase the lsm mem budget to fix the budget exceed issue by buyingyi · 11 years ago
  100. 38af695 checkin the fixed bulk reload for Sattam to debug by buyingyi · 11 years ago