Re: Warning in running mapreduce jobs

2012-04-16 Thread Niels Basjes
What does your input look like? -- Met vriendelijke groet, Niels Basjes (Verstuurd vanaf mobiel ) Op 17 apr. 2012 02:57 schreef "Ranjan Banerjee" het volgende: > Hello, > I am running the default map reduce job (word count) in Hadoop. The job > runs fine and I am able to delve into the stati

Warning in running mapreduce jobs

2012-04-16 Thread Ranjan Banerjee
Hello,   I am running the default map reduce  job (word count) in Hadoop. The job runs fine and I am able to delve into the statistics. However I get a warning as follows "No job jar file set.  User classes may not be found. See JobConf(Class) or JobConf#setJar(String)."   Also I set the followi

[jira] [Created] (HADOOP-8287) etc/hadoop is missing hadoop-env.sh

2012-04-16 Thread Eli Collins (Created) (JIRA)
etc/hadoop is missing hadoop-env.sh --- Key: HADOOP-8287 URL: https://issues.apache.org/jira/browse/HADOOP-8287 Project: Hadoop Common Issue Type: Bug Components: conf Affects Versions: 0.23.1

[jira] [Created] (HADOOP-8286) Simplify getting a socket address from conf

2012-04-16 Thread Daryn Sharp (Created) (JIRA)
Simplify getting a socket address from conf --- Key: HADOOP-8286 URL: https://issues.apache.org/jira/browse/HADOOP-8286 Project: Hadoop Common Issue Type: Improvement Components: conf Aff

Re: Supporting cross-project Jenkins builds

2012-04-16 Thread Aaron T. Myers
On Mon, Apr 16, 2012 at 2:14 PM, Alejandro Abdelnur wrote: > * all testcases should always be run (else a change in hdfs could > affect yarn/tools but not be detected, or one in yarn affect tools) > I'm -0 on this suggestion. Yes, it's a nice benefit to check all of the dependent Hadoop sub-proje

Re: Supporting cross-project Jenkins builds

2012-04-16 Thread Alejandro Abdelnur
+1, I'd still go a bit further in the simplification of what testpatch does. * patches must at root level (not even try to be smart) * all testcases should always be run (else a change in hdfs could affect yarn/tools but not be detected, or one in yarn affect tools) Thxs. Alejandro On Mon, Apr

Re: Supporting cross-project Jenkins builds

2012-04-16 Thread Aaron T. Myers
+1 This JIRA has been sitting patch available for a few weeks: https://issues.apache.org/jira/browse/HADOOP-7416 I don't think it's quite ready for prime time (it doesn't implement all the features you described) but it'd be a good starting point if someone wanted to take it over the finish line.

Supporting cross-project Jenkins builds

2012-04-16 Thread Tom White
Currently Jenkins QA builds don't support cross-project patches, since they try to apply them to the hadoop-{common,hdfs,mapreduce}-project tree, and reject any patches that are not strictly confined to that tree. For changes that span projects (e.g. moving code from HDFS or MR to Common, or build

[jira] [Created] (HADOOP-8285) Use ProtoBuf for RpcPayLoadHeader

2012-04-16 Thread Sanjay Radia (Created) (JIRA)
Use ProtoBuf for RpcPayLoadHeader - Key: HADOOP-8285 URL: https://issues.apache.org/jira/browse/HADOOP-8285 Project: Hadoop Common Issue Type: Improvement Reporter: Sanjay Radia Assigne

[jira] [Resolved] (HADOOP-8280) Move VersionUtil/TestVersionUtil and GenericTestUtils from HDFS into Common.

2012-04-16 Thread Aaron T. Myers (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aaron T. Myers resolved HADOOP-8280. Resolution: Fixed Fix Version/s: 2.0.0 Hadoop Flags: Reviewed I've just commit

[jira] [Created] (HADOOP-8284) clover integration broken, also mapreduce poms are pulling in clover as a dependency

2012-04-16 Thread Patrick Hunt (Created) (JIRA)
clover integration broken, also mapreduce poms are pulling in clover as a dependency Key: HADOOP-8284 URL: https://issues.apache.org/jira/browse/HADOOP-8284 Project:

[jira] [Created] (HADOOP-8283) Allow tests to control token service value

2012-04-16 Thread Daryn Sharp (Created) (JIRA)
Allow tests to control token service value -- Key: HADOOP-8283 URL: https://issues.apache.org/jira/browse/HADOOP-8283 Project: Hadoop Common Issue Type: Test Components: test Affects Vers

[jira] [Resolved] (HADOOP-7176) Redesign FsShell

2012-04-16 Thread Daryn Sharp (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daryn Sharp resolved HADOOP-7176. - Resolution: Fixed Fix Version/s: 0.24.0 These changes were completed long ago. Closing.

[jira] [Resolved] (HADOOP-7209) Extensions to FsShell

2012-04-16 Thread Daryn Sharp (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daryn Sharp resolved HADOOP-7209. - Resolution: Fixed The requested updates to commands are implemented. I believe the misundersta

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

2012-04-16 Thread Apache Jenkins Server
See -- [...truncated 44659 lines...] [DEBUG] (f) reactorProjects = [MavenProject: org.apache.hadoop:hadoop-annotations:3.0.0-SNAPSHOT @

[jira] [Created] (HADOOP-8282) start-all.sh refers incorrectly start-dfs.sh existence for starting start-yarn.sh

2012-04-16 Thread Devaraj K (Created) (JIRA)
start-all.sh refers incorrectly start-dfs.sh existence for starting start-yarn.sh - Key: HADOOP-8282 URL: https://issues.apache.org/jira/browse/HADOOP-8282 Project: Hadoo