[jira] [Resolved] (HADOOP-7551) LocalDirAllocator should incorporate LocalStorage

2011-11-03 Thread Eli Collins (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-7551. - Resolution: Won't Fix Per MAPREDUCE-3011 the if the conf given to the LocalDirAllocator

Re: FileSystem contract of listStatus

2011-11-02 Thread Eli Collins
Hey Noah, HDFS returns items in lexographic order by byte (see INode#compareBytes) but I don't think ordering was intended to be an explicit part of the contract. Ie the test probably just needs to be modified to ignore the order. RawLocalFileSystem uses Java's File#list which has no guarantee

[jira] [Created] (HADOOP-7796) HADOOP-7773 introduced 7 new findbugs warnings

2011-11-01 Thread Eli Collins (Created) (JIRA)
Affects Versions: 0.23.0, 0.24.0 Reporter: Eli Collins CodeWarning Se com.google.protobuf.ByteString stored into non-transient field HadoopRpcProtos$HadoopRpcExceptionProto.exceptionName_ Se com.google.protobuf.ByteString stored into non-transient field

[jira] [Created] (HADOOP-7783) Tests for HDFS-2514

2011-10-29 Thread Eli Collins (Created) (JIRA)
Reporter: Eli Collins Assignee: Eli Collins This covers the tests for HDFS-2514. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa

Avro compilation errors building from eclipse

2011-10-26 Thread Eli Collins
Hey gang, I refreshed my trunk trees and ran mvn eclipse:eclipse am seeing the old Avro compilation errors in TestAvroSerialization and friends. I've got target/generated-sources/java as a source dir which I thought was sufficient to get those classes on the classpath. Did something in the

Re: Avro compilation errors building from eclipse

2011-10-26 Thread Eli Collins
Thanks, that fixed it. Had to run mvn test -DskipTests to generate generated-test-sources. On Wed, Oct 26, 2011 at 4:26 PM, Arun C Murthy a...@hortonworks.com wrote: Just add generated-test-sources (manually) to your srcs. On Oct 26, 2011, at 4:18 PM, Eli Collins wrote: Hey gang, I

Re: Development basis / rebuilding Cloudera dist

2011-10-23 Thread Eli Collins
Hey Tim, + cdh-user@ where someone can help with your specific issue. (bcc common-dev). You may also want to check out Apache Bigtop: http://incubator.apache.org/bigtop Thanks, Eli On Fri, Oct 21, 2011 at 10:30 PM, Tim Broberg tbrob...@yahoo.com wrote: I'd like to add a core module to hadoop,

Re: Hadoop SUN JAVA dependency

2011-10-20 Thread Eli Collins
Hey Amir, The jiras you're looking for are: HADOOP-6941. Support non-SUN JREs in UserGroupInformation HADOOP-7211. Security uses proprietary Sun APIs Also see http://wiki.apache.org/hadoop/HadoopJavaVersions This needs to go in trunk as well as 20x. Thanks, Eli On Thu, Oct 20, 2011 at 8:09

[jira] [Resolved] (HADOOP-7634) Cluster setup docs specify wrong owner for task-controller.cfg

2011-09-19 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-7634. - Resolution: Fixed Fix Version/s: (was: 0.20.205.0) 0.20.206.0

[jira] [Created] (HADOOP-7647) Update bylaws to reflect PMC chair rotation

2011-09-16 Thread Eli Collins (JIRA)
Reporter: Eli Collins Assignee: Eli Collins Attachments: hadoop-7647.patch The PMC voted to rotate the chair annually. Let's update the bylaws accordingly. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com

[jira] [Created] (HADOOP-7650) Automated test for the tarballs

2011-09-16 Thread Eli Collins (JIRA)
Automated test for the tarballs --- Key: HADOOP-7650 URL: https://issues.apache.org/jira/browse/HADOOP-7650 Project: Hadoop Common Issue Type: Bug Components: test Reporter: Eli Collins

[jira] [Resolved] (HADOOP-7640) PluginDispatcher should identify which class could not be found

2011-09-15 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-7640. - Resolution: Invalid Depends on HADOOP-5640 which isn't in trunk. PluginDispatcher should

Re: jenkins testing on 0.20.20x

2011-09-15 Thread Eli Collins
See HADOOP-7435. On Thu, Sep 15, 2011 at 9:44 AM, Steve Loughran ste...@apache.org wrote: If I have some patches for the 0.20.20x branch, how do I submit them so they get applied and tested on that branch, rather than trunk. I have a patch that I want to get in there, but the JIRA process

Re: [PROPOSAL] Two Jira infrastructure additions to support sustaining bug fixes

2011-09-15 Thread Eli Collins
Hey Matt, Thanks for the proposal, agree we should sort these out. Wrt #1 IIUC the new workflow would be to use Target Version like we use Fix Version today, but only set the Fix Version when we actually commit to the given branch for the release. Seems reasonable. Definitely better than

Re: [PROPOSAL] Two Jira infrastructure additions to support sustaining bug fixes

2011-09-15 Thread Eli Collins
On Thu, Sep 15, 2011 at 1:44 PM, Matt Foley mfo...@hortonworks.com wrote: On Thu, Sep 15, 2011 at 1:20 PM, Eli Collins e...@cloudera.com wrote: Hey Matt, Thanks for the proposal, agree we should sort these out. Wrt #1 IIUC the new workflow would be to use Target Version like we use Fix

[jira] [Created] (HADOOP-7634) Cluster setup docs specify wrong owner for task-controller.cfg

2011-09-13 Thread Eli Collins (JIRA)
Components: documentation, security Affects Versions: 0.20.204.0 Reporter: Eli Collins Assignee: Eli Collins Priority: Minor Fix For: 0.20.205.0 Attachments: hadoop-7634.patch The cluster setup docs indicate task-controller.cfg

Re: JIRA attachments order

2011-09-12 Thread Eli Collins
On Mon, Sep 12, 2011 at 9:33 AM, Eric Payne er...@yahoo-inc.com wrote: So, if a patch is the same for trunk plus one or more branches, would we need to upload multiple patches? Correct. In my experience its been very rare that one patch applies to trunk and a stable branch, and trunk to a

Re: JIRA attachments order

2011-09-09 Thread Eli Collins
How about we the how to contribute page with a simple standard? jira-xyz.patch # for trunk jira-xyz-branch.patch # for a release branch, could use a shortened name, eg 20x for branch-20-security and append for branch-20-append. Thanks, Eli On Fri, Sep 9, 2011 at 10:32 AM, Robert Evans

Re: JIRA attachments order

2011-09-09 Thread Eli Collins
Personally I like version numbers as well, it allows me to refer to a specific version of the patch (vs a patch on a given time of date/date). I also notice some people use .txt which browsers can view in place vs .patch which will download by default unless you register a viewer. Thanks, Eli

Re: JIRA attachments order

2011-09-09 Thread Eli Collins
On Fri, Sep 9, 2011 at 12:52 PM, Doug Cutting cutt...@apache.org wrote: On 09/09/2011 11:12 AM, Eli Collins wrote: Personally I like version numbers as well,  it allows me to refer to a specific version of the patch (vs a patch on a given time of date/date). Re-using the name doesn't hide

Re: JIRA attachments order

2011-09-09 Thread Eli Collins
On Fri, Sep 9, 2011 at 1:15 PM, Aaron T. Myers a...@cloudera.com wrote: On Fri, Sep 9, 2011 at 12:57 PM, Eli Collins e...@cloudera.com wrote: Patches for a specific branch should be named:  jira-xyz-branch.patch where branch may be abbreviated, eg hdfs-123-security.patch +1, if we ever hope

Re: JIRA attachments order

2011-09-09 Thread Eli Collins
I updated HowToContribute, it people like this prose I'll advertise the change to *-dev. Thanks, Eli On Fri, Sep 9, 2011 at 2:53 PM, Eli Collins e...@cloudera.com wrote: On Fri, Sep 9, 2011 at 1:15 PM, Aaron T. Myers a...@cloudera.com wrote: On Fri, Sep 9, 2011 at 12:57 PM, Eli Collins e

Re: Hadoop Tools Layout (was Re: DistCpV2 in 0.23)

2011-09-06 Thread Eli Collins
On Tue, Sep 6, 2011 at 10:11 AM, Allen Wittenauer a...@apache.org wrote: On Sep 6, 2011, at 9:30 AM, Vinod Kumar Vavilapalli wrote: We still need to answer Amareshwari's question (2) she asked some time back about the automated code compilation and test execution of the tools module. My #1

Re: System tests on 0.20.20x releases

2011-08-22 Thread Eli Collins
On Sun, Aug 21, 2011 at 9:34 PM, Konstantin Boudnik c...@apache.org wrote: System tests (Herriot controlled) tests were a part of nightly testing of every build for at least 2 of .2xx release. I really can not comment on .203 and after. Owen - are you running the system tests on the 20x

[jira] [Created] (HADOOP-7569) Remove common start-all.sh

2011-08-22 Thread Eli Collins (JIRA)
Remove common start-all.sh -- Key: HADOOP-7569 URL: https://issues.apache.org/jira/browse/HADOOP-7569 Project: Hadoop Common Issue Type: Improvement Components: scripts Reporter: Eli Collins

[jira] [Created] (HADOOP-7570) hadoop-config.sh needs to be updated post MR2

2011-08-22 Thread Eli Collins (JIRA)
Reporter: Eli Collins Priority: Blocker Fix For: 0.23.0 hadoop-common/src/main/bin/hadoop-config.sh needs to be updated post MR2 (eg the layout of mapred home has changed). -- This message is automatically generated by JIRA. For more information on JIRA, see

[jira] [Created] (HADOOP-7571) hadoop-config.sh needs to be updated post mavenization

2011-08-22 Thread Eli Collins (JIRA)
Components: scripts Reporter: Eli Collins Priority: Blocker Fix For: 0.23.0 hadoop-common/src/main/bin/hadoop-config.sh needs to be updated post mavenization (eg it still refers to build/classes etc). -- This message is automatically generated by JIRA

[jira] [Created] (HADOOP-7572) Ability to run the daemons from source trees

2011-08-22 Thread Eli Collins (JIRA)
Reporter: Eli Collins It's very useful for developers to be able to run the daemons w/o building/deploying tarballs. This feature used to work, is now very out of date post RPM and maven related changes. -- This message is automatically generated by JIRA. For more information on JIRA

[jira] [Resolved] (HADOOP-7321) The link to the documentation on the hadoop common page is broken

2011-08-19 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-7321. - Resolution: Fixed The link to the documentation on the hadoop common page is broken

System tests on 0.20.20x releases

2011-08-19 Thread Eli Collins
Has anyone tried running the system tests on a 0.20.20x release? Why don't we run these via Hudson? After following the instructions on the wiki [1] and making a bunch of additional fixes (setting dfs.datanode.ipc.address in the config, using sbin instead of bin, copying libs into the FI build

[jira] [Created] (HADOOP-7548) ant binary target fails if native has not been built

2011-08-17 Thread Eli Collins (JIRA)
: build Affects Versions: 0.20.205.0 Reporter: Eli Collins Fix For: 0.20.205.0 The binary target on branch-0.20-security fails with the following, it assumes the native dir exists. BUILD FAILED /home/eli/src/hadoop-branch-0.20-security/build.xml:1572: /home/eli/src

[jira] [Created] (HADOOP-7551) LocalDirAllocator should incorporate LocalStorage

2011-08-17 Thread Eli Collins (JIRA)
: fs Affects Versions: 0.20.204.0 Reporter: Eli Collins The o.a.h.fs.LocalDirAllocator is not aware of o.a.h.m.t.LocalStorage (introduced in MAPREDUCE-2413) - it always considers the configured local dirs, not just the ones that happen to be good. Therefore if there's a disk

[jira] [Created] (HADOOP-7552) FileUtil#fullyDelete doesn't throw IOE but lists it in the throws clause

2011-08-17 Thread Eli Collins (JIRA)
Issue Type: Improvement Components: fs Reporter: Eli Collins Assignee: Eli Collins Priority: Minor Fix For: 0.23.0 FileUtil#fullyDelete doesn't throw IOException so it shouldn't have IOException in its throws clause. Having it listed

[jira] [Resolved] (HADOOP-6423) Add unit tests framework (Mockito)

2011-08-11 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-6423. - Resolution: Fixed mockito was added Add unit tests framework (Mockito

[jira] [Resolved] (HADOOP-6503) contrib projects should pull in the ivy-fetched libs from the root project

2011-08-11 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-6503. - Resolution: Won't Fix NA post mavenization contrib projects should pull in the ivy-fetched

[jira] [Resolved] (HADOOP-6606) Change the default HADOOP_PID_DIR to $HADOOP_HOME/pids

2011-08-11 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-6606. - Resolution: Won't Fix Change the default HADOOP_PID_DIR to $HADOOP_HOME/pids

[jira] [Resolved] (HADOOP-6604) Improve HADOOP_HOME detection and handling in hadoop-config

2011-08-11 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-6604. - Resolution: Won't Fix Out of date Improve HADOOP_HOME detection and handling in hadoop-config

[jira] [Resolved] (HADOOP-6880) Documentation: Chinese (cn) doc is old

2011-08-11 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-6880. - Resolution: Fixed cn docs were removed Documentation: Chinese (cn) doc is old

[jira] [Resolved] (HADOOP-6247) move the hdfs and mapred scripts to their respective subprojects

2011-08-11 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-6247. - Resolution: Fixed This was fixed move the hdfs and mapred scripts to their respective

[jira] [Resolved] (HADOOP-6191) Allow Super user access only from certian trusted IP Range- This is to avoid spoofing by others as super user and gain access to the cluster

2011-08-11 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-6191. - Resolution: Won't Fix Allow Super user access only from certian trusted IP Range

[jira] [Resolved] (HADOOP-6159) Remove core from build.xml

2011-08-11 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-6159. - Resolution: Won't Fix NA post mavenization Remove core from build.xml

[jira] [Resolved] (HADOOP-6110) test-patch takes 45min!

2011-08-11 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-6110. - Resolution: Fixed Runs quickly now test-patch takes 45min

[jira] [Resolved] (HADOOP-6092) No space left on device

2011-08-11 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-6092. - Resolution: Duplicate Already have jiras tracking this, see last comment. No space left

[jira] [Resolved] (HADOOP-6035) jobtracker stops when namenode goes out of safemode runing capacit scheduler

2011-08-11 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-6035. - Resolution: Invalid Should be moved to the list. jobtracker stops when namenode goes out

[jira] [Resolved] (HADOOP-5405) Adding support for HDFS proxy

2011-08-11 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-5405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-5405. - Resolution: Won't Fix hdfs proxy was removed. Adding support for HDFS proxy

[jira] [Resolved] (HADOOP-5615) Spec file and SRPM for building a Hadoop-0.19.1 RPM

2011-08-11 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-5615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-5615. - Resolution: Won't Fix Spec file and SRPM for building a Hadoop-0.19.1 RPM

[jira] [Resolved] (HADOOP-5263) Documentation: Chinese (cn) doc structure placed in the middle of the English doc structure

2011-08-11 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-5263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-5263. - Resolution: Won't Fix cn docs were removed Documentation: Chinese (cn) doc structure placed

[jira] [Resolved] (HADOOP-5256) Some tests not run by default

2011-08-11 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-5256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-5256. - Resolution: Not A Problem Some tests not run by default

[jira] [Resolved] (HADOOP-4819) 0.19.1 will not build under Solaris 5.10 (x86)

2011-08-11 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-4819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-4819. - Resolution: Duplicate Another jira tracks solaris compilation. 0.19.1 will not build under

[jira] [Resolved] (HADOOP-5010) Document HTTP/HTTPS methods to read directory and file data

2011-08-11 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-5010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-5010. - Resolution: Fixed HDFS proxy was removed, hftp is documented. Document HTTP/HTTPS methods

[jira] [Resolved] (HADOOP-4385) Build fails for Mac OSX

2011-08-11 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-4385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-4385. - Resolution: Fixed Fixed elsewhere. Build fails for Mac OSX

[jira] [Resolved] (HADOOP-4484) 0.18.1 breaks SOCKS server setting

2011-08-11 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-4484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-4484. - Resolution: Won't Fix Out of date 0.18.1 breaks SOCKS server setting

[jira] [Resolved] (HADOOP-4748) Chinese Translation of Hadoop-Related Documents

2011-08-11 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-4748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-4748. - Resolution: Won't Fix Out of date Chinese Translation of Hadoop-Related Documents

[jira] [Resolved] (HADOOP-4382) Run Hadoop sort benchmark on Amazon EC2

2011-08-11 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-4382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-4382. - Resolution: Won't Fix Covered by apache whirr Run Hadoop sort benchmark on Amazon EC2

[jira] [Resolved] (HADOOP-4042) bin/hadoop should check `which java` to find java

2011-08-11 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-4042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-4042. - Resolution: Won't Fix Per other jira we only check JAVA_HOME (and java_home on osx) bin

[jira] [Resolved] (HADOOP-4022) mapper output truncated on pseudo-distributed cluster

2011-08-11 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-4022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-4022. - Resolution: Won't Fix Out of date mapper output truncated on pseudo-distributed cluster

[jira] [Resolved] (HADOOP-3978) Using regular desktops as hadoop slaves

2011-08-11 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-3978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-3978. - Resolution: Won't Fix Out of date Using regular desktops as hadoop slaves

[jira] [Resolved] (HADOOP-3929) I would like to improve the archive tool [see issue 3307].

2011-08-11 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-3929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-3929. - Resolution: Won't Fix Out of date I would like to improve the archive tool [see issue 3307

[jira] [Resolved] (HADOOP-3871) add anchors to top of job tracker web page

2011-08-11 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-3871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-3871. - Resolution: Duplicate Covered by MR2. add anchors to top of job tracker web page

[jira] [Resolved] (HADOOP-3870) show job priority on first page

2011-08-11 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-3870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-3870. - Resolution: Duplicate Covered by MR2. show job priority on first page

[jira] [Resolved] (HADOOP-3869) provide web interface to filter jobtracker jobs

2011-08-11 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-3869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-3869. - Resolution: Duplicate Covered by MR2. provide web interface to filter jobtracker jobs

[jira] [Resolved] (HADOOP-3867) provide interface to jobtracker admin to kill or reprioritize one or more jobs

2011-08-11 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-3867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-3867. - Resolution: Duplicate Covered by MR2. provide interface to jobtracker admin to kill

[jira] [Resolved] (HADOOP-3818) Not possible to access a FileSystem from within a ShutdownHook

2011-08-11 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-3818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-3818. - Resolution: Won't Fix Out of date Not possible to access a FileSystem from within

[jira] [Resolved] (HADOOP-3568) Don't need to use toString() on strings (code cleanup)

2011-08-11 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-3568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-3568. - Resolution: Won't Fix No pointer/patch Don't need to use toString() on strings (code cleanup

[jira] [Resolved] (HADOOP-3482) Think to some modification to the API

2011-08-11 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-3482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-3482. - Resolution: Won't Fix Out of date Think to some modification to the API

[jira] [Resolved] (HADOOP-3554) LineRecordReader needs more synchronization

2011-08-11 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-3554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-3554. - Resolution: Won't Fix Out of date LineRecordReader needs more synchronization

[jira] [Resolved] (HADOOP-3555) Add more synchronization to JobStatus

2011-08-11 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-3555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-3555. - Resolution: Won't Fix Out of date Add more synchronization to JobStatus

[jira] [Resolved] (HADOOP-3473) io.sort.factor should default to 100 instead of 10

2011-08-11 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-3473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-3473. - Resolution: Fixed io.sort.factor should default to 100 instead of 10

[jira] [Resolved] (HADOOP-2988) Trash not being deleted on time

2011-08-11 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-2988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-2988. - Resolution: Won't Fix Out of date Trash not being deleted on time

[jira] [Resolved] (HADOOP-2474) Automate EC2 DynDNS setup

2011-08-11 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-2474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-2474. - Resolution: Won't Fix Covered by whirr Automate EC2 DynDNS setup

[jira] [Resolved] (HADOOP-2678) Hadoop-Nightly does not run contrib tests if core tests fail

2011-08-11 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-2678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-2678. - Resolution: Won't Fix No more contrib Hadoop-Nightly does not run contrib tests if core tests

[jira] [Resolved] (HADOOP-2305) test-core tests have increased in elapsed time

2011-08-11 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-2305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-2305. - Resolution: Won't Fix Out of date test-core tests have increased in elapsed time

[jira] [Resolved] (HADOOP-1787) Reorder CHANGES.txt so that each section is sorted by bug number

2011-08-11 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-1787. - Resolution: Won't Fix Out of date Reorder CHANGES.txt so that each section is sorted by bug

[jira] [Resolved] (HADOOP-1867) use single parameter to specify a node's available ram

2011-08-11 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-1867. - Resolution: Won't Fix Out of date use single parameter to specify a node's available ram

[jira] [Resolved] (HADOOP-1267) change default config to be single node rather than local for both map/reduce and hdfs

2011-08-11 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-1267. - Resolution: Won't Fix Out of date change default config to be single node rather than local

[jira] [Resolved] (HADOOP-1525) Java Service Wrapper for Hadoop

2011-08-11 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-1525. - Resolution: Won't Fix Out of date Java Service Wrapper for Hadoop

[jira] [Resolved] (HADOOP-953) huge log files

2011-08-11 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-953. Resolution: Fixed huge log files -- Key: HADOOP-953

[jira] [Resolved] (HADOOP-601) we need some rpc retry framework

2011-08-11 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-601. Resolution: Fixed we need some rpc retry framework

[jira] [Resolved] (HADOOP-1899) the metrics system in the job tracker is running too often

2011-08-11 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-1899. - Resolution: Fixed the metrics system in the job tracker is running too often

[jira] [Resolved] (HADOOP-1072) VersionMismatch should be VersionMismatchException

2011-08-11 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-1072. - Resolution: Won't Fix Already an IO class w that name. VersionMismatch should

[jira] [Resolved] (HADOOP-502) Summer buffer overflow exception

2011-08-11 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-502. Resolution: Won't Fix Out of date. Summer buffer overflow exception

[jira] [Created] (HADOOP-7531) Add servlet util methods for handling paths in requests

2011-08-09 Thread Eli Collins (JIRA)
Components: util Affects Versions: 0.23.0 Reporter: Eli Collins Assignee: Eli Collins Fix For: 0.23.0 Common side of HDFS-2235. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Created] (HADOOP-7526) Add TestPath tests for URI conversion and reserved characters

2011-08-07 Thread Eli Collins (JIRA)
Components: fs Affects Versions: 0.23.0 Reporter: Eli Collins Assignee: Eli Collins Priority: Minor Fix For: 0.23.0 Attachments: hadoop-7526-1.patch TestPath needs tests that cover URI conversion (eg places where Paths and URIs

[jira] [Created] (HADOOP-7527) Make URL encoding consistent

2011-08-07 Thread Eli Collins (JIRA)
Make URL encoding consistent Key: HADOOP-7527 URL: https://issues.apache.org/jira/browse/HADOOP-7527 Project: Hadoop Common Issue Type: Improvement Affects Versions: 0.23.0 Reporter: Eli Collins

Re: [VOTE] Release 0.20.204.0-rc0

2011-08-03 Thread Eli Collins
On Wed, Aug 3, 2011 at 2:14 PM, Matt Foley mfo...@hortonworks.com wrote: So, how are we doing with 0.20.204 content and trunk given the above proposal? Very well, in fact. Matt, Suresh and I have done a detailed analysis (separate email), please take a look. Here's the analysis of changes

[jira] [Created] (HADOOP-7503) Client#getRemotePrincipal NPEs when given invalid dfs.*.name

2011-08-02 Thread Eli Collins (JIRA)
Components: ipc, security Affects Versions: 0.20.203.0, 0.23.0 Reporter: Eli Collins The following code in Client#getRemotePrincipal NPEs if security is enabled and dfs.https.address, dfs.secondary.http.address, dfs.secondary.https.address, or fs.default.name, has an invalid

[jira] [Created] (HADOOP-7504) hadoop-metrics.properties missing some Ganglia31 options

2011-08-02 Thread Eli Collins (JIRA)
Components: metrics Affects Versions: 0.20.203.0, 0.23.0 Reporter: Eli Collins Priority: Trivial The jvm, rpc, and ugi sections of hadoop-metrics.properties should have Ganglia31 options like dfs and mapred -- This message is automatically generated by JIRA

[jira] [Created] (HADOOP-7505) EOFException in RPC stack should have a nicer error message

2011-08-02 Thread Eli Collins (JIRA)
Components: ipc Affects Versions: 0.23.0 Reporter: Eli Collins Priority: Minor Lots of user logs involve a user running mismatched versions, and for some reason or another, they get EOFException instead of a proper version mismatch exception. We should

Re: [VOTE] Release 0.20.204.0-rc0

2011-07-28 Thread Eli Collins
We've done both, even within a branch (0.20.0 was voted on core-dev@ and 0.20.2 on general@). The bylaws suggest general@ should be used, which seems to make sense since we're releasing common, hdfs and mr. I think either works as long as people know where to check.

Re: compilation failing on tests contrib

2011-07-26 Thread Eli Collins
+cdh-user, -common-dev(bcc) Hi Keren, Individual test failures for contrib projects are in build/contrib/proj/test. However you probably don't care since there's no need to run all the tests just to build a tarball, just remove the test test-c++-libhdfs from the command you're using to build

Re: compilation of CDH3

2011-07-25 Thread Eli Collins
+cdh-user -common-dev(bcc) Perhaps you're using forrest 0.9, the hadoop docs don't build with forrest 0.9 (eg see HADOOP-7303), you need to use v 0.8 (and can explicitly set it via -Dforrest.home). You can use also use the binary target to build a tarball w/o docs. Thanks, Eli On Mon, Jul 25,

[jira] [Resolved] (HADOOP-7417) Hadoop Management System (Umbrella)

2011-07-05 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-7417. - Resolution: Not A Problem Hadoop Management System (Umbrella

[jira] [Resolved] (HADOOP-7040) DiskChecker:mkdirsWithExistsCheck swallows FileNotFoundException.

2011-06-30 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-7040. - Resolution: Fixed Fix Version/s: (was: 0.20.2) 0.20.203.1

[jira] [Resolved] (HADOOP-7409) TestTFileByteArrays is failing on Hudson

2011-06-28 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-7409. - Resolution: Duplicate Looks like a dupe. TestTFileByteArrays is failing on Hudson

[jira] [Created] (HADOOP-7429) Common side of HDFS-2110

2011-06-27 Thread Eli Collins (JIRA)
Common side of HDFS-2110 Key: HADOOP-7429 URL: https://issues.apache.org/jira/browse/HADOOP-7429 Project: Hadoop Common Issue Type: Improvement Components: util Reporter: Eli Collins

Re: Releases from branch-0.20

2011-06-24 Thread Eli Collins
I reverted the history that indicated there was a 0.20.3 release (HADOOP-7372 ) and moved the two jiras with 0.20.4 fixVersion to be 0.20.3, and deleted the 0.20.4 fixVersion from jira. On Thu, Jun 9, 2011 at 11:15 AM, Eli Collins e...@cloudera.com wrote: Hey guys, When filing HADOOP-7372

[jira] [Created] (HADOOP-7422) Test that the topology script is always passed IP addresses

2011-06-23 Thread Eli Collins (JIRA)
Components: test Reporter: Eli Collins Now that HADOOP-6682 has been fixed, Hadoop should always pass the topology script an IP address rather than a hostname. We should write a test that covers this (specifically that DNSToSwitchMapping#resolve is always passed IP addresses) so

[jira] [Created] (HADOOP-7423) Document topology script requirements

2011-06-23 Thread Eli Collins (JIRA)
Reporter: Eli Collins The topology script documentation is cluster_setup.xml is unclear. The topology script: # Only needs to handle IP addresses (not hostnames) # Needs to handle multiple arguments for caching to work effectively We should check in an example script or include an example one

[jira] [Created] (HADOOP-7424) Log an error if the topology script doesn't handle multiple args

2011-06-23 Thread Eli Collins (JIRA)
: Improvement Reporter: Eli Collins ScriptBasedMapping#resolve currently warns and returns null if it passes n arguments to the topology script and gets back a different number of resolutions. This indicates a bug in the topology script (or it's input) and therefore should be an error

Releases from branch-0.20

2011-06-09 Thread Eli Collins
Hey guys, When filing HADOOP-7372 (CHANGES.txt claims there's a 0.20.3 release) I noticed there are fix versions for 0.20.3 and 0.20.4 on jira. If we don't intend to release 0.20.3 (Owen, you're the RM for branch-0.20 right?) then we should remove these fix versions from jira as they're confusing

<    1   2   3   4   >