2
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Sep 15, 2024 — Sep 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
resolve #40 -- don't accept a command name with : or / More... almost 12 years ago
resolve #36 -- added error message in case where centipede shell doesn't recognize first command More... almost 12 years ago
add pig dependency to bakemono so we can add a UDF, also remove chopper from reactor because now there isn't any Java in it More... almost 12 years ago
(actual sieve3 Spring restore and move UDF) More... almost 12 years ago
get rid of risky UDF functions (cumulative sum and count, both of which can be done scalably, believe it or not; move remaining I/O UDF into Bakemono JAR More... almost 12 years ago
get rid of old class to generate register statements More... almost 12 years ago
work around #42 problem -- i've got a talk to work on for the next few days and i want to keep it working rather than screw around with maven and spring... I added a unit test but it doesn't do any good because the problem has something to do with the super JAR packaging More... almost 12 years ago
check in missing applicationContext.xml (never gets used in the tests... figures); also a small whitespace change More... almost 12 years ago
check in missing files that busted the build More... almost 12 years ago
resolved #37, retabs; increment counters after writes so they don't get incremented when writes fail (this can cause a triple to be counted as both ACCEPTED and REJECTED); resolved #38 -- first draft of Spring configuration for Bakemono More... almost 12 years ago
move PrimitiveTriple from centipede to bakemono so we can implement Writable and somebody replace String with Text More... almost 12 years ago
eliminate the tool, mapper, and reducer packages since these were inspired by a vision of composability which wasn't quite to be -- I wanted to get this settled before I started writing Spring files with embedded class names; check in the passthroughReducer, the absence of which could have busted the build for the tag that just got released. More... almost 12 years ago
add option for a reduce stage in ranSampler More... almost 12 years ago
add ranSample application More... almost 12 years ago
bakemono/src/main/java/com/ontology2/bakemono/tools/ranSample/ More... almost 12 years ago
encapsulate PrimitiveTriple fields so we can change things later and prevent anyone from using them now More... almost 12 years ago
#26 this looks like a good first draft for the horizontal subdivision More... almost 12 years ago
retab More... almost 12 years ago
don't even let it survive in a comment More... almost 12 years ago
this is a big part of #26 since now sieve3 works; The trouble was that PrimitiveTripleInputFormat gets Hadoop really confused running too many mappers. I just copied the way pse3 does it, but i put it in as #29 More... almost 12 years ago
sieve3 looks like it should work now but it doesn't, I'm seeing extra input paths appear with duplicated data -- snapshotting here so I can do crazy experiments More... almost 12 years ago
I decided to go through primitive triples because of the lack of a pull mode in Jena; some work towards implementation on Sunday More... about 12 years ago
snapshot of a little work I did on Saturday; sieve3 is taking shape, the main question is putting together a story that makes sense for I/O; so far I've been coding with primitive triples but it could make sense to use Jena triples here; it is a question of do I want to write a good output plugin for PrimitiveTriples or a good input plugin for Jena triples. Jena might be more short term bother, but long term it's the better choice More... about 12 years ago
snapshot of progress at beer o' clock eastern time friday; refactor argument parsing in PSE3Tool and start writing classes for sieve3 More... about 12 years ago
set the exact value used in a successful production run More... about 12 years ago
fix old README which was just plain wrong More... about 12 years ago
add -r operation to set number of reducers for pse3 More... about 12 years ago
resolve #20 -- just a matter of generating the paths... now we spill the output into subdirectories More... about 12 years ago
#25 I added the code to initialize the list of sub-committers and the new and improved pse3 just worked on a small sample set, the rejected and accepted outputs all went where they were expected to go More... about 12 years ago
#25 -- switch RealMultipleOutputsCommitter to use a List instead of a single instance, now all we need to do is populate that list... More... about 12 years ago