[jira] [Created] (HADOOP-10100) MiniKDC shouldn't use apacheds-all artifact

2013-11-13 Thread Robert Kanter (JIRA)
Robert Kanter created HADOOP-10100: -- Summary: MiniKDC shouldn't use apacheds-all artifact Key: HADOOP-10100 URL: https://issues.apache.org/jira/browse/HADOOP-10100 Project: Hadoop Common Iss

Re: Next releases

2013-11-13 Thread Jason Lowe
I think a lot of confusion comes from the fact that the 2.x line is starting to mature. Before this there wasn't such a big contention of what went into patch vs. minor releases and often the lines were blurred between the two. However now we have significant customers and products starting t

[jira] [Created] (HADOOP-10099) Reduce chance for RPC denial of service

2013-11-13 Thread Daryn Sharp (JIRA)
Daryn Sharp created HADOOP-10099: Summary: Reduce chance for RPC denial of service Key: HADOOP-10099 URL: https://issues.apache.org/jira/browse/HADOOP-10099 Project: Hadoop Common Issue Type:

Re: Question on hadoop dependencies.

2013-11-13 Thread Petar Tahchiev
Hi Steve, I'll definitely take a look, although I'm not sure when exactly :( Currently busy with the Maven AppAssembler. 2013/11/13 Steve Loughran > Petar, > > We've just been through some of 2.3, on the branch > https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2 > > Most of that

Re: Next releases

2013-11-13 Thread Alejandro Abdelnur
Sound goods, just a little impedance between what seem to be 2 conflicting goals: * what features we target for each release * train releases If we want to do train releases at fixed times, then if a feature is not ready, it catches the next train, no delays of the train because of a feature. If

Re: Next releases

2013-11-13 Thread Arun C Murthy
On Nov 13, 2013, at 12:38 PM, Sandy Ryza wrote: > Here are few patches that I put into 2.2.1 and are minimally invasive, but > I don't think are blockers: > > YARN-305. Fair scheduler logs too many "Node offered to app" messages. > YARN-1335. Move duplicate code from FSSchedulerApp and > FiCa

Re: Question on hadoop dependencies.

2013-11-13 Thread Steve Loughran
Petar, We've just been through some of 2.3, on the branch https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2 Most of that was update, apart from moving grizzly and junit to test scope, we've not done much. why do you have a look and help clean things out. I'd particularly like to

[jira] [Created] (HADOOP-10098) move grizzly-test and junit dependencies to test scope

2013-11-13 Thread Steve Loughran (JIRA)
Steve Loughran created HADOOP-10098: --- Summary: move grizzly-test and junit dependencies to test scope Key: HADOOP-10098 URL: https://issues.apache.org/jira/browse/HADOOP-10098 Project: Hadoop Common

Re: Hadoop in Fedora updated to 2.2.0

2013-11-13 Thread Steve Loughran
I've just been through some of these as part of my background project, "fix up the POMs" https://issues.apache.org/jira/browse/HADOOP-9991. 1. I've applied the simple low/risk ones. 2. I've not done the bookkeeper one, as people working with that code need to play with it first. 3. I'

svn playing up?

2013-11-13 Thread Steve Loughran
I've been doing some trivial pom patches, along with the one line HDFS-5075 patch branch-2 $ svn status M hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt M hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/libexec/httpfs-config.sh branch-2 $ svn commit -m "HDFS-5075 httpfs-config.sh calls out inc

[jira] [Resolved] (HADOOP-10096) Missing dependency on commons-collections

2013-11-13 Thread Robert Rati (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Rati resolved HADOOP-10096. -- Resolution: Duplicate > Missing dependency on commons-collections > -

[jira] [Created] (HADOOP-10097) Extend JenkinsHash package interface to allow increased code sharing

2013-11-13 Thread Eric Hanson (JIRA)
Eric Hanson created HADOOP-10097: Summary: Extend JenkinsHash package interface to allow increased code sharing Key: HADOOP-10097 URL: https://issues.apache.org/jira/browse/HADOOP-10097 Project: Hadoo

[jira] [Created] (HADOOP-10096) Missing dependency on commons-collections

2013-11-13 Thread Robert Rati (JIRA)
Robert Rati created HADOOP-10096: Summary: Missing dependency on commons-collections Key: HADOOP-10096 URL: https://issues.apache.org/jira/browse/HADOOP-10096 Project: Hadoop Common Issue Typ

Re: How to make call to an external program in Hadoop?

2013-11-13 Thread inelu nagamallikarjuna
Hi, We can use third party built in classes from NLP, Text Mining libraries, and others in java Map Reduce or We can use Python plus Hadoop streaming for writing more parallel complex code. This link has code for computing Pearson correlation: https://github.com/malli3131/HadoopTutorial/tree/mast

Re: scope of jersey-test-framework-grizzly2

2013-11-13 Thread Ted Yu
I attached a patch to HADOOP-9991 where scope of jersey-test-framework is changed to test. Looking at the bottom of the JIRA, there are several more tasks to be done. Cheers On Wed, Nov 13, 2013 at 10:30 AM, Steve Loughran wrote: > looks accidental, file a patch & link it to HADOOP-9991 > > >

Re: Next releases

2013-11-13 Thread Sandy Ryza
Here are few patches that I put into 2.2.1 and are minimally invasive, but I don't think are blockers: YARN-305. Fair scheduler logs too many "Node offered to app" messages. YARN-1335. Move duplicate code from FSSchedulerApp and FiCaSchedulerApp into SchedulerApplication YARN-1333. Support b

Hadoop source on windows7

2013-11-13 Thread Ranjan Dutta
Hi, I have taken the latest code from trunk and getting following error while trying to build Hadoop HDFS on windows 7. Can anybody help to resolve this issue. [ERROR] Failed to execute goal on project hadoop-hdfs: Could not resolve depende ncies for project org.apache.hadoop:hadoop-hdfs:jar:3.0

Re: scope of jersey-test-framework-grizzly2

2013-11-13 Thread Steve Loughran
looks accidental, file a patch & link it to HADOOP-9991 On 13 November 2013 05:09, Ted Yu wrote: > Hi, > To answer some question on dev@hbase, I noticed the following > dependencies: > > [INFO] +- org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.2.0:compile > [INFO] | +- org.apache.hadoop:

Re: Next releases

2013-11-13 Thread Steve Loughran
On 13 November 2013 18:11, Arun C Murthy wrote: > > HADOOP-9623 > Update jets3t dependency to 0.9.0 > > I saw that change -I don't think its a bad one, but I do think we need more testing of blobstores & especially big operations, like 6Gb uploads (which should now work with the 0.9.0 jet

Re: Next releases

2013-11-13 Thread Arun C Murthy
On Nov 12, 2013, at 1:54 PM, Todd Lipcon wrote: > On Mon, Nov 11, 2013 at 2:57 PM, Colin McCabe wrote: > >> To be honest, I'm not aware of anything in 2.2.1 that shouldn't be >> there. However, I have only been following the HDFS and common side >> of things so I may not have the full picture.

Re: Next releases

2013-11-13 Thread Arun C Murthy
On Nov 12, 2013, at 1:54 PM, Todd Lipcon wrote: > On Mon, Nov 11, 2013 at 2:57 PM, Colin McCabe wrote: > >> To be honest, I'm not aware of anything in 2.2.1 that shouldn't be >> there. However, I have only been following the HDFS and common side >> of things so I may not have the full picture.

[jira] [Created] (HADOOP-10095) Performance improvement in CodecPool

2013-11-13 Thread Nicolas Liochon (JIRA)
Nicolas Liochon created HADOOP-10095: Summary: Performance improvement in CodecPool Key: HADOOP-10095 URL: https://issues.apache.org/jira/browse/HADOOP-10095 Project: Hadoop Common Issue

Build failed in Jenkins: Hadoop-Common-trunk #950

2013-11-13 Thread Apache Jenkins Server
See Changes: [cmccabe] HDFS-5485. add command-line support for modifyDirective (cmccabe) [jeagles] YARN-1386. NodeManager mistakenly loses resources and relocalizes them (Jason Lowe via jeagles) [cnauroth] HADOOP-10093. hadoop-env