1. 8fa3a27 Modified Yarn driver to accept extra jar files by vinayakb · 12 years ago
  2. 2c06ee6 add the hyracks-hdfs-scheduler module by buyingyi · 12 years ago
  3. f9bf4ad Merged hyracks_lsm_tree r2599:r2780. by alexander.behm · 12 years ago
  4. 8ececea merged hyracks_lsm_tree into branch -r2751:2779 by salsubaiee · 12 years ago
  5. 06d8a8f All lsm indexes (BTree, RTree, and inverted index) are now using bloom filters whenever possible. by salsubaiee · 12 years ago
  6. ef39cdb Merged fullstack_asterix_stabilization -r 2770:2771 by vinayakb · 12 years ago
  7. c64cf78 Ignored eclipse files in SVN by vinayakb · 12 years ago
  8. ca73b72 Created branch for Asterix to use by vinayakb · 12 years ago
  9. 3d0bd74 Merged fullstack_staging_bigmerge_target -r 2735:2760 by vinayakb · 12 years ago
  10. 810179b Utilized bloom filters in LSM-BTree point search. by salsubaiee · 12 years ago
  11. 0e30aed Merged hyracks_asterix_stabilization_left_outer_join by vinayakb · 12 years ago
  12. a6b7b87 fix the binary hash function family issue in hivesterix by buyingyi · 12 years ago
  13. bb36205 merged hyracks_lsm_tree into branch -r2707:2751 by salsubaiee · 12 years ago
  14. 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
  15. 5d8a2f2 Merged hyracks_asterix_stabilization_yfix r2529, r2551, r2564, r2575, r2576, r2577, r2584, and r2597 by vinayakb · 12 years ago
  16. 9bdd380 added force/undo operations to the lsm indexes; enabled proper logging callbacks for secondary indexes by zheilbron · 12 years ago
  17. 5bbba12 Merged hyracks_asterix_stabilization -r 2355:2733 by vinayakb · 12 years ago
  18. 27ac9d9 changes towards recovery by kisskys · 12 years ago
  19. d88caa7 Created branch to stage the big merge from hyracks_asterix_stabilization to fullstack_staging by vinayakb · 12 years ago
  20. 6c149f3 Fixed a bug in the lsm btree file manager. by salsubaiee · 12 years ago
  21. 0b0bd8c Changed number of missed heartbeats before a node is considered dead. by alexander.behm · 12 years ago
  22. 6330ee5 changes towards recovery by kisskys · 12 years ago
  23. aadfa06 merged hyracks_lsm_tree into branch -r2702:2707 by salsubaiee · 12 years ago
  24. b8073f3 fixed bug that caused merge operations not to cleanup merged components by zheilbron · 12 years ago
  25. 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
  26. 4ae39f6 Removed binary files that were added by mistake in the previous commit. by salsubaiee · 12 years ago
  27. 8912c19 Fixed couple of bugs, added minor optimizations, and added more tests. by salsubaiee · 12 years ago
  28. 78737fa Merged hyracks_lsm_tree into branch -r2668:2702. by salsubaiee · 12 years ago
  29. 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
  30. 874c474 added proper IO Opcallback for when LSM indexes are deactivatd by zheilbron · 12 years ago
  31. 8161789 added some comments while reviewing the IndexLifecycleManager by zheilbron · 12 years ago
  32. 21e672a Added bloom filter implementation. Additional extensive testing is still needed. by salsubaiee · 12 years ago
  33. 85ca031 Fixed a bug. by alexander.behm · 12 years ago
  34. e94253e add insert/delete vertex support by buyingyi · 12 years ago
  35. 822aaec9 cleanup the maximal clique example by buyingyi · 12 years ago
  36. 5b54956 clean up examples by buyingyi · 12 years ago
  37. 8d8d477 Changed broadcast side of indexed nested loops join. by alexander.behm · 12 years ago
  38. d41b9b9 make example job outputs concise by buyingyi · 12 years ago
  39. ddfa974 add missing files of the maximal clique example by buyingyi · 12 years ago
  40. 55a5b50 add the maximal clique example by buyingyi · 12 years ago
  41. c0ec868 Fixed a performance bug that might have caused significant slowdown for inverted-index construction. by alexander.behm · 12 years ago
  42. aad2044 minor refactoring by buyingyi · 12 years ago
  43. 35b4a43 support job specific frame size in Pregelix by buyingyi · 12 years ago
  44. 4100d48 major reworking of all lsm indexes with respect to synchronization and interfacing with the lsmharness by zheilbron · 12 years ago
  45. 7c07f83 add the triangle counting example by buyingyi · 12 years ago
  46. 93bbf99 Fixed a bug (reported by Zack) in the r-tree insert method. The issue turned out to occur when all the objects residing inside an MBR are points that are aligned exactly on the same line causing the area of that MBR to be exactly zero which makes the r-tree think that it does not need to enlarge the MBR if a new object (to be inserted into this node) is also aligned with the MBR line but it does not fall on it. by salsubaiee · 12 years ago
  47. 5acbc27 add/remove edge support in pregelix by buyingyi · 12 years ago
  48. 8083de1 let Pregelix support dynamic vertex value size by buyingyi · 12 years ago
  49. 8f8a051 fix the hivesterix test suite by buyingyi · 12 years ago
  50. b33942d Hopefully fixed a performance bug, still need to test on cluster. by alexander.behm · 12 years ago
  51. 1113e14 reduce the memory copies in the index join runtime by buyingyi · 12 years ago
  52. 25c53e5 change one hyracks dependency version by buyingyi · 12 years ago
  53. 7cf2405 change optimization config by buyingyi · 12 years ago
  54. 7f4f724 clean up warnings in hivesterix codebase by buyingyi · 12 years ago
  55. 90b9e7d reformat hivesterix sources by buyingyi · 12 years ago
  56. 4d63fc0 creating a branch to add bloom filters to lsm indexes. by salsubaiee · 12 years ago
  57. 091dab5 Rename ImmediateScheduler to SynchronousScheduler; by zheilbron · 12 years ago
  58. c1fdccc minor cleanup: fixed typo; swapped sync objects for sync on 'this' by zheilbron · 12 years ago
  59. 5195427 getWrite/ReadDevices returns Set instead of List; by zheilbron · 12 years ago
  60. 2e6edf5 merged the creation and scheduling of flushes and merge IO operations to a single call by zheilbron · 12 years ago
  61. b652d52 removed flush controller; ILSMIndex replaces the functionality by zheilbron · 12 years ago
  62. ac63b29 Reduced size of lsm in-memory components. Changed sort, hash and join buffers to 256MB. by alexander.behm · 12 years ago
  63. 8c94571 Changed sort hash and join memories to 340MB. by alexander.behm · 12 years ago
  64. e6484a9 Changed operator memory settings. Made some minor perf improvements to inverted index searches. by alexander.behm · 12 years ago
  65. 486260b Improved common subexpression elimination to speed up Rares FJ. Changed default frame size in optimization config to 128KB. Added deployment script for convenience. by alexander.behm · 12 years ago
  66. 0d04e16 Creating branch to run experiments on that require changes. by alexander.behm · 12 years ago
  67. 367564e Allowing LSM file managers to be initialized with a starting IO device index. Using that mechanism, the first disk component of the i-th partition of an Asterix LSM index is written on the i-th IO device (further components are assigned to IO devices in a round robin fashion). by alexander.behm · 12 years ago
  68. 20a817c * The cleanup of the merged components in the LSM indexes is now the responsibility of either: the last existing search thread (in case the merge process is over and there are still search threads accessing the merged components), or the merge thread itself (in case the merge process is over and there are no search threads accessing the merged components). * Allowed concurrent merges to occur at the same time instead of the old design which only allowed one merge process at a time per LSM index. by salsubaiee · 12 years ago
  69. 8934d96 Merged hyracks_asterix_stabilization r2564:r2569. by alexander.behm · 12 years ago
  70. 327341b Merged hyracks_asterix_stabilization r2462:r2562. by alexander.behm · 12 years ago
  71. c4ca146 Restored interface that was mitakenly deleted in r2552. by alexander.behm · 12 years ago
  72. 6586f78 Added exception handling in the rtree bulkload, to release all latches in case the bulkload failed. The btree bulkload already does that. by salsubaiee · 12 years ago
  73. 717e063 Removed two unnecessary methods from the file manager interface. by salsubaiee · 12 years ago
  74. 03b7f53 Refactored the LSM-indexes to use common abstract class. Added new ILSMComponent interface to represents the LSMComponents instead of passing Objects all around the place. Removed the component finalizers classes and cleaned the file manager API. Fixed couple of bugs. Cleaned the code and changed the names of many methods. by salsubaiee · 12 years ago
  75. 646a03f Enforce ordering in exposing the directory records for partitions to the clients if ordering constraint is imposed by the ResultWriterOperatoryDescriptor. by madhusudancs · 12 years ago
  76. b44e20d Provide the ordering specification to result writer operator descriptor in SortMergeTest. by madhusudancs · 12 years ago
  77. a4478a2 Use a slightly enhanced datastructure to store whether the results should be ordered or not. by madhusudancs · 12 years ago
  78. 75fd920 Add a parameter for the ResultWriterOperatorDescriptor to support ordered result distribution. by madhusudancs · 12 years ago
  79. 98214bf Remove the unused IDatasetInputChannel interface definition file. by madhusudancs · 12 years ago
  80. 499aaf1 We do not have a need to define a frame size statically within the dataset now because we obtain that from the job specification. by madhusudancs · 12 years ago
  81. f9332dd Use IInputChannel instead of IDatasetInputChannel in the monitor definitions. by madhusudancs · 12 years ago
  82. 459d110 Construct the DatasetClientContext object in the HyracksDataset constructor and pass it to the result channel's open method. by madhusudancs · 12 years ago
  83. b641a67 Implement a client side context from IHyracksCommonContext. by madhusudancs · 12 years ago
  84. bcb2b0a Extend IDatasetInputChannelMonitor from IInputChannelMonitor rather than creating a new one altogether. by madhusudancs · 12 years ago
  85. 82d17f7 Reimplement the DatasetNetworkInputChannel using the IInputChannel interface instead of creating a new interface defintion. by madhusudancs · 12 years ago
  86. 18143eb Refactor IInputChannel.open method to take IHyracksCommonContext as the parameter instead of IHyracksTaskContext. by madhusudancs · 12 years ago
  87. d59755e Minor amendment to my multicomparator changes. by alexander.behm · 12 years ago
  88. 3b2d55b Just use null as values to localAddress and listener for non listening TCP endpoints instead of copy pasting the constructor method. by madhusudancs · 12 years ago
  89. c11728d Fix a formatting issue with the comment. by madhusudancs · 12 years ago
  90. 3385489 Update the sort merge test to use the new API. by madhusudancs · 12 years ago
  91. 4da79e4 Use DatasetDirectoryRecords instead of NetworkAddresses everywhere we access that information in the dataset stack. by madhusudancs · 12 years ago
  92. a5b45f5 Add support for registering the result set id with the ResultWriterOperatorDescriptor. by madhusudancs · 12 years ago
  93. d5769b0 Support adding result set ids to the job specification and retrieving it. by madhusudancs · 12 years ago
  94. 41da2db Implement a class that holds a directory record. by madhusudancs · 12 years ago
  95. 9c7a006 Implement ResultSetId class to represent result sets. by madhusudancs · 12 years ago
  96. 544eb63 We should print the buffer before recycling it by madhusudancs · 12 years ago
  97. 93f3bb9 Synchronize reads and writes to not let the reader attempt to read the file before it is written by the writer. by madhusudancs · 12 years ago
  98. 1e4fef7 Reintegrated hyracks_multicomparator_opt. Thanks for the review, Sattam. by alexander.behm · 12 years ago
  99. 5b029cf Formatting fixes. by madhusudancs · 12 years ago
  100. 78eb0c2 Make all the necessary changes or additions to report the data transfer info across the new result distribution socket for the node controller. by madhusudancs · 12 years ago