[jira] Created: (HDFS-1187) Modify fetchdt to allow renewing and canceling token

2010-06-03 Thread Owen O'Malley (JIRA)
: tools Reporter: Owen O'Malley Assignee: Owen O'Malley Attachments: fetchdt.patch I would like to extend fetchdt to allow renewing and canceling tokens. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to

[jira] Created: (HDFS-1178) The NameNode servlets should not use RPC to connect to the NameNode

2010-05-27 Thread Owen O'Malley (JIRA)
Components: name-node Reporter: Owen O'Malley Assignee: Owen O'Malley Currently some of the NameNode servlets use RPC to connect from the NameNode to itself. They should do it more directly with the NameNode object. -- This message is automatically

Re: [ANNOUCEMENT] Pig & Hadoop Contributors Workshop at Yahoo!

2010-03-25 Thread Owen O'Malley
On Mar 25, 2010, at 10:20 AM, Owen O'Malley wrote: Please RSVP by sending an email to hadoopcontributorr...@yahoo- inc.com before May 30th if you plan to attend. The proper email is: hadoopcontribu...@yahoo-inc.com . Sorry for the confusion. -- Owen

[ANNOUCEMENT] Pig & Hadoop Contributors Workshop at Yahoo!

2010-03-25 Thread Owen O'Malley
and future ideas around Hadoop and Pig technologies. When: June 30th 2010 @ 10:00 am – 3:00 pm Where: Yahoo! Buildling C, Classroom 5 @ 701 First Avenue, Sunnyvale CA 94089 If you have any suggestion for agenda items, please suggest them on the relevant developers list. Owen O'M

[jira] Created: (HDFS-991) Allow browsing the filesystem over http using delegation tokens

2010-02-20 Thread Owen O'Malley (JIRA)
Reporter: Owen O'Malley Assignee: Owen O'Malley Fix For: 0.22.0 Assuming the user authenticates to the NameNode in the browser, allow them to browse the file system by adding a delegation token the the url when it is redirected to a datanode. -- Th

[jira] Created: (HDFS-986) Push HADOOP-6551 into HDFS

2010-02-18 Thread Owen O'Malley (JIRA)
Push HADOOP-6551 into HDFS -- Key: HDFS-986 URL: https://issues.apache.org/jira/browse/HDFS-986 Project: Hadoop HDFS Issue Type: Improvement Reporter: Owen O'Malley We need to throw readable

[jira] Resolved: (HDFS-949) Move Delegation token into Common so that we can use it for MapReduce also

2010-02-09 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley resolved HDFS-949. Resolution: Fixed Fix Version/s: 0.22.0 Hadoop Flags: [Reviewed] I just committed

[jira] Created: (HDFS-949) Move Delegation token into Common so that we can use it for MapReduce also

2010-02-03 Thread Owen O'Malley (JIRA)
Issue Type: Improvement Reporter: Owen O'Malley Assignee: Owen O'Malley We need to support a MapReduce job that launches another MapReduce job inside its Mapper. Since the task doesn't have any Kerberos tickets, we need a delegation token. Moving the HDFS Dele

[jira] Resolved: (HDFS-905) Make changes to HDFS for the new UserGroupInformation APIs (HADOOP-6299)

2010-01-27 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley resolved HDFS-905. Resolution: Fixed Hadoop Flags: [Reviewed] I just committed this. Thanks, Jakob! &

[jira] Resolved: (HDFS-787) Make the versions of libraries consistent

2009-11-25 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley resolved HDFS-787. Resolution: Fixed Hadoop Flags: [Reviewed] I just committed this. > Make the ver

[jira] Created: (HDFS-787) Make the versions of libraries consistent

2009-11-25 Thread Owen O'Malley (JIRA)
Make the versions of libraries consistent - Key: HDFS-787 URL: https://issues.apache.org/jira/browse/HDFS-787 Project: Hadoop HDFS Issue Type: Bug Reporter: Owen O'M

[jira] Created: (HDFS-779) Automatic move to safe-mode when cluster size drops

2009-11-19 Thread Owen O'Malley (JIRA)
: name-node Reporter: Owen O'Malley As part of looking at using Kerberos, we want to avoid the case where both the primary (and optional secondary) KDC go offline causing a replication storm as the DataNodes' service tickets time out and they lose the ability to connect to th

Welcome Boris and Jakob as Common and HDFS committers

2009-11-18 Thread Owen O'Malley
The Hadoop PMC would like to welcome Boris Shkolnik and Jakob Homan as the newest committers on Common and HDFS. Boris and Jakob, please add yourself to the Hadoop Common and HDFS website's list of committers. Thanks for your hard work on behalf of Hadoop, Owen

[jira] Created: (HDFS-776) Fix exception handling in Balancer

2009-11-17 Thread Owen O'Malley (JIRA)
Fix exception handling in Balancer -- Key: HDFS-776 URL: https://issues.apache.org/jira/browse/HDFS-776 Project: Hadoop HDFS Issue Type: Bug Reporter: Owen O'Malley Priority: Cri

[jira] Resolved: (HDFS-641) Move all of the benchmarks and tests that depend on mapreduce to mapreduce

2009-11-13 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley resolved HDFS-641. Resolution: Fixed I just committed this. > Move all of the benchmarks and tests that d

Post-5107 cross-project commits

2009-10-30 Thread Owen O'Malley
I've committed HADOOP-5107 to Common and HDFS. MapReduce will follow soon. There are a couple of things that change: 1. The non-release version names move to the Maven-friendly 0.22.0- SNAPSHOT instead of 0.22.0-dev. 2. To change Common and push it to your local Maven repository: a. make c

Welcome Konstantin Boudnik as a qa committer!

2009-10-05 Thread Owen O'Malley
The Hadoop PMC has voted to make Cos a QA committer on Common, HDFS, and MapReduce. I'd like to welcome Cos as the newest committer. -- Owen

[jira] Created: (HDFS-641) Move all of the benchmarks and tests that depend on mapreduce to mapreduce

2009-09-22 Thread Owen O'Malley (JIRA)
Issue Type: Bug Components: test Affects Versions: 0.20.2 Reporter: Owen O'Malley Assignee: Owen O'Malley Priority: Blocker Fix For: 0.21.0 Currently, we have a bad cycle where to build hdfs you need to test mapreduce and it

[jira] Resolved: (HDFS-638) The build.xml refences jars that don't exist

2009-09-22 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley resolved HDFS-638. Resolution: Fixed Suresh fixed this without a jira. > The build.xml refences jars that don

[jira] Created: (HDFS-638) The build.xml refences jars that don't exist

2009-09-21 Thread Owen O'Malley (JIRA)
fects Versions: 0.22.0 Reporter: Owen O'Malley Assignee: Owen O'Malley Fix For: 0.22.0 Currently the build is broken on trunk. The jar files need to be updated to the current ones, along with the new version. -- This message is automatically generated by

Hadoop Common, HDFS, and Map/Reduce 0.21 branched

2009-09-18 Thread Owen O'Malley
All, I have branched Common, HDFS, and Map/Reduce 0.21. From now on, you either need a vote to commit or it needs to be a critical bug. If you have a question, please ask. Have a great weekend! Next week will be a busy bug fixing week, I suspect. -- Owen

[ANNOUNCE] Feature freeze tomorrow evening 9/18

2009-09-17 Thread Owen O'Malley
This is a reminder that we are branching Common, HDFS, and Map/Reduce tomorrow (9/18) at 4:45pm PDT. After the branch, only critical bug fixes can be put onto the branch without an explicit vote. The only current exception is the HDFS append work, which is expected to take a few more weeks.

Re: New subproject logos

2009-06-26 Thread Owen O'Malley
+1

<    1   2