[jira] [Created] (HADOOP-10318) Incorrect reference to nodeFile in RumenToSLSConverter error message

2014-01-30 Thread Ted Yu (JIRA)
Ted Yu created HADOOP-10318: --- Summary: Incorrect reference to nodeFile in RumenToSLSConverter error message Key: HADOOP-10318 URL: https://issues.apache.org/jira/browse/HADOOP-10318 Project: Hadoop Common

[jira] [Created] (HADOOP-10317) Rename branch-2.3 release version from 2.4.0-SNAPSHOT to 2.3.0-SNAPSHOT

2014-01-30 Thread Andrew Wang (JIRA)
Andrew Wang created HADOOP-10317: Summary: Rename branch-2.3 release version from 2.4.0-SNAPSHOT to 2.3.0-SNAPSHOT Key: HADOOP-10317 URL: https://issues.apache.org/jira/browse/HADOOP-10317 Project: Ha

Re: Apache jenkins job to build release artifacts (WAS: Issue with my username on my company provided dev box?)

2014-01-30 Thread Roman Shaposhnik
On Thu, Jan 30, 2014 at 5:05 PM, Alejandro Abdelnur wrote: > I agree on not auto-signing (the script does not do it, on purpose). > > I was referring to deploying release artifact JARs. Right. And my answer then would be -- please don't do that. > OK, then we are done then. Sounds like it. Tha

Re: Apache jenkins job to build release artifacts (WAS: Issue with my username on my company provided dev box?)

2014-01-30 Thread Alejandro Abdelnur
I agree on not auto-signing (the script does not do it, on purpose). I was referring to deploying release artifact JARs. OK, then we are done then. Thanks. On Thu, Jan 30, 2014 at 5:02 PM, Roman Shaposhnik wrote: > On Thu, Jan 30, 2014 at 4:43 PM, Alejandro Abdelnur > wrote: > > We could

Re: Apache jenkins job to build release artifacts (WAS: Issue with my username on my company provided dev box?)

2014-01-30 Thread Roman Shaposhnik
On Thu, Jan 30, 2014 at 4:43 PM, Alejandro Abdelnur wrote: > We could improve this script further to deploy the built JARs to the Maven > repo. I don't know how to do this, so it would be great if somebody that > know how jumps on that. Maybe a s a follow up JIRA, so we have something > going. If

Apache jenkins job to build release artifacts (WAS: Issue with my username on my company provided dev box?)

2014-01-30 Thread Alejandro Abdelnur
[Cross-posting with https://issues.apache.org/jira/browse/HADOOP-10313] OK, we have: * A script, create-release.sh, that creates release artifacts * An Apache Jenkins job that runs the script and produces the artifacts in Apache CI machines, thanks Yahoo! (or shouldn't I say that?) The Apache Je

[jira] [Created] (HADOOP-10316) HadoopArchives#HArchiveInputFormat#getSplits() should check reader against null before calling close()

2014-01-30 Thread Ted Yu (JIRA)
Ted Yu created HADOOP-10316: --- Summary: HadoopArchives#HArchiveInputFormat#getSplits() should check reader against null before calling close() Key: HADOOP-10316 URL: https://issues.apache.org/jira/browse/HADOOP-10316

Re: Maintaining documentation

2014-01-30 Thread Andrew Wang
I added you as a contributor on Hadoop Common, let me know if you need anything else. I've hit that annoying dialog box before too, but what works for me is using a private browsing window. Todd posited that the error is due to stale cookies after a JIRA upgrade, and this fixes it. On Thu, Jan 3

[jira] [Created] (HADOOP-10315) Log the original exception when getGroups() fail in UGI.

2014-01-30 Thread Kihwal Lee (JIRA)
Kihwal Lee created HADOOP-10315: --- Summary: Log the original exception when getGroups() fail in UGI. Key: HADOOP-10315 URL: https://issues.apache.org/jira/browse/HADOOP-10315 Project: Hadoop Common

[jira] [Created] (HADOOP-10314) The ls command help still shows outdated 0.16 format.

2014-01-30 Thread Kihwal Lee (JIRA)
Kihwal Lee created HADOOP-10314: --- Summary: The ls command help still shows outdated 0.16 format. Key: HADOOP-10314 URL: https://issues.apache.org/jira/browse/HADOOP-10314 Project: Hadoop Common

Re: Re-swizzle 2.3

2014-01-30 Thread Vinod Kumar Vavilapalli
That was quite some exercise, but I'm done with it now. Updated YARN's and MAPREDUCE's CHANGES.txt on trunk, branch-2 and branch-2.3. Let me know if you find some inaccuracies. Thanks, +Vinod On Jan 29, 2014, at 10:49 PM, Vinod Kumar Vavilapalli wrote: > > Okay, I'll look at YARN and MR CHA

[jira] [Created] (HADOOP-10313) Script and jenkins job to produce Hadoop release artifacts

2014-01-30 Thread Alejandro Abdelnur (JIRA)
Alejandro Abdelnur created HADOOP-10313: --- Summary: Script and jenkins job to produce Hadoop release artifacts Key: HADOOP-10313 URL: https://issues.apache.org/jira/browse/HADOOP-10313 Project: Ha

Re: Maintaining documentation

2014-01-30 Thread Masatake Iwasaki
> I've added your username to the wiki I appreciate it Steve! (2014/01/30 17:44), Steve Loughran wrote: On 30 January 2014 01:10, Masatake Iwasaki wrote: Hi JIRA and Wiki admins, I would like permission to assign JIRA issues to myself and edit Hadoop Wiki pages. I have already fixed some on

Re: Re-swizzle 2.3

2014-01-30 Thread Aaron T. Myers
I just committed HADOOP-10310 to branch-2.3, so we're good to go there. (Thanks to Andrew and Daryn for the prompt reviews.) -- Aaron T. Myers Software Engineer, Cloudera On Wed, Jan 29, 2014 at 6:52 PM, Aaron T. Myers wrote: > I just filed this JIRA as a blocker for 2.3: > https://issues.apac

[jira] [Created] (HADOOP-10312) Shell.ExitCodeException to have more useful toString

2014-01-30 Thread Steve Loughran (JIRA)
Steve Loughran created HADOOP-10312: --- Summary: Shell.ExitCodeException to have more useful toString Key: HADOOP-10312 URL: https://issues.apache.org/jira/browse/HADOOP-10312 Project: Hadoop Common

Re: regression in 2.4? YARN severs on secure cluster startup

2014-01-30 Thread Steve Loughran
I can confirm that YARN-1600 fixes the YARN problem, so you can upgrade the YARN binaries without having to patch the yarn-site.xml to get them to start again. However, that leaves the need to set the 'dfs.web.authentication.kerberos.principal' on a secure cluster once you've upgrade -if you hadn'

Re: Maintaining documentation

2014-01-30 Thread sandy . ryza
I've been getting that too. Only on the Hadoop jira project though - YARN works fine. -Sandy On Jan 30, 2014, at 12:44 AM, Steve Loughran wrote: > On 30 January 2014 01:10, Masatake Iwasaki wrote: > >> Hi JIRA and Wiki admins, >> >> I would like permission to assign JIRA issues to myself >>

Re: Maintaining documentation

2014-01-30 Thread Steve Loughran
On 30 January 2014 01:10, Masatake Iwasaki wrote: > Hi JIRA and Wiki admins, > > I would like permission to assign JIRA issues to myself > and edit Hadoop Wiki pages. > I have already fixed some on HADOOP-10086 and > I think there is further work. > > My username is "iwasakims" on JIRA > and "Masa