Hi! As always, I am slow to process :P Can anyone tell me why are we using Utf8 and not String? Talking about gora-hbase, although the compiler uses CharSequence everywhere, gora-hbase module return always Utf8 independetly of what type of CharSequence you wrote. Moreover, when writing, the CharSequence is converted to String [1], while when reading it goes from String to Utf8 [2].
What is the reason behind using Utf8? Under my ignorance I would vote to remove every Utf8 reference, and this obviously is good for MongoDB ;) Regards, Alfonso [1] - https://github.com/apache/gora/blob/master/gora-hbase/src/main/java/org/apache/gora/hbase/util/HBaseByteInterface.java#L226 [2] - https://github.com/apache/gora/blob/master/gora-hbase/src/main/java/org/apache/gora/hbase/util/HBaseByteInterface.java#L174 2014-10-16 22:05 GMT+02:00 Renato Marroquín Mogrovejo < [email protected]>: > Hi Damien, > > I created a MongoDataStore and create a query object to get objects from a > certain range, and when I wanted to iterate through the result set that it > returned, I got just a bunch of MongoResult objects instead of webPages. > It was just a class that I created to do that, if you can not reproduce it, > then I will recreate for you. If you could look into that would be awesome > :) > > > Renato M. > > > 2014-10-16 21:58 GMT+02:00 Lewis John Mcgibbney <[email protected] > >: > > > Hi Damien, > > > > On Thu, Oct 16, 2014 at 3:57 AM, <[email protected]> > wrote: > > > > > > > > I was able to complete a full generate-fetch-parse Nutch cycle using > > > the following patch. > > > > > > > > Can you open an issue in Jira and then make the patch available as a PR > or > > else attach the diff to the issue? > > I think the fact that this enables you to execute the Nutch workflow > means > > that it is certainly worth inclusion, however I also take your comments > on > > board. Maybe you want to echo these to a Jira issue and MongoDB users can > > scope from there? > > up to you > > Thanks > > Lewis > > >

