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