Re: Hbase to hive

2013-10-23 Thread samir das mohapatra
Hbase with hive provides the result handler , which will take the java classes , so you can write your own code for you BL. Regards, samir. On Tue, Oct 15, 2013 at 3:11 AM, abhisekgun...@yahoo.com < abhisekgun...@yahoo.com> wrote: > Hi All, > > Can somebody suggest a solution on my problem bel

Re: Need Urgent Help on Architecture

2012-05-22 Thread samir das mohapatra
OK Thanks On Mon, May 21, 2012 at 11:40 PM, Robert Evans wrote: > All attachments are stripped when sent to the mailing list. You will need > to use another service if you want us to see the diagram. > > > On 5/18/12 12:50 PM, "samir das mohapatra" > wrote: >

Re: [VOTE - RELEASE PLAN] create branch-1.1 and make release candidate 1.1.0

2012-05-18 Thread samir das mohapatra
+1 Thanks Mattf On Fri, May 18, 2012 at 7:22 AM, Matt Foley wrote: > Hi all, > I would like to branch "branch-1.1" from the current HEAD of branch-1, > and proceed to make a release candidate for hadoop-1.1.0 from it. > I'm also hereby offering to be Release Manager for branch-1.1, as I have > b

Need Urgent help

2012-05-18 Thread samir das mohapatra
Hi I wanted to implement one Workflow within the MAPPER. I am Sharing my concept through the Architecture Diagram, Please correct me if I am wrong and suggest me any Good Approach for that Many thanks in advance) Thanks

Need Urgent Help on Architecture

2012-05-18 Thread samir das mohapatra
Hi harsh, I wanted to implement one Workflow within the MAPPER. I am Sharing my concept through the Architecture Diagram, Please correct me if I am wrong and suggest me any Good Approach for that Many thanks in advance) Thanks samir

Re: Hadoop - Distributed sorting

2012-05-15 Thread samir das mohapatra
Hi Steps to do this: 1) Map: It will only define the key value for each number 2) Combiner : To sort locally over chunk of dataset . 3) Reducer: It will sort after over whole chunk globally--> OUT PUT as sorted Note: set combiner and reducer as Same class. Example: Let us assum