We only use their java driver, but do not change any code, is that also aware of GPL license?
I'm glad if it could be in hive-contribs, thanks. YC On Friday, November 18, 2011, Ashutosh Chauhan wrote: > Great work YC. Alas, mongodb is GPL licensed, otherwise we could have it > in hive-contribs (ofcourse only if you have decided it to contribute). > > Ashutosh > On Thu, Nov 17, 2011 at 18:47, Stephen Boesch > <[email protected]<javascript:_e({}, 'cvml', '[email protected]');> > > wrote: > >> Nice idea! I have worked a bit with Mongo and am leaning towards hive . >> This could be a nice combo. will check it out (pun intended) >> >> >> 2011/11/17 YC Huang <[email protected] <javascript:_e({}, 'cvml', >> '[email protected]');>> >> >>> I just have a quick and dirty implementation of a MongoDB storage >>> handler for HIVE, the project is hosted on GitHub: >>> https://github.com/yc-huang/Hive-mongo. >>> Since Hive table do not support 'update' efficiently, we use MongoDB to >>> store those data, e.g. 'meta' data like user profile info, which need to be >>> updated sometimes. >>> >>> Post here in case maybe someone else need the same thing, and also >>> welcome bug reports and suggestions, thanks. >>> >>> YC >>> >>> >>> >> >
