1. 2acd0b6 Fix one bug in P2/P4 by Anbang Xu · 12 years ago
  2. ae62ffe P2 pass all the tests except cycle by Anbang Xu · 12 years ago
  3. 027051e Add flag to notice apex to updateEdge by Anbang Xu · 12 years ago
  4. e3d4c1a Succeed to apply apexMap by Anbang Xu · 12 years ago
  5. 20a03b1 add kmerAndDirWritable by Anbang Xu · 12 years ago
  6. 6485489 Final Vertex Has correct edgelist by Anbang Xu · 12 years ago
  7. 55a9adc add test case for P2 by Anbang Xu · 12 years ago
  8. fad0703 going to use different rules to identify head by Anbang Xu · 12 years ago
  9. 9de0ad3 P2 pass single tests by Anbang Xu · 12 years ago
  10. 14d58f0 remove sendOutUpdate for head(P2 debug) by Anbang Xu · 12 years ago
  11. a7405c1 add should merge dir to state by Anbang Xu · 12 years ago
  12. 522b5ff Change update condition by Anbang Xu · 12 years ago
  13. 39b490b change updateEdges for processUpdate in pathmerge by Anbang Xu · 12 years ago
  14. 99d5629 Fix a bug in configure isFlip by Anbang Xu · 12 years ago
  15. 7da37db P2 internalKmer merge is completed in single path test by Anbang Xu · 12 years ago
  16. 3d9ecc5 p2 pass test 2,3 by Anbang Xu · 12 years ago
  17. 129879d add getVertexValue in P2value type by Anbang Xu · 12 years ago
  18. d5f760c add p2 graph input format, initiate prependMergeNode and appendMergeNode by Anbang Xu · 12 years ago
  19. 188c182 add processP2Merge to P2, P2 need a specific merge method by Anbang Xu · 12 years ago
  20. dd52a40 add getMessageType and getMergeNode to P2Message by Anbang Xu · 12 years ago
  21. d94f456 using prependNode and appendNode instead of LinkedList of mergeNodes by Anbang Xu · 12 years ago
  22. 1f85b15 add parameter(mergeDest) to configureMergeMsgToNeighber by Anbang Xu · 12 years ago
  23. 5983e8b add P2ValueWritable and P2MessageWritable to P2 by Anbang Xu · 12 years ago
  24. 065eec8 Clean up io folder by Anbang Xu · 12 years ago
  25. 362358f seperate io folder to io.common and io.message by Anbang Xu · 12 years ago
  26. 183807a add GraphCleanVertexInputFormat and GraphCleanVertexOutputFormat by Anbang Xu · 12 years ago
  27. eb09388 Adapt all clean patterns to use subclass V by Anbang Xu · 12 years ago
  28. e0dff62 add MessageType class to store msg type from head by Anbang Xu · 12 years ago
  29. 01c5e31 add subclass V to extend VertexValueWritable by Anbang Xu · 12 years ago
  30. d4b0267 refactor newState to state, there is no new state by Anbang Xu · 12 years ago
  31. d488e98 refactor MessageTypeFromHead to MessageType(P2) by Anbang Xu · 12 years ago
  32. 7616083 add only old head update edges by Anbang Xu · 12 years ago
  33. 9bbef65 make name more readable, refactor setPredecessorMsg to setPredecessorToMeDir by Anbang Xu · 12 years ago
  34. f5e5816 override sendUpdateMsg without parameter by Anbang Xu · 12 years ago
  35. 38db5c3 add linkedListWritable for P2 by Anbang Xu · 12 years ago
  36. 36fb2e2 Merge with main brnach by Anbang Xu · 12 years ago
  37. eecb337 increase wait time and add a shutdown hook that stops the clusters by Jake Biesinger · 12 years ago
  38. 2d72d3e add -followsGraphBuild for those inputs proceeding build by Jake Biesinger · 12 years ago
  39. 8f6b461 refactor pregelix job creation by Anbang Xu · 12 years ago
  40. 33d8284 fix driverUtils string value by Anbang Xu · 12 years ago
  41. a32d7ce adjust job history size by Nan Zhang · 12 years ago
  42. 56af037 remove framesize from command-line parameters by Jake Biesinger · 12 years ago
  43. 6c4e526 read and set framesize from cluster.properties by Jake Biesinger · 12 years ago
  44. b6ca725 add the option of frame size by Nan Zhang · 12 years ago
  45. 5cda522 format test case by Anbang Xu · 12 years ago
  46. 2246913 Small change by Anbang Xu · 12 years ago
  47. a90fdd9 update pregelix vertexes to initialize static values by Jake Biesinger · 12 years ago
  48. 15b6f47 add MAX_READ_IDS_PER_EDGE in opts parser and jobs by Jake Biesinger · 12 years ago
  49. d169c54 auto-discover CC port and IP settings (broke runLocal) by Jake Biesinger · 12 years ago
  50. 843db89 Don't use infiniband ports (look into in the future) by Jake Biesinger · 12 years ago
  51. 21bb3d6 don't reuse Hyracks CC in Pregelix jobs by Jake Biesinger · 12 years ago
  52. 4aa155f increase wait time and defer creating the driver until NCs are active by Jake Biesinger · 12 years ago
  53. 284e5f1 use .pid files to track the CC and NC nodes by Jake Biesinger · 12 years ago
  54. 3bb11f5 move start/stop cluster in utils by Jake Biesinger · 12 years ago
  55. aae579a use app.home to get .properties files by Jake Biesinger · 12 years ago
  56. f18eed5 Add some logging and attempt to shut down servers on exception by Jake Biesinger · 12 years ago
  57. 5936fcb fix NPE by Jake Biesinger · 12 years ago
  58. ddeb021 Split driver utilities into their own file by Jake Biesinger · 12 years ago
  59. e643029 genomix driver is responsible for start/stop of Hyracks/Pregelix clusters by Jake Biesinger · 12 years ago
  60. dc32cf2 separate NC's for pregelix and hyracks by Jake Biesinger · 12 years ago
  61. 11823d7 simpler commands for script GENOMIX_HOME resolution by Jake Biesinger · 12 years ago
  62. d4b581c Run cluster and driver scripts from anywhere by Jake Biesinger · 12 years ago
  63. 4aaa309 Merge branch 'genomix/experiment_master_genomix' into genomix/fullstack_genomix by Nan Zhang · 12 years ago
  64. b89c7c5 Merge branch 'anbangx/fullstack_genomix' into genomix/fullstack_genomix by Anbang Xu · 12 years ago
  65. a1b1e45 add simple command to each pattern by Anbang Xu · 12 years ago
  66. 86edb32 change command for scaffolding by Anbang Xu · 12 years ago
  67. 423fd16 Fix all synchronization issues by Anbang Xu · 12 years ago
  68. 81833a0 add scaffoldingAggregator by Anbang Xu · 12 years ago
  69. ee7dac3 Add synchronization to static variable by Anbang Xu · 12 years ago
  70. 7a47e8b Begin to debug P2 by Anbang Xu · 12 years ago
  71. 6a6ff67 modify the option of NlinesPerMap to false by Nan Zhang · 12 years ago
  72. cf91139 remove incorrect expected file by Nan Zhang · 12 years ago
  73. b9707dd Merge branch 'master' into genomix/experiment_master_genomix by Nan Zhang · 12 years ago
  74. 73793d5 small change for rebase by Nan Zhang · 12 years ago
  75. 558ea60 Merge aggregator with main branch by Anbang Xu · 12 years ago
  76. 50b28b6 Adpat hadoop testsuite to have linespermap arg by Anbang Xu · 12 years ago
  77. 806ff79 add linesPerMap parameter to hadoop graph building driver by Anbang Xu · 12 years ago
  78. 4da15b2 add many similar bubbles in one pattern test case and BubbleMerge pass test by Anbang Xu · 12 years ago
  79. a9c60b3 The aggregator for all the patterns are completed by Anbang Xu · 12 years ago
  80. 1aed014 add statistics counters to removeTip, pathMerge, removeBridge by Anbang Xu · 12 years ago
  81. 4e63417 fix location of stores.properties by Jake Biesinger · 12 years ago
  82. dd63616 add stores.properties (deleted by?) by Jake Biesinger · 12 years ago
  83. 476760d Add timed logging to genomix-driver jobs by Jake Biesinger · 12 years ago
  84. 7f2208f PathMerge aggregator is completed by Anbang Xu · 12 years ago
  85. 52a279f Aggregator passes test by Anbang Xu · 12 years ago
  86. b1c7809 testing by Anbang Xu · 12 years ago
  87. f3a548c move aggregator output to test by Anbang Xu · 12 years ago
  88. daa7780 fix NLineInputFormat for real by Jake Biesinger · 12 years ago
  89. 6ec5f66 don't use NLineInputFormat for now by Jake Biesinger · 12 years ago
  90. ca28b1b add StatisticsCounterAggregator by Anbang Xu · 12 years ago
  91. 270d47a add NlineInputFormat by Nan Zhang · 12 years ago
  92. 0d0f899 use command-line args in genomix-driver by Jake Biesinger · 12 years ago
  93. 7ec10c1 Removed uneeded check. by salsubaiee · 12 years ago
  94. 014dafc add graph building checking job by Nan Zhang · 12 years ago
  95. 7ac727c Merge branch 'anbangx/fullstack_genomix' into genomix/fullstack_genomix by Anbang Xu · 12 years ago
  96. 14c34b0 change a method name and added comments. by salsubaiee · 12 years ago
  97. 676a268 stats are binned by whole value by Jake Biesinger · 12 years ago
  98. affc0b4 toString's on edgeList and positionList are sorted by Jake Biesinger · 12 years ago
  99. 65ee367 add STATS and DUMP_FASTA steps to the graph (run locally) by Jake Biesinger · 12 years ago
  100. 9fdf74d larger chunks for hadoop graphbuilding by Jake Biesinger · 12 years ago