Re: Avoiding javadoc generation during MRv2 build

2011-11-30 Thread Mahadev Konar
Praveen, You can try -Dmaven.javadoc.skip=true mahadev On Wed, Nov 30, 2011 at 10:30 PM, Praveen Sripati wrote: > Hi, > > Once I get the code from svn for branch-0.23, is there any way to avoid > generating the javadoc for the different modules. Just to cut sometime in > the build process. I u

Re: how to check which scheduler is currently running on hadoop

2011-11-30 Thread Praveen Sripati
Hi, Check the mapreduce.jobtracker.taskscheduler property in the mapred-site.xml, if it's not set then check what it defaults to. Praveen On Thu, Dec 1, 2011 at 5:07 AM, shivam tiwari wrote: > Hi, > > please tell me how I can check which scheduler is currently running on > hadoop > > -- > Regar

RE: Hadoop - non disk based sorting?

2011-11-30 Thread Mingxi Wu
Thanks Ravi. So, why when map outputs are huge, reducer will not able to copy them? Can you please kindly explain what's the function of mapred.child.java.opts? how does it relate to copy? Thank you, Mingxi -Original Message- From: Ravi teja ch n v [mailto:raviteja.c...@huawei.com] S

How Jobtrakcer stores Tasktrackers Information

2011-11-30 Thread mohmmadanis moulavi
      I want to know from where Jobtracker sends task(taskid) to tasktarcker for scheduling.     i.e where it creates taskid & tasktracker pairs   Thanks & Regards, Mohmmadanis Moulavi Student, MTech (Computer Sci. & Engg.) Walchand college of Engg. Sangli (M.S.) India

Avoiding javadoc generation during MRv2 build

2011-11-30 Thread Praveen Sripati
Hi, Once I get the code from svn for branch-0.23, is there any way to avoid generating the javadoc for the different modules. Just to cut sometime in the build process. I use the below command. mvn clean install package -Pdist -Dtar -DskipTests Thanks, Praveen

How Jobtrakcer stores Tasktrackers Information

2011-11-30 Thread mohmmadanis moulavi
    I want to know from where Jobtracker sends task(taskid) to tasktarcker for scheduling.     i.e where it creates taskid & tasktracker pairs   Thanks & Regards, Mohmmadanis Moulavi Student, MTech (Computer Sci. & Engg.) Walchand college of Engg. Sangli (M.S.) India

[jira] [Resolved] (HADOOP-7869) HADOOP_HOME warning happens all of the time

2011-11-30 Thread Matt Foley (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Foley resolved HADOOP-7869. Resolution: Fixed Fix Version/s: 1.0.0 Committed to 1.0.0 and branch-1. Thanks, Owen! Per

[jira] [Reopened] (HADOOP-7827) jsp pages missing DOCTYPE

2011-11-30 Thread Matt Foley (Reopened) (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Foley reopened HADOOP-7827: > jsp pages missing DOCTYPE > - > > Key: HADOOP-7827 >

[jira] [Created] (HADOOP-7874) native libs should be under lib/native/ dir

2011-11-30 Thread Alejandro Abdelnur (Created) (JIRA)
native libs should be under lib/native/ dir --- Key: HADOOP-7874 URL: https://issues.apache.org/jira/browse/HADOOP-7874 Project: Hadoop Common Issue Type: Bug Components: build Affects Ve

how to check which scheduler is currently running on hadoop

2011-11-30 Thread shivam tiwari
Hi, please tell me how I can check which scheduler is currently running on hadoop -- Regards Shivam Tiwari Graduate student CISE Department University of Florida, Gainesville FL 32611 Email - shi...@cise.ufl.edu shivam.tiwari2...@gmail.com

[jira] [Reopened] (HADOOP-7854) UGI getCurrentUser is not synchronized

2011-11-30 Thread Jitendra Nath Pandey (Reopened) (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jitendra Nath Pandey reopened HADOOP-7854: -- > UGI getCurrentUser is not synchronized > ---

[jira] [Created] (HADOOP-7873) Forward port auto-parent-dir file creation (non-recursive file create) from 0.20.20x/1.0.0 branches

2011-11-30 Thread Jonathan Hsieh (Created) (JIRA)
Forward port auto-parent-dir file creation (non-recursive file create) from 0.20.20x/1.0.0 branches --- Key: HADOOP-7873 URL: https://issues.apache.org/jira/browse/HAD

[jira] [Resolved] (HADOOP-7800) Could not find source jars in dist tarball

2011-11-30 Thread Resolved
[ https://issues.apache.org/jira/browse/HADOOP-7800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Mahé resolved HADOOP-7800. Resolution: Invalid Assignee: Bruno Mahé Now everything is mavenized, there is not really a

[jira] [Created] (HADOOP-7872) change Jersey version to 1.9 to go with MAPREDUCE-2863

2011-11-30 Thread Thomas Graves (Created) (JIRA)
change Jersey version to 1.9 to go with MAPREDUCE-2863 -- Key: HADOOP-7872 URL: https://issues.apache.org/jira/browse/HADOOP-7872 Project: Hadoop Common Issue Type: Bug Components

Re: Which branch for my patch?

2011-11-30 Thread Eli Collins
Hey Niels, Thanks for contributing. The nest place to contribute new features is to trunk. It's currently an easy merge from trunk to branch 23 to get it in a 23.x release (you can set the jira's target version to 23.1 to indicate this). Your patch based on the old structure would be useful for

[jira] [Resolved] (HADOOP-6779) Support for Ceph kernel client

2011-11-30 Thread Noah Watkins (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noah Watkins resolved HADOOP-6779. -- Resolution: Won't Fix Resolved as "Won't Fix". If there are any users of the kernel client, or

Re: Which branch for my patch?

2011-11-30 Thread Robert Evans
Niels, I think that the branch you put it on depends mostly on where you and others what to see this feature (splittable Gzip) go in. At a minimum you should target trunk. If you want to see it go into 1.* then you probably also want to port it to that line (branch-1). Once they are in porti

Which branch for my patch?

2011-11-30 Thread Niels Basjes
Hi all, A while ago I created a feature for Hadoop and submitted this to be included (HADOOP-7076) . Around the same time the MRv2 started happening and the entire source tree was restructured. At this moment I'm prepared to change the patch I created earlier so I can submit it again for your con

Fw: How Jobtrakcer stores Tasktrackers Information

2011-11-30 Thread mohmmadanis moulavi
  Friends,     What is use of TreeMapdata structure in JobTracker.java file     If anyone know it, please let me know it   Thanks & Regards, Mohmmadanis Moulavi Student, MTech (Computer Sci. & Engg.)

How Jobtrakcer stores Tasktrackers Information

2011-11-30 Thread mohmmadanis moulavi
  Friends,     I want to know, how Jobtracker stores information about tasktracker & their tasks?        is it stored in memory or is it stored in file?     If anyone knows it, please let me know it   Thanks & Regards, Mohmmadanis Moulavi Student, MTec

Build failed in Jenkins: Hadoop-Common-0.23-Build #81

2011-11-30 Thread Apache Jenkins Server
See Changes: [mahadev] MAPREDUCE-3450. NM port info no longer available in JobHistory. (Siddharth Seth via mahadev) - Merging r1208327 from trunk [eli] HDFS-2570. svn merge -c 1208313 from trunk [tucu] Merge -r 1208156:1208157