hi I am new to Hbase Coprocessor. After doing some reading and code inspection its look like there is no way to stream the coprocessor results to the client during coprocessor run on the region server.
Am i missing something here? I may need to process TB in each region server, if the client will have to wait till start getting results for a coprocessor to end its run, it may be very inefficient more over the results size may be huge and holding all of them in the memory either on the region server or in the client may cause one of them to crush - the result must then be stream base. Thanks -- View this message in context: http://apache-hbase.679495.n3.nabble.com/Coprocessor-tp4018772.html Sent from the HBase - Developer mailing list archive at Nabble.com.