Re: MongoDB storage handler for HIVE

2011-11-18 Thread Alexander C.H. Lorenz
java...@gmail.com 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 ychuang...@gmail.com I just have a quick and dirty implementation of a MongoDB storage handler for HIVE

Re: MongoDB storage handler for HIVE

2011-11-18 Thread YC Huang
leaning towards hive . This could be a nice combo. will check it out (pun intended) 2011/11/17 YC Huang ychuang...@gmail.com 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

MongoDB storage handler for HIVE

2011-11-17 Thread YC Huang
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

Re: MongoDB storage handler for HIVE

2011-11-17 Thread Stephen Boesch
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 ychuang...@gmail.com I just have a quick and dirty implementation of a MongoDB storage handler for HIVE, the project is hosted on GitHub