1. e5918db support heterogenous cluster by Yingyi Bu · 12 years ago
  2. abaace5 add support for Hadoop Counters via job.setCounterAggregatorClass by Jake Biesinger · 12 years ago
  3. 3d13b34 add an "iteration complete" hook for aggregation/reporting across iterations by Jake Biesinger · 12 years ago
  4. 6582965 add APT for retrieving slave counters by buyingyi · 12 years ago
  5. b1464b5 add the dyanmic optimization skeleton by buyingyi · 12 years ago
  6. 45c1455 fix driver logging by buyingyi · 12 years ago
  7. a138a75 let pregelix driver print perf. counter by Yingyi Bu · 12 years ago
  8. 322fe68 fix jobgen by buyingyi · 12 years ago
  9. 6648e2b 1. add deployment retry 2. support plan switch by buyingyi · 12 years ago
  10. d653b2e support multiple user-defined global aggregators by buyingyi · 12 years ago
  11. 04a48a2 fix file write race condition by buyingyi · 12 years ago
  12. 2afcd23 fix the duplicate jobid issue by buyingyi · 12 years ago
  13. 25fa61f support multiple concurrent jobs by buyingyi · 12 years ago
  14. a5702c8 fix in-place update by buyingyi · 12 years ago
  15. 158610b fix the issue found by Genomix P4 algorithm by buyingyi · 12 years ago
  16. 5130f97 Merge branch 'master' into yingyi/fullstack_fix by buyingyi · 12 years ago
  17. eb32b69 Allowed user to specify the merging policy by salsubaiee · 12 years ago
  18. a9a0253 fix raw binary comparator by buyingyi · 12 years ago
  19. 696f31b fix raw normalized key computer by buyingyi · 12 years ago
  20. 7cab340 use raw binary comparator internally for pregelix by buyingyi · 12 years ago
  21. 5559e6a support both quick sort and merge sort as in-memory sort algorithms, but merge sort is the default one by buyingyi · 12 years ago
  22. 46bb2de fix the cache miss problem in the sort merge reader by buyingyi · 12 years ago
  23. 0608d01 lower the hearbeat setting for tests by buyingyi · 12 years ago
  24. a90e8c2 make failure-recovery work in multi-JVM test by buyingyi · 12 years ago
  25. dbcbcb7 fix fault-tolerance and error reporting to handle disk failures by buyingyi · 12 years ago
  26. db89e5e notifyHeartbeat in some non-heartbeat events by buyingyi · 12 years ago
  27. 80e1453 1. simply activity cluster planner for all-producers-to-all-consumers kind of connectors; 2. lower the NC task threads' priority by buyingyi · 12 years ago
  28. 61647d2 1. fix the node failure scenario in job scheduler; 2. add fault-tolerance support and tests in pregelix by buyingyi · 12 years ago
  29. 8990d45 fix the checkpoint writing for vertex checkpointing and message checkpointing by buyingyi · 12 years ago
  30. 536f660 support large-size global aggreate values by buyingyi · 12 years ago
  31. 93c2f1b pregelix-core uses appassembler for entry points by Jake Biesinger · 12 years ago
  32. bd2732c clean up the checkpointing control by buyingyi · 12 years ago
  33. 973f5f1 fix test jobs by buyingyi · 12 years ago
  34. 465548b print the full stack trace when failures propagate to pregelix driver by buyingyi · 12 years ago
  35. d1c3b07 Merge branch 'yingyi/fullstack_fix' of https://code.google.com/p/hyracks into yingyi/fullstack_fix by buyingyi · 12 years ago
  36. 74bf810 implemented checkpoint read by buyingyi · 12 years ago
  37. c4cc404 avoid hidden error message by sigmod · 12 years ago
  38. d85821e add vertex checkpointing support by buyingyi · 12 years ago
  39. 8b13819 avoid btree update code path when the target entry has sufficient space by buyingyi · 12 years ago
  40. 32dd021 add job concatenation support by buyingyi · 12 years ago
  41. 45ed166 verify duplicate keys in bulkload by buyingyi · 12 years ago
  42. f5dfc4f use hadoop's vlong and fix driver's re-attempt to be 1 by buyingyi · 12 years ago
  43. dbedd59 let parititon constraint to be deterministic by buyingyi · 12 years ago
  44. 42ed68b making test cases smaller by buyingyi · 12 years ago
  45. f587b83 add message overflow support by buyingyi · 12 years ago
  46. c9e0b40 fix parameters by buyingyi · 12 years ago
  47. a287478 for sattam to debug by buyingyi · 12 years ago
  48. 1a9921e fix the BF key fields by buyingyi · 12 years ago
  49. 632233a check in lsm support and test for sattam to debug by buyingyi · 12 years ago
  50. 39bbdd8 merge master by buyingyi · 12 years ago
  51. 9d1c45a add LSM support in pregelix by buyingyi · 12 years ago
  52. a707bbe refactoring dataflow operators to be more general--suport both b-tree and lsm b-tree by buyingyi · 12 years ago
  53. e96d464 Pass a boolean argument to the bulkload to decides if checking for an empty index is needed. by salsubaiee · 12 years ago
  54. 55277bd add the support for customized partitioner by buyingyi · 12 years ago
  55. 2027c2d add/update license headers by Till Westmann · 12 years ago
  56. 09d6b4c Fix for issue 450. by salsubaiee · 12 years ago
  57. c21b5dd reduce unnecessary B-Tree (non-inplace) update by buyingyi · 12 years ago
  58. 0357bb6 add normalized key computer support in Pregelix by buyingyi · 12 years ago
  59. f7e5ef6 support variable frame size in btree loading by buyingyi · 12 years ago
  60. a1f0021 address Madhu's review comments by buyingyi · 12 years ago
  61. 2659628 reintegrate fullstack_dynamic_deployment by buyingyi · 12 years ago
  62. ad62f97 merged fullstack_asterix_stabilization -r3171:3236 --> fullstack_lsm_staging by zheilbron · 12 years ago
  63. 8ef5502 merge -r3173:3188 https://hyracks.googlecode.com/svn/branches/fullstack_release_candidate@3234; merge -r 3209:3233 from trunk by buyingyi · 12 years ago
  64. cf71f5d fix the pregelix script to add CDH hadoop conf path into the classpath by buyingyi · 12 years ago
  65. ea61777 fix code and scripts for rack-awareness by buyingyi · 12 years ago
  66. d08911a fix pregelix driver for the case hadoop_home is not set by buyingyi · 12 years ago
  67. 2a53d9c merged from fullstack_asterix_stabilization to fullstack_lsm_staging -r3100:3171 by kisskys · 12 years ago
  68. b29b99d Merged fullstack_asterix_stabilization -r 3157:3163 by vinayakb · 12 years ago
  69. d025b17 Merged fullstack_asterix_stabilization -r 2933:3157 by vinayakb · 12 years ago
  70. 1fd427e 1. update script to add result-distribution paramteres; 2. fix rack-aware scheduler for boundary cases by buyingyi · 12 years ago
  71. 0318b39 Merge fullstack_asterix_stabilization into fullstack_hyracks_result_distribution. by madhusudancs@gmail.com · 12 years ago
  72. 48ccc3e merge r3038:3100 fullstack_asterix_stabilization -> fullstack_lsm_staging by zheilbron · 12 years ago
  73. 29e45fd fix addVertex in the inner join plan by buyingyi · 12 years ago
  74. ef9ecbb update scripts by buyingyi · 12 years ago
  75. 715f745 Add the additional datasetIPAddress parameter required for the NCConfig in all the tests and implement the basic infrastructure required to run hyracks integration tests using ResultWriterOperatorDescriptor. by madhusudancs@gmail.com · 12 years ago
  76. f0145ae merged hyracks_lsm_tree and fullstack_asterix_stabilization by zheilbron · 12 years ago
  77. df60629 Merged fullstack_asterix_stabilization -r 2813:2933 by vinayakb · 12 years ago
  78. 607cc11 Merge fullstack_asterix_stabilization into fullstack_hyracks_result_distribution. by madhusudancs@gmail.com · 12 years ago
  79. 3bead19 fix a potential resource leak: still destroy applications when there are exceptions during job executions by buyingyi · 12 years ago
  80. ebaaa8c Merge fullstack_asterix_stabilization into fullstack_hyracks_result_distribution branch. by madhusudancs@gmail.com · 12 years ago
  81. 0972869 remove patched hadoop code for pregelix by buyingyi · 12 years ago
  82. f8b46bd 1. let hyracks-hdfs support hadoop new API\n 2. let Pregelix use hyracks-hdfs functionality;\n 3. increase degree-of-parallelism in tests by buyingyi · 12 years ago
  83. 5433f39 Merged fullstack_staging -r 2426:2786 by vinayakb · 12 years ago
  84. 05853ef add insert/delete vertex support by buyingyi · 13 years ago
  85. e7de283 make example job outputs concise by buyingyi · 13 years ago
  86. cdf45da support job specific frame size in Pregelix by buyingyi · 13 years ago
  87. 92d63c9 Fixed pregelix tests to use INCApplicationEntryPoint. Fixed BTree example to use INCApplicationEntryPoint. Fixed POMs to have versions for all plugins by vinayakb · 13 years ago
  88. f8d8e4a fix the language problem in the getip script by buyingyi · 13 years ago
  89. 491888b update startDebugNc.sh script by buyingyi · 13 years ago
  90. 0a36839 update getip script for macos by buyingyi · 13 years ago
  91. a550bb0 update scripts by buyingyi · 13 years ago
  92. 31c13bc update scripts by buyingyi · 13 years ago
  93. 24349f0 update scripts by buyingyi · 13 years ago
  94. edebb53 update stopnc script by buyingyi · 13 years ago
  95. 82e1247 fix getting ip address in complex scenarios by buyingyi · 13 years ago
  96. cbec023 make detailed timing output by buyingyi · 13 years ago
  97. 8b03929 lower the example cc xmx configuration. by buyingyi · 13 years ago
  98. 5a7e9f5 support default plan paramter by buyingyi · 13 years ago
  99. c2d266f fix the pregelix script to imporve the app deployment time by buyingyi · 13 years ago
  100. dd66cbc add start debug nc scripts, accroding to Hongzhi's feedback by buyingyi · 13 years ago