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

2012-05-21 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Common-0.23-Build/259/changes Changes: [tgraves] merge -r 1340880:1340881 from branch-2. FIXES: MAPREDUCE-4269 -- [...truncated 12429 lines...] [javadoc] Loading source files for package

Re: Need Urgent Help on Architecture

2012-05-21 Thread Robert Evans
All attachments are stripped when sent to the mailing list. You will need to use another service if you want us to see the diagram. On 5/18/12 12:50 PM, samir das mohapatra samir.help...@gmail.com wrote: Hi harsh, I wanted to implement one Workflow within the MAPPER. I am Sharing my

[jira] [Resolved] (HADOOP-7069) Replace forrest with supported framework

2012-05-21 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-7069. - Resolution: Fixed Fix Version/s: (was: 0.24.0) 2.0.0 Replace

[jira] [Reopened] (HADOOP-8408) MR doesn't work with a non-default ViewFS mount table and security enabled

2012-05-21 Thread Aaron T. Myers (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aaron T. Myers reopened HADOOP-8408: Re-opening to amend the patch per Daryn's feedback. MR doesn't work with a

[jira] [Created] (HADOOP-8420) saveVersions.sh not working on Windows

2012-05-21 Thread Bikas Saha (JIRA)
Bikas Saha created HADOOP-8420: -- Summary: saveVersions.sh not working on Windows Key: HADOOP-8420 URL: https://issues.apache.org/jira/browse/HADOOP-8420 Project: Hadoop Common Issue Type: Bug

[jira] [Created] (HADOOP-8421) Verify and fix build of c++ targets in Hadoop on Windows

2012-05-21 Thread Bikas Saha (JIRA)
Bikas Saha created HADOOP-8421: -- Summary: Verify and fix build of c++ targets in Hadoop on Windows Key: HADOOP-8421 URL: https://issues.apache.org/jira/browse/HADOOP-8421 Project: Hadoop Common

[jira] [Created] (HADOOP-8422) FileSystem#getDefaultBlockSize

2012-05-21 Thread Eli Collins (JIRA)
Eli Collins created HADOOP-8422: --- Summary: FileSystem#getDefaultBlockSize Key: HADOOP-8422 URL: https://issues.apache.org/jira/browse/HADOOP-8422 Project: Hadoop Common Issue Type: Bug

cmake

2012-05-21 Thread Colin McCabe
Hi all, We'd like to use CMake instead of autotools to build native (C/C++) code in Hadoop. There are a lot of reasons to want to do this. For one thing, it is not feasible to use autotools on the Windows platform, because it depends on UNIX shell scripts, the m4 macro processor, and some other

Re: cmake

2012-05-21 Thread Eli Collins
+1 having a build tool that supports multiple platforms is worth the dependency. I've also had good experiences with cmake. On Mon, May 21, 2012 at 6:00 PM, Colin McCabe cmcc...@alumni.cmu.edu wrote: Hi all, We'd like to use CMake instead of autotools to build native (C/C++) code in