Sanooj, It is not necessary that output can only be written to a table when using MR, you can have your own custom reducer with appropriate OutputFormat set in driver.
Similar solutions with phoenix are:- 1. phoenix MR 2. phoenix spark 3. phoenix pig On Thu, Apr 21, 2016 at 11:06 PM, Sanooj Padmakumar <[email protected]> wrote: > Hi > > Is there a way using phoenix we can query a huge table to extract some > information from them ? The "where" condition will have "value" fields and > might not have any row key fields. > > I am looking for something like a phoenix mapreduce ( > https://phoenix.apache.org/phoenix_mr.html) but this always require the > output to be written to a table. > > Any inputs ? > > -- > Thanks, > Sanooj Padmakumar >
