1. 486b792 - Added Tokenize Operator in addition to the bulkload operator changes that were made by Zachary Heilbron. by Taewoo Kim · 10 years ago
  2. 09da56b Added LSM component-level filters for all indexes. by salsubaiee · 11 years ago
  3. 396c18b Support big vertex in Pregelix. by Yingyi Bu · 11 years ago
  4. 26c6bb6 1. fix asterixdb issue 782 by Yingyi Bu · 11 years ago
  5. 0622e8e Several major changes in hyracks: by Yingyi Bu · 11 years ago
  6. 699f8e8 fixed issue 731, 740, and more by Young-Seok · 11 years ago
  7. 7ca932f fix for issue #732 by icetindil · 11 years ago
  8. 957933f changes to fix issue 727 by Young-Seok · 11 years ago
  9. 4a777d6 fix to support non-default pregelix cc http ports by Jake Biesinger · 11 years ago
  10. dc9db57 support heterogenous cluster by Yingyi Bu · 11 years ago
  11. 3e16a28 add support for Hadoop Counters via job.setCounterAggregatorClass by Jake Biesinger · 11 years ago
  12. b92bafb add an "iteration complete" hook for aggregation/reporting across iterations by Jake Biesinger · 11 years ago
  13. 8bf4819 add APT for retrieving slave counters by buyingyi · 11 years ago
  14. 2e967a6 add the dyanmic optimization skeleton by buyingyi · 11 years ago
  15. 2891540 fix driver logging by buyingyi · 11 years ago
  16. 0954be8 let pregelix driver print perf. counter by Yingyi Bu · 11 years ago
  17. 4a9a3a8 fix jobgen by buyingyi · 11 years ago
  18. b5554f6 1. add deployment retry 2. support plan switch by buyingyi · 11 years ago
  19. 288bb96 support multiple user-defined global aggregators by buyingyi · 11 years ago
  20. a6bdfc9 fix file write race condition by buyingyi · 11 years ago
  21. 76fa2e9 fix the duplicate jobid issue by buyingyi · 11 years ago
  22. 6add1ed support multiple concurrent jobs by buyingyi · 11 years ago
  23. 04f685e fix in-place update by buyingyi · 11 years ago
  24. c4f6577 fix the issue found by Genomix P4 algorithm by buyingyi · 11 years ago
  25. 31a29b7 Merge branch 'master' into yingyi/fullstack_fix by buyingyi · 11 years ago
  26. 89cafca Allowed user to specify the merging policy by salsubaiee · 11 years ago
  27. 4f0f3b5 fix raw binary comparator by buyingyi · 11 years ago
  28. cda3a02 fix raw normalized key computer by buyingyi · 11 years ago
  29. cefced5 use raw binary comparator internally for pregelix 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. fa53748 make failure-recovery work in multi-JVM test by buyingyi · 11 years ago
  34. 45c66bc fix fault-tolerance and error reporting to handle disk failures by buyingyi · 11 years ago
  35. 73c5f1a notifyHeartbeat in some non-heartbeat events by buyingyi · 11 years ago
  36. 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
  37. 5de6c71 1. fix the node failure scenario in job scheduler; 2. add fault-tolerance support and tests in pregelix by buyingyi · 11 years ago
  38. 34a2e65 fix the checkpoint writing for vertex checkpointing and message checkpointing by buyingyi · 11 years ago
  39. 9d71c88 support large-size global aggreate values by buyingyi · 11 years ago
  40. 8a42a36 pregelix-core uses appassembler for entry points by Jake Biesinger · 11 years ago
  41. a81ddbc clean up the checkpointing control by buyingyi · 11 years ago
  42. 15e90bb fix test jobs by buyingyi · 11 years ago
  43. 0a23941 print the full stack trace when failures propagate to pregelix driver by buyingyi · 11 years ago
  44. c900686 Merge branch 'yingyi/fullstack_fix' of https://code.google.com/p/hyracks into yingyi/fullstack_fix by buyingyi · 11 years ago
  45. 204eda8 implemented checkpoint read by buyingyi · 11 years ago
  46. e3351ad avoid hidden error message by sigmod · 11 years ago
  47. 3507013 add vertex checkpointing support by buyingyi · 11 years ago
  48. 92736c7 avoid btree update code path when the target entry has sufficient space by buyingyi · 11 years ago
  49. 2f37b5e add job concatenation support by buyingyi · 11 years ago
  50. 9a8fbb2 verify duplicate keys in bulkload by buyingyi · 11 years ago
  51. 206cdfc use hadoop's vlong and fix driver's re-attempt to be 1 by buyingyi · 11 years ago
  52. 7c8e4f9 let parititon constraint to be deterministic by buyingyi · 11 years ago
  53. 7ac14d4 making test cases smaller by buyingyi · 12 years ago
  54. 1815e01 add message overflow support by buyingyi · 12 years ago
  55. 4d1f7dd fix parameters by buyingyi · 12 years ago
  56. 43f3a31 for sattam to debug by buyingyi · 12 years ago
  57. 768b2d4b fix the BF key fields by buyingyi · 12 years ago
  58. 23e2e75 check in lsm support and test for sattam to debug by buyingyi · 12 years ago
  59. e1459ea merge master by buyingyi · 12 years ago
  60. 6bf2ffc add LSM support in pregelix by buyingyi · 12 years ago
  61. 0556d64 refactoring dataflow operators to be more general--suport both b-tree and lsm b-tree by buyingyi · 12 years ago
  62. e273a6b Pass a boolean argument to the bulkload to decides if checking for an empty index is needed. by salsubaiee · 12 years ago
  63. 994878e add the support for customized partitioner by buyingyi · 12 years ago
  64. 276bbc2 add/update license headers by Till Westmann · 12 years ago
  65. 1cb8b1f Fix for issue 450. by salsubaiee · 12 years ago
  66. 9fa942b reduce unnecessary B-Tree (non-inplace) update by buyingyi · 12 years ago
  67. 51f0034 add normalized key computer support in Pregelix by buyingyi · 12 years ago
  68. aca0eb0 support variable frame size in btree loading by buyingyi · 12 years ago
  69. 0aa3e0a address Madhu's review comments by buyingyi · 12 years ago
  70. 80bb3cc reintegrate fullstack_dynamic_deployment by buyingyi · 12 years ago
  71. 6ccde41 merged fullstack_asterix_stabilization -r3171:3236 --> fullstack_lsm_staging by zheilbron · 12 years ago
  72. a7ee757 merge -r3173:3188 https://hyracks.googlecode.com/svn/branches/fullstack_release_candidate@3234; merge -r 3209:3233 from trunk by buyingyi · 12 years ago
  73. e770ad6 fix the pregelix script to add CDH hadoop conf path into the classpath by buyingyi · 12 years ago
  74. f2782a8 fix code and scripts for rack-awareness by buyingyi · 12 years ago
  75. bb8f926 fix pregelix driver for the case hadoop_home is not set by buyingyi · 12 years ago
  76. 88f4804 merged from fullstack_asterix_stabilization to fullstack_lsm_staging -r3100:3171 by kisskys · 12 years ago
  77. 5d91c95 Merged fullstack_asterix_stabilization -r 3157:3163 by vinayakb · 12 years ago
  78. 9506d18 Merged fullstack_asterix_stabilization -r 2933:3157 by vinayakb · 12 years ago
  79. 26198a2 1. update script to add result-distribution paramteres; 2. fix rack-aware scheduler for boundary cases by buyingyi · 12 years ago
  80. caf0833 Merge fullstack_asterix_stabilization into fullstack_hyracks_result_distribution. by madhusudancs@gmail.com · 12 years ago
  81. f373130 merge r3038:3100 fullstack_asterix_stabilization -> fullstack_lsm_staging by zheilbron · 12 years ago
  82. 06c07f8 fix addVertex in the inner join plan by buyingyi · 12 years ago
  83. 98e9a9b update scripts by buyingyi · 12 years ago
  84. d6066cb 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
  85. 5728a70 merged hyracks_lsm_tree and fullstack_asterix_stabilization by zheilbron · 12 years ago
  86. a9b0c5b Merged fullstack_asterix_stabilization -r 2813:2933 by vinayakb · 12 years ago
  87. e5b8fab Merge fullstack_asterix_stabilization into fullstack_hyracks_result_distribution. by madhusudancs@gmail.com · 12 years ago
  88. e70acac fix a potential resource leak: still destroy applications when there are exceptions during job executions by buyingyi · 12 years ago
  89. 58f5056 Merge fullstack_asterix_stabilization into fullstack_hyracks_result_distribution branch. by madhusudancs@gmail.com · 12 years ago
  90. 26492ae remove patched hadoop code for pregelix by buyingyi · 12 years ago
  91. f4cbe83 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
  92. d5bdffa Merged fullstack_staging -r 2426:2786 by vinayakb · 12 years ago
  93. e94253e add insert/delete vertex support by buyingyi · 12 years ago
  94. d41b9b9 make example job outputs concise by buyingyi · 12 years ago
  95. 35b4a43 support job specific frame size in Pregelix by buyingyi · 12 years ago
  96. 8480793 Fixed pregelix tests to use INCApplicationEntryPoint. Fixed BTree example to use INCApplicationEntryPoint. Fixed POMs to have versions for all plugins by vinayakb · 12 years ago
  97. 79268c8 fix the language problem in the getip script by buyingyi · 12 years ago
  98. abb43f6 update startDebugNc.sh script by buyingyi · 12 years ago
  99. dc1927c update getip script for macos by buyingyi · 12 years ago
  100. 1d22d26 update scripts by buyingyi · 12 years ago