[jira] [Resolved] (HADOOP-5754) Add link to training from website

2012-07-10 Thread Tom White (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-5754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom White resolved HADOOP-5754. --- Resolution: Fixed Add link to training from website -

[jira] [Resolved] (HADOOP-5555) JobClient should provide an API to return the job names of jobs

2012-07-10 Thread Harsh J (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J resolved HADOOP-. - Resolution: Not A Problem The JobClient provides both Job and RunningJob returns via some of its

[jira] [Resolved] (HADOOP-6817) SequenceFile.Reader can't read gzip format compressed sequence file which produce by a mapreduce job without native compression library

2012-07-10 Thread Harsh J (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6817?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J resolved HADOOP-6817. - Resolution: Duplicate This is being addressed via HADOOP-8582. SequenceFile.Reader

[jira] [Created] (HADOOP-8583) Globbing is not correctly handled in a few cases on Windows

2012-07-10 Thread Ramya Sunil (JIRA)
Ramya Sunil created HADOOP-8583: --- Summary: Globbing is not correctly handled in a few cases on Windows Key: HADOOP-8583 URL: https://issues.apache.org/jira/browse/HADOOP-8583 Project: Hadoop Common

Problem setting up 1st generation Hadoop-0.20 (ANT build) in Eclipse

2012-07-10 Thread Pavan Kulkarni
Hi all, I am trying to setup hadoop 1st generation 0.20 in Eclipse which still uses Ant as its build tool. The build was successful , but when I want to set it up in the Eclipse IDE i.e *File- new Project- Project from existing ANT build file - Select build.xml -Finish* I get this following

Re: Problem setting up 1st generation Hadoop-0.20 (ANT build) in Eclipse

2012-07-10 Thread Harsh J
Hey Pavan, The 0.20.x version series was renamed recently to 1.x. Hence, you need to use the branch-1 code path if you want the latest stable branch (MR1, etc.) code. Do these once you have ant 1.8 and a Sun/Oracle JDK 1.6 installed, and you should have it: $ git clone

[jira] [Created] (HADOOP-8584) test-patch.sh should not immediately exit when no tests are added or modified

2012-07-10 Thread Colin Patrick McCabe (JIRA)
Colin Patrick McCabe created HADOOP-8584: Summary: test-patch.sh should not immediately exit when no tests are added or modified Key: HADOOP-8584 URL: https://issues.apache.org/jira/browse/HADOOP-8584

Re: Problem setting up 1st generation Hadoop-0.20 (ANT build) in Eclipse

2012-07-10 Thread Pavan Kulkarni
Thanks a lot Harsh.I could set it up without any errors. It would be great if you could provide me any pointers on how to build a binary distribution tar file. The information on wiki and in BUILDING.txt only has Maven instructions.Thanks On Tue, Jul 10, 2012 at 2:39 PM, Harsh J

Re: Problem setting up 1st generation Hadoop-0.20 (ANT build) in Eclipse

2012-07-10 Thread Harsh J
Hey Pavan, Try an ant tar. For more ant targets, read the build.xml at the root of your checkout. On Wed, Jul 11, 2012 at 1:15 AM, Pavan Kulkarni pavan.babu...@gmail.com wrote: Thanks a lot Harsh.I could set it up without any errors. It would be great if you could provide me any pointers on

[jira] [Resolved] (HADOOP-8584) test-patch.sh should not immediately exit when no tests are added or modified

2012-07-10 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-8584. - Resolution: Fixed Fix Version/s: 3.0.0 Hadoop Flags: Reviewed I've committed this

Re: Problem setting up 1st generation Hadoop-0.20 (ANT build) in Eclipse

2012-07-10 Thread Pavan Kulkarni
I tried *ant tar* but it requested a forrest home directory ,so I ran *ant -Dforrest.home=/path/apache-forrest-0.8 compile-core tar* but this gets stuck at an Exception Exception in thread main java.lang.InternalError: Can't connect to X11 window server using ':0' as the value of the DISPLAY

Re: Jetty fixes for Hadoop

2012-07-10 Thread Thomas Graves
I'm +1 for adding it. Tom On 7/9/12 6:22 PM, Suresh Srinivas sur...@hortonworks.com wrote: Many folks running Apache Hadoop releases run into Jetty related issues. Some fixes to Jetty alleviates this problem. See Todd's comment: See

Re: Jetty fixes for Hadoop

2012-07-10 Thread Owen O'Malley
On Tue, Jul 10, 2012 at 2:59 PM, Thomas Graves tgra...@yahoo-inc.comwrote: I'm +1 for adding it. I'm +1 also. -- Owen

Re: Jetty fixes for Hadoop

2012-07-10 Thread Todd Lipcon
+1 from me too. We've had this in CDH since Sep '11 and been working much better than the stock 6.1.26. -Todd On Tue, Jul 10, 2012 at 3:14 PM, Owen O'Malley omal...@apache.org wrote: On Tue, Jul 10, 2012 at 2:59 PM, Thomas Graves tgra...@yahoo-inc.comwrote: I'm +1 for adding it. I'm +1

[jira] [Created] (HADOOP-8587) HarFileSystem access of harMetaCache isn't threadsafe

2012-07-10 Thread Eli Collins (JIRA)
Eli Collins created HADOOP-8587: --- Summary: HarFileSystem access of harMetaCache isn't threadsafe Key: HADOOP-8587 URL: https://issues.apache.org/jira/browse/HADOOP-8587 Project: Hadoop Common