1. e70acac fix a potential resource leak: still destroy applications when there are exceptions during job executions by buyingyi · 12 years ago
  2. 59744f9 fix a perf. issue: move conf.get() out of the update call by buyingyi · 12 years ago
  3. 6204e6b Fixed a bug where the lsm rtree search cursor was not resetting correctly when it is closed and re-opened again. Minor variable renaming. by salsubaiee · 12 years ago
  4. 698f3fa Add the new parameter to node controller info which takes result distribution tcp endpoint. by madhusudancs@gmail.com · 12 years ago
  5. dca02da Update hyracks api version to 0.2.3-SNAPSHOT. by madhusudancs@gmail.com · 12 years ago
  6. 58f5056 Merge fullstack_asterix_stabilization into fullstack_hyracks_result_distribution branch. by madhusudancs@gmail.com · 12 years ago
  7. 26492ae remove patched hadoop code for pregelix by buyingyi · 12 years ago
  8. af06318 The dataset API only gets the serialized descriptor. by madhusudancs@gmail.com · 12 years ago
  9. e9b8956 Revert hyracks api version back to 0.2.2 in the hope that it will be changed to 0.2.3 during full stack merge. by madhusudancs@gmail.com · 12 years ago
  10. 311bfb3 Implement the result handling method in hivestrix metadataprovider that returns nothing. by madhusudancs@gmail.com · 12 years ago
  11. 3daffb7 Implement a null returning dataset partition manager get method for tests. by madhusudancs@gmail.com · 12 years ago
  12. f8187e1 Fix an issue that arose during the merge of missing to merge a conflicted hunk. by madhusudancs@gmail.com · 12 years ago
  13. b1d369e Implement an interface to represent all objects that can be JSON serialized. by madhusudancs@gmail.com · 12 years ago
  14. d788caf Close the handle of the result storing file after it is completely read. by madhusudancs@gmail.com · 12 years ago
  15. 9a7bd81 Pass job and result set id to dataset partition writer too. by madhusudancs@gmail.com · 12 years ago
  16. df98536 Include result set id in the string identifier corresponding to a job. by madhusudancs@gmail.com · 12 years ago
  17. 4d84931 Add a missed line to report the starting of a job. by madhusudancs@gmail.com · 12 years ago
  18. a1801d9 Remove unnecessary suffix "Function" from the method a couple of get method names. by madhusudancs@gmail.com · 12 years ago
  19. 3b7514b Implement the client side of the RPC chain to fetch the job status from the client. by madhusudancs@gmail.com · 12 years ago
  20. 1180edf Implement support for determining and reporting job status. by madhusudancs@gmail.com · 12 years ago
  21. 5a98ef7 Add support for storing result status for a job in the dataset directory record. by madhusudancs@gmail.com · 12 years ago
  22. 49a6af0 Remove the unnecessary wait for getting the monitors since the client architecture has changed. by madhusudancs@gmail.com · 12 years ago
  23. d072edf Pass the IP address of the result distributor while starting up Hyracks NC. by madhusudancs@gmail.com · 12 years ago
  24. bc7dfa8 Update the tests to use the rewritten HyracksDataset API. by madhusudancs@gmail.com · 12 years ago
  25. 7990356 Implement the support in Algebricks to instantiate a result writer operator. by madhusudancs@gmail.com · 12 years ago
  26. 801ad55 Completely rewrite the HyracksDataset client API class to use the new serializer and fetch the records buffer by before. by madhusudancs@gmail.com · 12 years ago
  27. 6d90e3e Style and documentation fixes. by madhusudancs@gmail.com · 12 years ago
  28. 0b2aca3 Add the support to pass serialized record descriptor to the dataset directory service which was missed in the previous commit. by madhusudancs@gmail.com · 12 years ago
  29. 78f8c00 Remove the job id parameter to fetch the dataset directory service info. by madhusudancs@gmail.com · 12 years ago
  30. 37b7d29 Implement the client side of RPCs to give the clients the ability to retrieve serialized record descriptor. by madhusudancs@gmail.com · 12 years ago
  31. a66e9dc Rewrite the dataset directory service. by madhusudancs@gmail.com · 12 years ago
  32. dac14cf Pass the serialized record descriptor all the way upto dataset directory service in the RPC chain. by madhusudancs@gmail.com · 12 years ago
  33. a1e56ce Teach result writer operator about the record descriptor. by madhusudancs@gmail.com · 12 years ago
  34. 4bb03e9 Revert the hyracks version to 0.2.2 for all the packages. by madhusudancs@gmail.com · 12 years ago
  35. a712e6a Reintegrated changes from hyracks_lsm_experiments. by alexander.behm · 12 years ago
  36. bd55391 Merged hyracks_lsm_tree r2782:r2822. by alexander.behm · 12 years ago
  37. eec9c3d Added some comments. by alexander.behm · 12 years ago
  38. e52c9e2 Minor variable renaming change. by salsubaiee · 12 years ago
  39. b8b3ccc set ignore properties on bloomfilter modules by zheilbron · 12 years ago
  40. 7ffbb11 add tests for Hadoop new API code path by buyingyi · 12 years ago
  41. 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
  42. eb55df5 clean up hyracks-hdfs module by buyingyi · 12 years ago
  43. d75c678 Merged fullstack_asterix_stabilization -r 2809:2810 by vinayakb · 12 years ago
  44. 20a7a72 Merged fullstack_asterix_stabilization -r 2781:2808 by vinayakb · 12 years ago
  45. 0201e3e Fixed POM file by vinayakb · 12 years ago
  46. c0807e1 Merged fullstack_staging -r 2807:2808 by vinayakb · 12 years ago
  47. a8d545c Fixed issues in POM files. Ignored temporary files created during a build by vinayakb · 12 years ago
  48. d25f310 Reintegrated hyracks_lsm_tree_bloom_filter branch by salsubaiee · 12 years ago
  49. 9c4d282 merged hyracks_lsm_tree into branch -r2801:2803 by salsubaiee · 12 years ago
  50. 95e6f46 merged hyracks_lsm_tree into branch -r2799:2801 by salsubaiee · 12 years ago
  51. eff277b merged hyracks_lsm_tree into branch -r2779:2779 by salsubaiee · 12 years ago
  52. 8578c25 Minor changes in the index's dataflow operators to pass bloom filter information. by salsubaiee · 12 years ago
  53. 1b2f548 Improved common subexpression elimination to speed up rares-style fuzzy joins. Fixed a bug. Code reviewed by Yingyi. by alexander.behm · 12 years ago
  54. 12ff3d1 add tests for the hyracks-hdfs module by buyingyi · 12 years ago
  55. 96b8caf rename hyracks-hdfs-scheduler to hyracks-hdfs by buyingyi · 12 years ago
  56. 6186e13 rename package by buyingyi · 12 years ago
  57. 5b939f2 add generalized hdfs read/writer operators by buyingyi · 12 years ago
  58. d5bdffa Merged fullstack_staging -r 2426:2786 by vinayakb · 12 years ago
  59. 8fa3a27 Modified Yarn driver to accept extra jar files by vinayakb · 12 years ago
  60. 2c06ee6 add the hyracks-hdfs-scheduler module by buyingyi · 12 years ago
  61. f9bf4ad Merged hyracks_lsm_tree r2599:r2780. by alexander.behm · 12 years ago
  62. 8ececea merged hyracks_lsm_tree into branch -r2751:2779 by salsubaiee · 12 years ago
  63. 06d8a8f All lsm indexes (BTree, RTree, and inverted index) are now using bloom filters whenever possible. by salsubaiee · 12 years ago
  64. ef39cdb Merged fullstack_asterix_stabilization -r 2770:2771 by vinayakb · 12 years ago
  65. c64cf78 Ignored eclipse files in SVN by vinayakb · 12 years ago
  66. ca73b72 Created branch for Asterix to use by vinayakb · 12 years ago
  67. 3d0bd74 Merged fullstack_staging_bigmerge_target -r 2735:2760 by vinayakb · 12 years ago
  68. 810179b Utilized bloom filters in LSM-BTree point search. by salsubaiee · 12 years ago
  69. 0e30aed Merged hyracks_asterix_stabilization_left_outer_join by vinayakb · 12 years ago
  70. a6b7b87 fix the binary hash function family issue in hivesterix by buyingyi · 12 years ago
  71. bb36205 merged hyracks_lsm_tree into branch -r2707:2751 by salsubaiee · 12 years ago
  72. cd9ce32 Made sure bloom filters don't hold latches after insertion is over (pages are still pinned). Changed the bloom filter insertion to use a bulkload-like interface. Changed the bulkload interface for all indexes to accept number of elements hint. Various bug fixes. by salsubaiee · 12 years ago
  73. 5d8a2f2 Merged hyracks_asterix_stabilization_yfix r2529, r2551, r2564, r2575, r2576, r2577, r2584, and r2597 by vinayakb · 12 years ago
  74. 9bdd380 added force/undo operations to the lsm indexes; enabled proper logging callbacks for secondary indexes by zheilbron · 12 years ago
  75. 5bbba12 Merged hyracks_asterix_stabilization -r 2355:2733 by vinayakb · 12 years ago
  76. 27ac9d9 changes towards recovery by kisskys · 12 years ago
  77. d88caa7 Created branch to stage the big merge from hyracks_asterix_stabilization to fullstack_staging by vinayakb · 12 years ago
  78. 6c149f3 Fixed a bug in the lsm btree file manager. by salsubaiee · 12 years ago
  79. 0b0bd8c Changed number of missed heartbeats before a node is considered dead. by alexander.behm · 12 years ago
  80. 6330ee5 changes towards recovery by kisskys · 12 years ago
  81. aadfa06 merged hyracks_lsm_tree into branch -r2702:2707 by salsubaiee · 12 years ago
  82. b8073f3 fixed bug that caused merge operations not to cleanup merged components by zheilbron · 12 years ago
  83. 81d2b6b Integrated bloom filters with LSM-BTree during flushes, merges, and bulkload. All tests pass except the merge test due to what it seems a bug in the cleanup after merges if there are no search threads accessing the disk components. Next is to use bloom filters during search and also with other lsm indexes. by salsubaiee · 12 years ago
  84. 4ae39f6 Removed binary files that were added by mistake in the previous commit. by salsubaiee · 12 years ago
  85. 8912c19 Fixed couple of bugs, added minor optimizations, and added more tests. by salsubaiee · 12 years ago
  86. 78737fa Merged hyracks_lsm_tree into branch -r2668:2702. by salsubaiee · 12 years ago
  87. 61a2442 added option to conditionally flush an LSM index when it is being deactivated; added missing file from previous commit by zheilbron · 12 years ago
  88. 874c474 added proper IO Opcallback for when LSM indexes are deactivatd by zheilbron · 12 years ago
  89. 8161789 added some comments while reviewing the IndexLifecycleManager by zheilbron · 12 years ago
  90. 21e672a Added bloom filter implementation. Additional extensive testing is still needed. by salsubaiee · 12 years ago
  91. 85ca031 Fixed a bug. by alexander.behm · 12 years ago
  92. e94253e add insert/delete vertex support by buyingyi · 12 years ago
  93. 822aaec9 cleanup the maximal clique example by buyingyi · 12 years ago
  94. 5b54956 clean up examples by buyingyi · 12 years ago
  95. 8d8d477 Changed broadcast side of indexed nested loops join. by alexander.behm · 12 years ago
  96. d41b9b9 make example job outputs concise by buyingyi · 12 years ago
  97. ddfa974 add missing files of the maximal clique example by buyingyi · 12 years ago
  98. 55a5b50 add the maximal clique example by buyingyi · 12 years ago
  99. c0ec868 Fixed a performance bug that might have caused significant slowdown for inverted-index construction. by alexander.behm · 12 years ago
  100. aad2044 minor refactoring by buyingyi · 12 years ago