Hello,
writing a MR-Job to process HBase data and store aggregated data in Oracle. How would you do that in a MR-job? Currently, for test purposes we write the result into a HBase table again by using a TableReducer. Is there something like a OracleReducer, RelationalReducer, JDBCReducer or whatever? Or should one simply use plan JDBC code in the reduce step? Thanks! Thomas
