1. 97ceca9 Refactored IOperatorNodePushable to be extended for multiple inputs by vinayakb · 14 years ago
  2. 6fe3943 changed btree api to use ITupleReference instead of byte[] but still assuming length is present in serialized fields (will fix next) by alexander.behm · 14 years ago
  3. 0027ad9b Added ITupleReference by vinayakb · 14 years ago
  4. 02a4329 completed bulk loading with compression and modified cursors to provide a fielditerator to hide compression details by alexander.behm · 14 years ago
  5. 824a36d Added flush call to IFrameWriter by vinayakb · 14 years ago
  6. 2a75986 made test consistent with renamed fieldaccessors by alexander.behm · 14 years ago
  7. d78dcc0 fixed serialization issues with btree op tests by alexander.behm · 14 years ago
  8. 5b2a60e fixed btree operator issues causing not serializable exceptions during od shipping by alexander.behm · 14 years ago
  9. 1ef07ef Removed target folder from SVN by vinayakb · 14 years ago
  10. c0d2bbe adding storage.am.btree dependency for btree tests by alexander.behm · 14 years ago
  11. 8118882 adding btree test file and made runTest() protected by alexander.behm · 14 years ago
  12. f433336 added btree search and btree bulkload operators and made some interfaces serializable by alexander.behm · 14 years ago
  13. be6efa1 Moved repository to obelix. Added TupleReference classes by vinayakb · 14 years ago
  14. 7e5f1c2 Added reset call to ArrayBackedValueStorage by vinayakb · 14 years ago
  15. 7f8dbdd finished initial btree code cleaning by alexander.behm · 14 years ago
  16. 1e11989 reorgainzed files into appropriate packages by alexander.behm · 14 years ago
  17. 092fee4 renaming interfaces package to api by alexander.behm · 14 years ago
  18. 28e7b4f refactoring and cleaning btree code, first pass by alexander.behm · 14 years ago
  19. c3b788e switched btree to hyracks serializers and comparators and some minor cleaning by alexander.behm · 14 years ago
  20. d53a884 moving tests into proper place by alexander.behm · 14 years ago
  21. be011392 fixing remaining reference and package issues by alexander.behm · 14 years ago
  22. 34c9f92 integrating recent changes by alexander.behm · 14 years ago
  23. 0aecb4f adding btree tests by alexander.behm · 14 years ago
  24. 5e5ec2a Added BTree Access Method to Hyracks by vinayakb · 14 years ago
  25. 8393013 Added eclipse project info for intermediate maven projects by vinayakb · 14 years ago
  26. 0e1b1b0 [maven-release-plugin] prepare for next development iteration by vinayakb · 14 years ago
  27. 6d5bb82 [maven-release-plugin] prepare release hyracks-0.1.1 by vinayakb · 14 years ago
  28. 9de6fec Added data accessors to help with binary data handling by vinayakb · 14 years ago
  29. bc0b3a6 Fixed timing issue between victimization and cleaner. Fixed early termination of clock. Fixed package names. Added HeapBufferAllocator. by vinayakb · 14 years ago
  30. d8297c5 Fixed race between pin and cleaner by vinayakb · 14 years ago
  31. 8f3d38b Added license header to storage files by vinayakb · 14 years ago
  32. 72cc822 Moved to filescanners that do not need object construction by vinayakb · 14 years ago
  33. 01c9689 Added Hyracks storage by vinayakb · 14 years ago
  34. 5ba3708 Renamed Map* to DeserializedMap* by vinayakb · 14 years ago
  35. 28cc83e Added parent POM info by vinayakb · 14 years ago
  36. 2b1ef15 Added distribution management. Bumped version to 0.1.1-SNAPSHOT by vinayakb · 14 years ago
  37. e663f9c Added release plugin to POM. Added scm information by vinayakb · 14 years ago
  38. aac48a5 Moved docs into hyracks-server and updated README by vinayakb · 14 years ago
  39. 4e27fdd Removed getRegistry() calls from CC by vinayakb · 14 years ago
  40. 715ebe9 Removed deleted folder from classpath by vinayakb · 14 years ago
  41. f3ed2c4 Removed unused folders by vinayakb · 14 years ago
  42. 391c908 Added hyrax-server containing only CC and NC by vinayakb · 14 years ago
  43. 1f050c6 Moved integration tests into examples by vinayakb · 14 years ago
  44. cb25237 Fixed versions by vinayakb · 14 years ago
  45. 88476b1 Reduced client to work on a smaller scale than a cluster by vinayakb · 14 years ago
  46. e203cc7 Removed unused folder by vinayakb · 14 years ago
  47. f93682a Refactored hadoop operators out of dataflow-std by vinayakb · 14 years ago
  48. 789a884 Removed unused folders by vinayakb · 14 years ago
  49. 32c3869 Added application support. Added examples. Added CLI by vinayakb · 14 years ago
  50. 632a7ce Changed class to accept RawComparator by vinayakb · 14 years ago
  51. 6d61a8c Fixed dependencies by vinayakb · 14 years ago
  52. a98bf1d Removed unused folders by vinayakb · 14 years ago
  53. 2503884 Renamed hyracks-runtime to hyracks-control-nc by vinayakb · 14 years ago
  54. bff7ad3 Refactored into hyracks-control-cc by vinayakb · 14 years ago
  55. 9ef1512 Removed unused folders by vinayakb · 14 years ago
  56. 47714bf Refactored control by vinayakb · 14 years ago
  57. 137948d Removed unused folder. by vinayakb · 14 years ago
  58. 5ad0ed3 Removed unused folder. by vinayakb · 14 years ago
  59. 6d92ffe Removed unused folder. by vinayakb · 14 years ago
  60. 0282d72 Removed unused folder. by vinayakb · 14 years ago
  61. cdf411b Removed unused folder. by vinayakb · 14 years ago
  62. 246ea44 Removed source assembly construction by vinayakb · 14 years ago
  63. 40aa6e0 Removed unused folder. by vinayakb · 14 years ago
  64. 47c2f43 Renamed packages in dataflow-common by vinayakb · 14 years ago
  65. aaaaf87 Renamed hyracks-core to hyracks-runtime by vinayakb · 14 years ago
  66. e3569a2 Fixed missing source folder by vinayakb · 14 years ago
  67. ed97b09 Moved docs to server project by vinayakb · 14 years ago
  68. 847471c Refactored Hyracks into runtime/dataflow-common/dataflow-std/server by vinayakb · 14 years ago
  69. 76e94e7 Removed unused folder. by vinayakb · 14 years ago
  70. 461dc57 Repackaged coreops to dataflow.std by vinayakb · 14 years ago
  71. 6c9427c Merging contents of similar packages by vinayakb · 14 years ago
  72. ee3ccef Removed unused folder. by vinayakb · 14 years ago
  73. 62490108 Removed unused folders. Moved controller interfaces into controller packages by vinayakb · 14 years ago
  74. d4feea7 Refactored Hyarcks API into a separate Maven project by vinayakb · 14 years ago
  75. ba78796 Refactored Operator and Connector touchpoints by vinayakb · 14 years ago
  76. c7e9bbf Removed unused scripts by vinayakb · 14 years ago
  77. b99cb92 Merged in Hybrid Hash Join. Added a test for HHJ. by vinayakb · 14 years ago
  78. 46e4e19 Refactored RepartitionComputerFactory by vinayakb · 14 years ago
  79. dcc0877 Merged in GraceHashJoin. Added tests for GHJ by vinayakb · 14 years ago
  80. 5067940 Merged hyracks-next by vinayakb · 14 years ago
  81. 30098f9 Merged hyracks-next by vinayakb · 14 years ago
  82. 834c596 Removed commented overlog code. Added auto-expand test by vinayakb · 14 years ago
  83. e875bde Fault-recovery works. Added auto-scheduling strategy. by vinayakb · 14 years ago
  84. fffdb72 Fixed deadlock. Fault tolerance works for all cases. by vinayakb · 14 years ago
  85. dcf4c94 Eat exceptions. Handled through fault recovery by vinayakb · 14 years ago
  86. 9a1d5b1 Added scheduling and fault recovery. Completely removed Java based JobManager. by vinayakb · 14 years ago
  87. af06908 Added code for fault tolerance by vinayakb · 14 years ago
  88. b07a584 JOL based scheduler at par with original scheduler (except for stats reporting) by vinayakb · 14 years ago
  89. 3f1b2c1 Create set<Tuple> for startmessage by vinayakb · 14 years ago
  90. af6c11c Added JOL code for starting stagelets by vinayakb · 14 years ago
  91. fbbac67 Refactored controllers. Added a JobManager implementation based on JOL by vinayakb · 14 years ago
  92. 19fb2ef Updated version of hyracks to 0.0.5-SNAPSHOT by vinayakb · 14 years ago
  93. 7f23e80 Renamed branch by vinayakb · 14 years ago
  94. 97531f5 Created branch for next rev development by vinayakb · 14 years ago
  95. 9644796 Updated version to 0.0.4 by vinayakb · 14 years ago
  96. 7ff0f4a Code move from internal SVN by vinayakb · 14 years ago