1. 6a43513 Added CC info to ICCContext. by vinayakb · 13 years ago
  2. 8a0574d Added get/set display name to Operators and Connectors by vinayakb · 13 years ago
  3. 7f49e52 Added ability to use other ser-deser techniques than just java serialization for IPC. Added custom ser-deser for high-traffic messages by vinayakb · 13 years ago
  4. 63e4e92 Made communication between Cluster Controller and Node Controller asynchronous by vinayakb · 13 years ago
  5. eab7768 Fixed tracking of ipAddress -> node name map. by vinayakb · 13 years ago
  6. 3136b24 Removed Pair. Using Pair from commons-lang by vinayakb · 13 years ago
  7. 007deee Added new IPC mechanism to Hyracks. Migrated all remote communications to use new IPC layer by vinayakb · 13 years ago
  8. de206d0 Added profiling visualization. Added multi-resolution profiling by vinayakb · 13 years ago
  9. e3a7dd3 Added Job timeline view by vinayakb · 13 years ago
  10. 5bb7164 Added getFieldCount() call to RecordDescriptor by vinayakb · 13 years ago
  11. 8ec0f61 Fixed NC memory leak. Fixed duplicate job cleanup. Cleaned up data treatment in Hyracks by vinayakb · 13 years ago
  12. aac9ea7 Added client API to retrieve node controller information by vinayakb · 13 years ago
  13. cf4ffa9 Added notification and cleanup on failure (Logical merge of -r 580:581 from trunk). by vinayakb · 13 years ago
  14. 4e6ac4d Merged -r572:573 from trunk by vinayakb · 13 years ago
  15. b1dbc1f Fixed pipelining policy to indicate that consumer does not wait for producer to finish by vinayakb · 13 years ago
  16. 7407537 Cleaned up createPushRuntime api by vinayakb · 13 years ago
  17. 27e5c3b Deleting settings by vinayakb · 13 years ago
  18. e71db28 Merged hyracks_btree_updates_next into this branch. by alexander.behm · 13 years ago
  19. cc6a677 Added javadocs to api.client public interfaces/classes by vinayakb · 13 years ago
  20. e8fc473 Merged hyracks_dev_next into this branch. Fixed a bug in the BTree interior node where deletion would happen incorrectly if that node was the root, and if was last existing key was deleted. by alexander.behm · 13 years ago
  21. 938f4b6 Cleaned up unused code by vinayakb · 13 years ago
  22. f46fefa Updated version of branch to 0.2.0-SNAPSHOT by vinayakb · 13 years ago
  23. fab18ba Added javadocs to api.application package. Fixed some typos in method names. by vinayakb · 13 years ago
  24. 39bfd65 Removing eclipse junk files. by alexander.behm · 13 years ago
  25. 63132f8 Enabling all tests. by alexander.behm · 13 years ago
  26. 6708454 Refactoring BTree tests to reduce duplicate code and improve readability. by alexander.behm · 13 years ago
  27. 5e93424 Added ability to register TaskState with the infrastructure by vinayakb · 13 years ago
  28. f787877 Added fail() call to IFrameWriter by vinayakb · 13 years ago
  29. d0f1ffb Merged 500:541 from trunk by vinayakb · 13 years ago
  30. 2a2ce14 Fixed REST Api by vinayakb · 13 years ago
  31. 5bf6123 Fixed runnability computation. Added two materializing pipelining policies. by vinayakb · 13 years ago
  32. e0616d8 Changed job id from UUID to JobId by vinayakb · 13 years ago
  33. 54702fb Converted OperatorDescriptorId and ConnectorDescriptorId to hold ints instead of UUIDs by vinayakb · 13 years ago
  34. caf7405 Merged r497:500 from trunk by vinayakb · 13 years ago
  35. 21d59d4 Merged r490:491 from trunk by vinayakb · 13 years ago
  36. a67c6c4 Refactored cluster controller by vinayakb · 13 years ago
  37. 87be975 Cleaned up partition management. Made fault recovery more robust. by vinayakb · 13 years ago
  38. 42c7054 Merged r436:440 from trunk by vinayakb · 14 years ago
  39. 880f0de Merged r434 from trunk by vinayakb · 14 years ago
  40. 1774c50 Merged r432 from trunk by vinayakb · 14 years ago
  41. 3224dba Added more connector policies. Cleaned up Activity API. by vinayakb · 14 years ago
  42. ceb312d Added sort-merge collector. tests pass by vinayakb · 14 years ago
  43. e809eb0 Partial commit. Code compiles, but not complete by vinayakb · 14 years ago
  44. 759fb5f Merged -r 330:354 from trunk by vinayakb · 14 years ago
  45. f1c6fb9 Refactored code for scheduling changes by vinayakb · 14 years ago
  46. 77459fc Fixed cleanup on job abort. Fixed profiling by vinayakb · 14 years ago
  47. 5397ccc Fixed application deployment. Fault recovery works correctly. by vinayakb · 14 years ago
  48. 3d4c974 Added new scheduler. Temporarily disabled build of compat layer pending some changes by vinayakb · 14 years ago
  49. b82d085 Merged r294 from the hyracks_io_management branch by vinayakb · 14 years ago
  50. 74c7207 Merged r289:290 from the hyracks_io_management branch by vinayakb · 14 years ago
  51. 8024c92 [maven-release-plugin] prepare for next development iteration by vinayakb · 14 years ago
  52. e7388ac [maven-release-plugin] prepare release hyracks-0.1.3 by vinayakb · 14 years ago
  53. b19569f [maven-release-plugin] rollback the release of hyracks-0.1.3 by vinayakb · 14 years ago
  54. b1aa280 [maven-release-plugin] prepare for next development iteration by vinayakb · 14 years ago
  55. 53275ce [maven-release-plugin] prepare release hyracks-0.1.3 by vinayakb · 14 years ago
  56. 0eda49a Merged 229:231 from hyracks_online_aggregation branch by vinayakb · 14 years ago
  57. f75b793 Merged online_aggregation @186:220 by vinayakb · 14 years ago
  58. ac9d389 Added ITypeTrait interface to indicate statically know size of types. The BTree can now use this information (with the TypeAwareTupleWriter) to save space on field slots as follows. There are no more field slots for fixed-length types and the field slots for variable-length types are delta-compressed and encoded in a variable-byte format. by alexander.behm · 14 years ago
  59. cdd3e1d Added the ability to collect profile. Added REST Api to provide access to job state by vinayakb · 14 years ago
  60. 6680769 Fixed empty connectors field in JSON by vinayakb · 14 years ago
  61. d4d35e9 Changed JobSpecification JSON to denormalize connection info by vinayakb · 14 years ago
  62. 0665fc1 Added profile reporting capability by vinayakb · 14 years ago
  63. 93c4c1f Added counters by vinayakb · 14 years ago
  64. 6cf661e Added more descriptive information to operator start/finish logs by vinayakb · 14 years ago
  65. 424e1ae Optimized in-memory sorting. Added Eclipse project files by vinayakb · 14 years ago
  66. 31ac00b Optimized Hadoop File Reader by vinayakb · 14 years ago
  67. 0e6f338 Added Partition Constraints to JSON by vinayakb · 14 years ago
  68. bfc33cf [maven-release-plugin] prepare for next development iteration by vinayakb · 14 years ago
  69. abd5142 [maven-release-plugin] prepare release hyracks-0.1.2 by vinayakb · 14 years ago
  70. 97ceca9 Refactored IOperatorNodePushable to be extended for multiple inputs by vinayakb · 14 years ago
  71. 0027ad9b Added ITupleReference by vinayakb · 14 years ago
  72. 824a36d Added flush call to IFrameWriter by vinayakb · 14 years ago
  73. 0e1b1b0 [maven-release-plugin] prepare for next development iteration by vinayakb · 14 years ago
  74. 6d5bb82 [maven-release-plugin] prepare release hyracks-0.1.1 by vinayakb · 14 years ago
  75. 9de6fec Added data accessors to help with binary data handling by vinayakb · 14 years ago
  76. 28cc83e Added parent POM info by vinayakb · 14 years ago
  77. 2b1ef15 Added distribution management. Bumped version to 0.1.1-SNAPSHOT by vinayakb · 14 years ago
  78. 4e27fdd Removed getRegistry() calls from CC by vinayakb · 14 years ago
  79. 32c3869 Added application support. Added examples. Added CLI by vinayakb · 14 years ago
  80. 847471c Refactored Hyracks into runtime/dataflow-common/dataflow-std/server by vinayakb · 14 years ago
  81. d4feea7 Refactored Hyarcks API into a separate Maven project by vinayakb · 14 years ago