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
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:
>
+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
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
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
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