Hi :), i've a doubt about input format in jena elephas....if i wanted to create a mapper (which implements Mapper class of hadoop) with a map method that receives a whole file in ntriples format (so i would use WholeFileNTriplesInputFormat) what kinf of <keyIN,valueIN> i would specify? this doubt is because i've seen a record reader with <LongWritable,TripleWritable> and i haven't undestood what's the real input of the map method...
Can anyone "light" me the way? Thanks, Carmen.
