IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

HBase MapReduce

  • 1.  HBase MapReduce

    Posted Mon September 25, 2017 04:47 AM

    If I want to write the Reducer output into HBase, I just need to use:
    context.write(key,put);
    My question is about the first parameter “key”; whatever value I set to “key”, it will not be showed in HBase when I use HBase Shell to check, even though I set it to “null”. So what should I set to this “key” on earth? You should set it to null - the put value contains both the key and value from HBase perspective and as you correctly noted the context’s key is not used.


    #webMethods
    #webMethods-BPMS
    #BPM


  • 2.  RE: HBase MapReduce

    Posted Mon September 25, 2017 06:07 AM

    Hi Sandeep,

    Not sure which webMethods product you are using and what is the context of this query, can you please provide more details.

    Regards

    Vinay


    #webMethods-BPMS
    #webMethods
    #BPM