Re: [VOTE] port HADOOP-6218 (Split TFile by Record Sequence Number) to hadoop 0.20/0.21

2009-10-12 Thread Raghu Angadi
+1. risk is low since it does not involve any change to on-disk format. On Mon, Oct 12, 2009 at 4:37 PM, Owen O'Malley wrote: > > On Oct 12, 2009, at 3:55 PM, Hong Tang wrote: > > I suggest that we port the patch back to hadoop 0.20/0.21 now. >> > > This seems like a low risk change, which onl

[jira] Created: (HADOOP-6311) Add support for unix domain sockets to JNI libs

2009-10-12 Thread Todd Lipcon (JIRA)
Add support for unix domain sockets to JNI libs --- Key: HADOOP-6311 URL: https://issues.apache.org/jira/browse/HADOOP-6311 Project: Hadoop Common Issue Type: New Feature Components: nati

Re: [VOTE] port HADOOP-6218 (Split TFile by Record Sequence Number) to hadoop 0.20/0.21

2009-10-12 Thread Owen O'Malley
On Oct 12, 2009, at 3:55 PM, Hong Tang wrote: I suggest that we port the patch back to hadoop 0.20/0.21 now. This seems like a low risk change, which only affects users of TFile and enables some very desirable functionality. +1 -- Owen

[jira] Created: (HADOOP-6310) bash completion doesn't quite work.

2009-10-12 Thread Paul Huff (JIRA)
bash completion doesn't quite work. --- Key: HADOOP-6310 URL: https://issues.apache.org/jira/browse/HADOOP-6310 Project: Hadoop Common Issue Type: Bug Affects Versions: 0.18.3 Reporter: Paul Hu

Re: [VOTE] port HADOOP-6218 (Split TFile by Record Sequence Number) to hadoop 0.20/0.21

2009-10-12 Thread Devaraj Das
After an offline discussion with Hong and others on this subject, it seems to make sense. +1 On 10/12/09 3:55 PM, "Hong Tang" wrote: HADOOP-6218 exposed the internal "Location" object as a global Record Sequence Number (RecNum). The feature is useful in a number of ways: (1) support progress r

[VOTE] port HADOOP-6218 (Split TFile by Record Sequence Number) to hadoop 0.20/0.21

2009-10-12 Thread Hong Tang
HADOOP-6218 exposed the internal "Location" object as a global Record Sequence Number (RecNum). The feature is useful in a number of ways: (1) support progress reporting for upper layers (object file, zebra); (2) use RecNum as cursor by a secondary index; (3) support aligned split across mu

[jira] Created: (HADOOP-6309) Enable asserts for tests by default

2009-10-12 Thread Eli Collins (JIRA)
Enable asserts for tests by default --- Key: HADOOP-6309 URL: https://issues.apache.org/jira/browse/HADOOP-6309 Project: Hadoop Common Issue Type: Test Reporter: Eli Collins What do people think