[jira] [Updated] (HBASE-7031) Support startRow/endRow in TableInputFormat

2012-10-31 Thread Phabricator (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-7031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Phabricator updated HBASE-7031:
---

Attachment: D6129.4.patch

pritamdamania updated the revision [jira] [HBASE-7031] [89-fb] Add 
startRow/endRow to TableInputFormat.
Reviewers: Kannan, Karthik, JIRA, mbautin

  Addressing comments.


REVISION DETAIL
  https://reviews.facebook.net/D6129

AFFECTED FILES
  src/main/java/org/apache/hadoop/hbase/mapred/TableInputFormat.java
  src/main/java/org/apache/hadoop/hbase/mapred/TableInputFormatBase.java
  src/main/java/org/apache/hadoop/hbase/mapred/TableRecordReader.java
  src/main/java/org/apache/hadoop/hbase/mapred/TableRecordReaderImpl.java
  src/main/java/org/apache/hadoop/hbase/mapreduce/TableInputFormat.java
  src/main/java/org/apache/hadoop/hbase/mapreduce/TableInputFormatBase.java

To: Kannan, Karthik, JIRA, mbautin, pritamdamania
Cc: tjackson


 Support startRow/endRow in TableInputFormat
 ---

 Key: HBASE-7031
 URL: https://issues.apache.org/jira/browse/HBASE-7031
 Project: HBase
  Issue Type: Bug
Reporter: Mikhail Bautin
Priority: Minor
 Attachments: D6129.3.patch, D6129.4.patch


 We are still using org.apache.hadoop.hbase.mapred.TableInputFormat (as 
 opposed to org.apache.hadoop.hbase.mapreduce.TableInputFormat) for Hadoop 
 Streaming integration. We need to add startRow/endRow support to 
 TableInputFormat due to a product requirement. However, the two 
 TableInputFormat implementations have diverged over time. We need to make 
 mapred.TableInputFormat reuse some of the newer code in 
 mapreduce.TableInputFormat, and add startRow/endRow support to it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HBASE-7031) Support startRow/endRow in TableInputFormat

2012-10-29 Thread Phabricator (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-7031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Phabricator updated HBASE-7031:
---

Attachment: D6129.3.patch

pritamdamania updated the revision [jira] [HBASE-7031] [89-fb] Add 
startRow/endRow to TableInputFormat.
Reviewers: Kannan, Karthik, JIRA, mbautin

  Patched this locally, could someone take a look at this diff ?


REVISION DETAIL
  https://reviews.facebook.net/D6129

AFFECTED FILES
  src/main/java/org/apache/hadoop/hbase/mapred/TableInputFormat.java
  src/main/java/org/apache/hadoop/hbase/mapred/TableInputFormatBase.java
  src/main/java/org/apache/hadoop/hbase/mapred/TableRecordReader.java
  src/main/java/org/apache/hadoop/hbase/mapred/TableRecordReaderImpl.java
  src/main/java/org/apache/hadoop/hbase/mapreduce/TableInputFormat.java
  src/main/java/org/apache/hadoop/hbase/mapreduce/TableInputFormatBase.java

To: Kannan, Karthik, JIRA, mbautin, pritamdamania


 Support startRow/endRow in TableInputFormat
 ---

 Key: HBASE-7031
 URL: https://issues.apache.org/jira/browse/HBASE-7031
 Project: HBase
  Issue Type: Bug
Reporter: Mikhail Bautin
Priority: Minor
 Attachments: D6129.3.patch


 We are still using org.apache.hadoop.hbase.mapred.TableInputFormat (as 
 opposed to org.apache.hadoop.hbase.mapreduce.TableInputFormat) for Hadoop 
 Streaming integration. We need to add startRow/endRow support to 
 TableInputFormat due to a product requirement. However, the two 
 TableInputFormat implementations have diverged over time. We need to make 
 mapred.TableInputFormat reuse some of the newer code in 
 mapreduce.TableInputFormat, and add startRow/endRow support to it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira