1. 54971d5 Merge pull request #24 from mikewalch/wi-23 by Keith Turner · 8 years ago
  2. 2be411f Merge pull request #22 from keith-turner/update_cfm_usage by Keith Turner · 8 years ago
  3. a9475d2 Fixes #23 - Webindex init is not working by Mike Walch · 8 years ago
  4. 3ef42fa Update to new CFM API by Keith Turner · 8 years ago
  5. 7fc077a Merge pull request #20 from mikewalch/spark-fluo-load by Mike Walch · 8 years ago
  6. 7eca045 Refactored scripts and created single 'webindex' command. Created by Mike Walch · 9 years ago
  7. 68798e8 Merge pull request #16 from keith-turner/use-cfm by Keith Turner · 9 years ago
  8. 32b9713 Rework Observers to use collision free map by Keith Turner · 9 years ago
  9. b5ded68 Merge pull request #15 from mikewalch/snapshot-update by Keith Turner · 9 years ago
  10. a87a059 Updated snapshot update to policy. Only checks daily but TravisCI runs with -U by Mike Walch · 9 years ago
  11. 7f761dc Merge pull request #14 from mikewalch/fluo-splits by Mike Walch · 9 years ago
  12. 977a5fc Created default splits for Fluo table that are now set during init. by Mike Walch · 9 years ago
  13. 3ae30bb Merge pull request #13 from mikewalch/copy-refactor by Mike Walch · 9 years ago
  14. 26b7e59 Set RDDs to persist to disk only and increased partitions. Created by Mike Walch · 9 years ago
  15. 38b7cc5 Refactored copy.sh. Main method no longer uses IndexEnv. by Mike Walch · 9 years ago
  16. 47720b3 Merge pull request #11 from mikewalch/repartition by Mike Walch · 9 years ago
  17. b49d6b4 Made Spark init job repartion data to improve reliability and performance. Simplified configuration. by Mike Walch · 9 years ago
  18. 12e2b2f Merge pull request #10 from mikewalch/wi-9 by Mike Walch · 9 years ago
  19. 33562ab Refactored code to use lambdas and have better naming by Mike Walch · 9 years ago
  20. 66d90db Closes #9 - Created IndexUtilTest to verify output of Spark indexing code by Mike Walch · 9 years ago
  21. 8b56ffd Merge pull request #8 from mikewalch/indexing by Mike Walch · 9 years ago
  22. 4ebde34 Closes #4 - Accumulo indexes are now updated using Fluo IndexExporter. by Mike Walch · 9 years ago
  23. dd28a78 Merge pull request #5 from keith-turner/fix-export-queue by Mike Walch · 9 years ago
  24. 9fa46c4 Merge pull request #6 from keith-turner/sortpom by Mike Walch · 9 years ago
  25. bae150f Added sort pom and m2e ignore stuff to poms by Keith Turner · 9 years ago
  26. 8245084 Fixed export queue and generalized Fluo setup by Keith Turner · 9 years ago
  27. a241352 Merge pull request #3 from mikewalch/buildstatus by Keith Turner · 9 years ago
  28. 21a1abb Adding TravisCI build status to README by Mike Walch · 9 years ago
  29. a636411 Merge pull request #1 from mikewalch/rename by Keith Turner · 9 years ago
  30. cddadff Removed wrong documentation by Mike Walch · 9 years ago
  31. be66351 Added Apache RAT plugin and license headers by Mike Walch · 9 years ago
  32. 097fb4a Changed project name to WebIndex by Mike Walch · 9 years ago
  33. eca10bc Minor updates. Used Collections methods rather than Arrays by Mike Walch · 9 years ago
  34. 8399b8c Observers now export to Accumulo by Mike Walch · 9 years ago
  35. 84de6f5 Updated pom.xml to have Maven check snapshot repos by Mike Walch · 9 years ago
  36. 7761cf8 Merge pull request #9 from keith-turner/use_recipes_module by Mike Walch · 9 years ago
  37. f70d3cb switch to recipes module by Keith Turner · 9 years ago
  38. e2dc3d4 Refactored LoadIT to no longer depend on Fluo's ITBaseMini by Mike Walch · 9 years ago
  39. 8552ba5 Merge pull request #6 from keith-turner/refactor-queue by Mike Walch · 9 years ago
  40. 301e4d2 Made @mikewalch's suggested API changes by Keith Turner · 9 years ago
  41. 3b21a39 Refactored Init job to use RowColumn rather than String. Rename ColumnConstants class to Contants by Mike Walch · 9 years ago
  42. d760564 Set up automatic Java code formatter and ran on project by Mike Walch · 9 years ago
  43. 3376d35 Merge branch 'reindex' by Mike Walch · 9 years ago
  44. 7b0f9f0 Closes #1 - Added script to recreate Accumulo index table from Fluo by Mike Walch · 9 years ago
  45. 22a4688 Merge pull request #4 from keith-turner/export-q by Mike Walch · 9 years ago
  46. cf21dc6 Lots of exporter improvements by Keith Turner · 9 years ago
  47. 1a945a3 Improved pager and fixed bug by Mike Walch · 9 years ago
  48. 24705b2 Init job now loads intermediate results in Fluo. Improved URL parsing by Mike Walch · 9 years ago
  49. c349b70 Created top view to show page score and inbound count using another method by Mike Walch · 9 years ago
  50. 7b76aca Created IndexUtil to pull out indexing code from Init by Mike Walch · 9 years ago
  51. fb3ba1d Added title, server, and lastCrawled to Page view by Mike Walch · 9 years ago
  52. 7a52a44 Refactored models by Mike Walch · 9 years ago
  53. 3f800f6 Refactored init spark job to store page outlinks and count in Accumulo by Mike Walch · 9 years ago
  54. fd10cc7 Fluo observers now keep score and incount up to date by Mike Walch · 9 years ago
  55. 06ac111 Merge pull request #2 from keith-turner/master by Mike Walch · 9 years ago
  56. d68beda Created initial design for Fluo observers. Create Page class and by Mike Walch · 9 years ago
  57. 89b28f2 WIP added skeleton for Accumulo exporter by Keith Turner · 9 years ago
  58. 9741747 WIP export q recipe by Keith Turner · 9 years ago
  59. 5300056 Added search bar to paging and domain of page to PageInfo view by Mike Walch · 9 years ago
  60. d2c2a63 Improved design of UI with bootstrap by Mike Walch · 9 years ago
  61. c227ab9 Moved RDD persist to earlier stage. Improved how statistics are displayed. by Mike Walch · 9 years ago
  62. 62d989a Updated data model. Added page view which refers to links by Mike Walch · 9 years ago
  63. b7b7f4c Added paging to site & page view. All column family names are now in by Mike Walch · 9 years ago
  64. a6b7ef0 Cleaned up project. Moved shared code to core. Modified web app to by Mike Walch · 9 years ago
  65. 6fae1b7 Refactored application to store intermediate data in Fluo and final indexes in Accumulo by Mike Walch · 9 years ago
  66. fa549f4 Created basic web application by Mike Walch · 9 years ago
  67. 9f9eb77 Created 'Top Pages' REST resources using Dropwizard. Split project into data and web maven modules. by Mike Walch · 9 years ago
  68. 207aa51 Script improvements by Mike Walch · 9 years ago
  69. b2fccb1 Spark job can now initialize Fluo table by Mike Walch · 9 years ago
  70. b85992b Merge pull request #32 from mikewalch/unnecessary by Keith Turner · 9 years ago
  71. 831d690 Removed unecessary code that was setting output key & value to incorrect classes by Mike Walch · 9 years ago
  72. 2573eb3 Ordered domain counts in decreasing order and fixed TravisCI build by Mike Walch · 9 years ago
  73. 6055768 Created inbound links Spark job. Merged M/R & Spark start scripts by Mike Walch · 9 years ago
  74. 9df4728 Adding WordCount using Spark by Mike Walch · 9 years ago
  75. bdd28e4 Made scripts work on Mac OS X by Mike Walch · 9 years ago
  76. b45cf86 Refactored using new Link class by Mike Walch · 9 years ago
  77. bb317c0 Adding travis CI config and license headers by Mike Walch · 9 years ago
  78. d8ac84f Initial pass at MapReduce application to calculate inbound links by Mike Walch · 9 years ago
  79. 8e190d2 Load script now supports different CC file types by Mike Walch · 9 years ago
  80. 6e511b3 Initial scripts and example Wordcount M/R application using CommonCrawl data by Mike Walch · 9 years ago
  81. fde5547 Made script able to run on Mac OS X by Mike Walch · 9 years ago
  82. 718e2ae Merge pull request #19 from mikewalch/pc-17 by Keith Turner · 9 years ago
  83. 3b43437 Merge pull request #18 from mikewalch/pc-13 by Keith Turner · 9 years ago
  84. 33414ef Closes #17 - Create scripts for phrasecount to be run by fluo-dev & fluo-deploy by Mike Walch · 9 years ago
  85. e2eff52 Closes #13 - Configure TravisCI by Mike Walch · 9 years ago
  86. 81e7cc9 Merge pull request #16 from mikewalch/phrase-intellij by Keith Turner · 9 years ago
  87. 7720c19 Ignore Intellij files by Mike Walch · 9 years ago
  88. e823954 Merge pull request #15 from keith-turner/beta-sync by Keith Turner · 9 years ago
  89. da61830 Make phrasecount work with beta-1 release by Keith Turner · 9 years ago
  90. 4416441 Merge pull request #31 from keith-turner/beta-synch by Mike Walch · 9 years ago
  91. 06126f0 Update to use beta-1 release by Keith Turner · 9 years ago
  92. 4368e29 Initial commit by Mike Walch · 9 years ago
  93. 82028f3 Merge pull request #28 from keith-turner/fix_mini by Mike Walch · 9 years ago
  94. 91d50b3 Update to new Fluo module structure by Keith Turner · 9 years ago
  95. 7237041 Merge pull request #27 from keith-turner/key-gen by Keith Turner · 9 years ago
  96. f271a14 Merge pull request #24 from keith-turner/balancer by Keith Turner · 9 years ago
  97. f32d56d fixes #26 use new key generator by Keith Turner · 9 years ago
  98. 92fb495 fixes #12 set up table balancer by Keith Turner · 9 years ago
  99. bd5a945 Merge pull request #19 from mikewalch/fs-18 by Keith Turner · 9 years ago
  100. ee74ff3 Merge pull request #21 from mikewalch/fs-20 by Keith Turner · 9 years ago