1. 2a840cc Merge branch 'master' into yingyi/fullstack_fix by buyingyi · 11 years ago
  2. 6f6cd16 remove extra method by pouria.pirzadeh · 11 years ago
  3. 7b426df merge master to fix-mem branch by pouria.pirzadeh · 11 years ago
  4. 3d94fc5 Merge branch 'master' into pouria/fix-memory by pouria.pirzadeh · 11 years ago
  5. 8178fc0 Fixing Methods signature by pouria.pirzadeh · 11 years ago
  6. 4a777d6 fix to support non-default pregelix cc http ports by Jake Biesinger · 11 years ago
  7. 8736768 fix parsing of actual 64-bit values by Till Westmann · 11 years ago
  8. 09f2182 compatibility for for bash versions <4.0 by Jake Biesinger · 11 years ago
  9. 0b5368c add (optional) CC_HTTPPORT and JOB_HISTORY_SIZE to conf by Jake Biesinger · 11 years ago
  10. cb1573e fix for linux setting by buyingyi · 11 years ago
  11. a1596f7 fix client dyn-opt setting by Yingyi Bu · 11 years ago
  12. 497da87 1. make startcc/nc scripts flexible for different physical memory size; 2. add dynamic optimization option in the Client by Yingyi Bu · 11 years ago
  13. dc9db57 support heterogenous cluster by Yingyi Bu · 11 years ago
  14. 1441edc use Counters as partial value to simplify HadoopCountersAggregator by Jake Biesinger · 11 years ago
  15. 2e92683 add new example for Counters usage by Jake Biesinger · 11 years ago
  16. 3e16a28 add support for Hadoop Counters via job.setCounterAggregatorClass by Jake Biesinger · 11 years ago
  17. b92bafb add an "iteration complete" hook for aggregation/reporting across iterations by Jake Biesinger · 11 years ago
  18. 9ac5e40 fix NPE when no custom aggregator is set by Jake Biesinger · 11 years ago
  19. fc1224e allow global aggregators to be specified in xml by Jake Biesinger · 11 years ago
  20. 9998209 api for specifying update state for activate() and voteToHalt() by Jake Biesinger · 11 years ago
  21. dba399d merge master by buyingyi · 11 years ago
  22. fbf80a9 Merge branch 'master' of https://code.google.com/p/hyracks by buyingyi · 11 years ago
  23. 8bf4819 add APT for retrieving slave counters by buyingyi · 11 years ago
  24. 172f9dc dealing with empty counter by Yingyi Bu · 11 years ago
  25. 6a30f60 removed repetitive comment by ramangrover29 · 11 years ago
  26. 92003be Merge branch 'raman/master_feeds' of https://code.google.com/p/hyracks into raman/master_feeds by ramangrover29 · 11 years ago
  27. f4e8743 formatting by Raman Grover · 11 years ago
  28. 8108472 reformatting by Raman Grover · 11 years ago
  29. 743dfdf reformatting by Raman Grover · 11 years ago
  30. d3ac16f restoring default values for heartbeat_period and max_heartbeat_elapsed, temporarily changed for fault tolerance experiments by Raman Grover · 11 years ago
  31. 2e967a6 add the dyanmic optimization skeleton by buyingyi · 11 years ago
  32. 8c4d13f Merge branch 'master' into raman/master_feeds by Raman Grover · 11 years ago
  33. f40769a removed unnecessary fields in JobInfo by Raman Grover · 11 years ago
  34. 2891540 fix driver logging by buyingyi · 11 years ago
  35. 0954be8 let pregelix driver print perf. counter by Yingyi Bu · 11 years ago
  36. 4a9a3a8 fix jobgen by buyingyi · 11 years ago
  37. ff7f083 Merge branch 'master' into raman/master_feeds by ramangrover29 · 11 years ago
  38. b5554f6 1. add deployment retry 2. support plan switch by buyingyi · 11 years ago
  39. 7b324c9 fix linux io counter to return relative I/Os by buyingyi · 11 years ago
  40. 6f97468 fix the linux io counter by buyingyi · 11 years ago
  41. 4c4c3db add IO counters in the client library by buyingyi · 11 years ago
  42. c20e107 fix for the case iostat is not installed by buyingyi · 11 years ago
  43. c8777fe add I/O counter by buyingyi · 11 years ago
  44. d9cf2ab let system_load be average of a specified period by buyingyi · 11 years ago
  45. ccd6c9d add client counter collection by Yingyi Bu · 11 years ago
  46. 1feaebd fix application lifecyle mgmt in hyracks nc by buyingyi · 11 years ago
  47. acd27df Merge branch 'yingyi/fullstack_fix' by buyingyi · 11 years ago
  48. 79194d0 fix the pinned page issue during a node failure by Yingyi Bu · 11 years ago
  49. 249f480 Merge branch 'master' into raman/master_feeds by Raman Grover · 11 years ago
  50. 18bc24c changes to tracked locations assigned to an operator for each partition by Raman Grover · 11 years ago
  51. 7e6baac Make sure the validty bit in the metadata page is flushed to disk when marking a component to be valid. by salsubaiee · 11 years ago
  52. 5204349 NodeControllers clean up appEntryPoints on shutdown (2nd try) by Jake Biesinger · 11 years ago
  53. aae80a0 Merge branch 'yingyi/fullstack_fix' of https://code.google.com/p/hyracks into yingyi/fullstack_fix by buyingyi · 11 years ago
  54. e028990 fix an issue found by Sattam by buyingyi · 11 years ago
  55. 7b705be Merge branch 'master' into yingyi/fullstack_fix by Yingyi Bu · 11 years ago
  56. e8a9c3f Fix for issue 127. by salsubaiee · 11 years ago
  57. c192c9e minor fix for heartbeat state population by buyingyi · 11 years ago
  58. 288bb96 support multiple user-defined global aggregators by buyingyi · 11 years ago
  59. df9830b reverted the change of removing adjacent exchange operators by JArod · 11 years ago
  60. 26974ae updated hivestrix test case for running aggregation fix by JArod · 11 years ago
  61. 2f1f1df Fixed a bug on unclosed running aggregation runtime; fixed an issue on by JArod · 11 years ago
  62. 7d85059 Fixed the incorrect exchange merging introduced by the previous commit; by JArod · 11 years ago
  63. 486adf9 Fixed a bug on omitted order by columns when added an exchange operator by JArod · 11 years ago
  64. af6f94c Fixed a bug on unclosed running aggregation runtime; fixed an issue on by JArod · 11 years ago
  65. 1d1bd28 revert a minor change by buyingyi · 11 years ago
  66. fab7df9 revert a minor change by buyingyi · 11 years ago
  67. dfb026a fix IIndexAccessor interface, add a boolean exclusiveMode parameter for the createSearchCursor method by buyingyi · 11 years ago
  68. 674bf7e Merge branch 'master' into yingyi/fullstack_fix by buyingyi · 11 years ago
  69. a6bdfc9 fix file write race condition by buyingyi · 11 years ago
  70. 7a7795b Revert changes to InlineVariablesRule. by ecarm002@ucr.edu · 11 years ago
  71. d196e38 Merged hyracks master back into VXQuery branch. by ecarm002@ucr.edu · 11 years ago
  72. a7023ec Merged hyracks master back into VXQuery branch. by ecarm002@ucr.edu · 11 years ago
  73. 04374e9 Updated the policy to have a boolean function for entering nested plans. by ecarm002@ucr.edu · 11 years ago
  74. a1f2c5c Pages are decided to be dirty when the write latches are released. Optimized the scan and update cursor. by salsubaiee · 11 years ago
  75. b60e6fd cleanup pregelix job context by buyingyi · 11 years ago
  76. 2977393 add pagerank multi-job test by buyingyi · 11 years ago
  77. 76fa2e9 fix the duplicate jobid issue by buyingyi · 11 years ago
  78. 033e992 Merge branch 'master' into yingyi/fullstack_fix by buyingyi · 11 years ago
  79. 6add1ed support multiple concurrent jobs by buyingyi · 11 years ago
  80. 86387c8 Code style fix. by ecarm002@ucr.edu · 11 years ago
  81. d2ddcc2 The check for do not inline functions has been moved to a policy that is in Asterix. by ecarm002@ucr.edu · 11 years ago
  82. 6f95cab do not apply PullSelectOutOfEqJoin for LOJ by icetindil · 11 years ago
  83. 7e5b162 Merged hyracks master back into VXQuery branch. by ecarm002@ucr.edu · 11 years ago
  84. 0468d53 Update the interface to include better names and arguments. by ecarm002@ucr.edu · 11 years ago
  85. 368e35b turn the default configuration to be variable-sized vertex by buyingyi · 11 years ago
  86. fd1e147 disable in-place update for variable-sized updates by buyingyi · 11 years ago
  87. cf69ff4 Optimized search and split of the btree for monotonically increasing keys. by salsubaiee · 11 years ago
  88. bf89772 Merged hyracks master back into VXQuery branch. by ecarm002@ucr.edu · 11 years ago
  89. 832c88d Changed commented code to reflect master. by ecarm002@ucr.edu · 11 years ago
  90. 11f6604 use in-place update for smaller sized updates by buyingyi · 11 years ago
  91. 04f685e fix in-place update by buyingyi · 11 years ago
  92. c4f6577 fix the issue found by Genomix P4 algorithm by buyingyi · 11 years ago
  93. 963c7a0 make update tests more extensive by buyingyi · 11 years ago
  94. 31a29b7 Merge branch 'master' into yingyi/fullstack_fix by buyingyi · 11 years ago
  95. 7918e70 add update test by buyingyi · 11 years ago
  96. 5931ffe Fix for asterix issue 630. by salsubaiee · 11 years ago
  97. c03435d checkpoint: addressed Vinayak's review comments by JArod · 11 years ago
  98. 6c562f1 fix the shortestpaths input format by buyingyi · 11 years ago
  99. a9a19ee improve the performance of the reachability vertex and the shortest paths vertex by buyingyi · 11 years ago
  100. e23f041 Merge branch 'master' into pouria/fix-memory by pouria.pirzadeh · 11 years ago