All, The examples in the hbase examples, and on the hadoop wiki all reference the deprecated interfaces of the mapred package. Are there any examples of how to use hbase as the input for a mapreduce job, that uses the mapreduce package instead? I'm looking to set up a job which will read from a hbase table based on a row value passed into the job, and which starts the map the row values(as the value key) and the column names(or value) as the map values.
James Kilbride
