[jira] [Created] (MAPREDUCE-2758) MR-279: Log info about the location of dist cache

2011-07-29 Thread Ramya Sunil (JIRA)
MR-279: Log info about the location of dist cache - Key: MAPREDUCE-2758 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2758 Project: Hadoop Map/Reduce Issue Type: Bug Components

Re: Merge MR-279 (was Re: Status on MAPREDUCE-279 and plans forward)

2011-07-29 Thread Mahadev Konar
Good point! We are working on this. Hopefully should get this done within a couple of days. It would have been great if the Apache Jenkins builds were up and running. Ill work with Giri to add findbugs and rat to it as soon as they come back up. thanks mahadev On Jul 29, 2011, at 12:09 AM, To

Re: need some ivy help (for MAPREDUCE-2741)

2011-07-29 Thread Alejandro Abdelnur
Giri, It is 'compile->master' already. the download attempt is post compilation, in the 'ivy-resolve-test' target. Thxs. Alejandro On Fri, Jul 29, 2011 at 2:05 PM, Giridharan Kesavan < gkesa...@hortonworks.com> wrote: > Alejandro, > > conf="compile->master" > Always retain the lo4j conf as co

Re: need some ivy help (for MAPREDUCE-2741)

2011-07-29 Thread Giridharan Kesavan
Alejandro, conf="compile->master" Always retain the lo4j conf as compile->master this way ivy won't download the transient deps. When compile->default ivy would download the transient deps. jmx/jmx/jdmk are transient deps of log4j. -Giri On Fri, Jul 29, 2011 at 11:35 AM, Alejandro Abdelnur wrot

[jira] [Created] (MAPREDUCE-2757) [MR-279] Redundant "file:" directory created in appcache

2011-07-29 Thread Ramya Sunil (JIRA)
[MR-279] Redundant "file:" directory created in appcache - Key: MAPREDUCE-2757 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2757 Project: Hadoop Map/Reduce Issue Type: Bug

[jira] [Created] (MAPREDUCE-2756) JobControl can drop jobs if an error occurs

2011-07-29 Thread Robert Joseph Evans (JIRA)
JobControl can drop jobs if an error occurs --- Key: MAPREDUCE-2756 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2756 Project: Hadoop Map/Reduce Issue Type: Bug Components: client, mr

[jira] [Created] (MAPREDUCE-2755) MR-279: AM writes logs to stderr

2011-07-29 Thread Ramya Sunil (JIRA)
MR-279: AM writes logs to stderr Key: MAPREDUCE-2755 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2755 Project: Hadoop Map/Reduce Issue Type: Bug Components: mrv2 Affects Versions: 0.23.

[jira] [Created] (MAPREDUCE-2754) MR-279: Error messages are being moved to stdout instead of stderr

2011-07-29 Thread Ramya Sunil (JIRA)
MR-279: Error messages are being moved to stdout instead of stderr -- Key: MAPREDUCE-2754 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2754 Project: Hadoop Map/Reduce Is

need some ivy help (for MAPREDUCE-2741)

2011-07-29 Thread Alejandro Abdelnur
I'm trying to get mapred to work using hadoop-commons generated by HADOOP-6671. I've tweaked all ivy.xml files in mapreduce to make lgo4j exclude jms/jmx/jdmk. I've able to run successfully 'ant jar' But when running 'ant tar' things fail with the output at the end of this message. I've been tr

[jira] [Created] (MAPREDUCE-2753) Generated POMs hardcode dependency on hadoop-common version 0.22.0-SNAPSHOT

2011-07-29 Thread Joep Rottinghuis (JIRA)
Generated POMs hardcode dependency on hadoop-common version 0.22.0-SNAPSHOT --- Key: MAPREDUCE-2753 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2753 Project: Hadoop Map/R

[jira] [Created] (MAPREDUCE-2752) Build does not pass along properties to contrib builds

2011-07-29 Thread Joep Rottinghuis (JIRA)
Build does not pass along properties to contrib builds -- Key: MAPREDUCE-2752 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2752 Project: Hadoop Map/Reduce Issue Type: Bug

[jira] [Created] (MAPREDUCE-2751) [MR-279] Lot of local files left on NM after the app finish.

2011-07-29 Thread Vinod Kumar Vavilapalli (JIRA)
[MR-279] Lot of local files left on NM after the app finish. Key: MAPREDUCE-2751 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2751 Project: Hadoop Map/Reduce Issue Type: Bu

Re: Merge MR-279 (was Re: Status on MAPREDUCE-279 and plans forward)

2011-07-29 Thread Todd Lipcon
Hey Mahadev, Have you been running findbugs/RAT on the branch? Other test-patch like things? -Todd On Fri, Jul 29, 2011 at 12:06 AM, Mahadev Konar wrote: > HI all, > For those working on MR-279. > > I just committed a patch to MR-279 to make Next gen MR work with > trunk/common and trunk/hdf

Re: Merge MR-279 (was Re: Status on MAPREDUCE-279 and plans forward)

2011-07-29 Thread Mahadev Konar
HI all, For those working on MR-279. I just committed a patch to MR-279 to make Next gen MR work with trunk/common and trunk/hdfs. With the commit Next gen MR next would no longer work with the common/hdfs in MR-279 branch. We are now all set to merge Next gen MR to trunk! thanks mahadev On