Hi, i have a question about jena elephas and in particular about how to execute TripleFilterBySubjectUriMapper.class; for now I've created a project with jena elephas dependencies and i'm implementing the main class with all configuration options; my doubts are about MapOutputkeyclass and MapOutputValue class and also how to set rdf.mapreduce.filter.subject.uris. is this last one a command parameter?if yes, i should write a command like:
bin/hadoop jar <path to my jar>file.jar mypackage --output <path output> --input-type triples <path input> rdf.mapreduce.filter.subject.uris uri1 uri2 ...etc is it right? thanks in advance, Carmen
