Search Discussions
-
Is the native build failing on ARM (where gcc doesn't support -m32) a known issue, and is there a workaround or fix pending? $ ant -Dcompile.native=true ... [exec] make all-am [exec] make[1]: ...
Trevor Robinson
May 11, 2011 at 12:14 am
May 23, 2011 at 5:10 pm -
See <https://builds.apache.org/hudson/job/Hadoop-0.20.203-Build/10/ ------------------------------------------ [...truncated 10020 lines...] [junit] Running ...
Apache Jenkins Server
May 13, 2011 at 4:17 am
Aug 16, 2011 at 2:32 am -
See this page: https://hudson.apache.org/hudson/job/PreCommit-Hadoop-Build/480/console <https://hudson.apache.org/hudson/job/PreCommit-Hadoop-Build/480/console And note the following error: [exec] ...
Aaron T. Myers
May 19, 2011 at 11:15 pm
May 23, 2011 at 12:37 am -
In shuffle phase, reduce copies output from map. In parallel, there are InMemoryMerger and OnDiskMerger merge copied files if too many. But on map, the mergeParts*() *happens only after collect() ...
Elton sky
May 3, 2011 at 6:30 am
May 3, 2011 at 3:43 pm -
Hello, Where exactly(Java class) does the network data transfer happen from a mapper to a reducer ? Mapper seems to be writing data to the HDFS. Does reducer read data from the mapper's HDFS over the ...
Aishwarya Venkataraman
May 28, 2011 at 11:11 pm
May 29, 2011 at 2:49 am -
When I checkout common, run ant eclipse and then open eclipse I get this error: The type com.sun.javadoc.RootDoc cannot be resolved. It is indirectly referenced from required .class files ...
Niels Basjes
May 18, 2011 at 9:24 pm
May 19, 2011 at 6:49 pm -
See https://builds.apache.org/hudson/job/Hadoop-Common-trunk-Commit/594/ ################################################################################### ########################## LAST 60 LINES ...
Apache Jenkins Server
May 13, 2011 at 6:22 pm
May 13, 2011 at 10:52 pm -
He guys, Do all changes for 0.20.2xx release go through branch-0.20-security, then get merged to a particular -2xx branch? Why create a new branch for every new dot release? Ie if the intent that the ...
Eli Collins
May 3, 2011 at 4:35 pm
May 5, 2011 at 11:48 pm -
Add support for throwing UnknownHostException when a host doesn't resolve ------------------------------------------------------------------------- Key: HADOOP-7314 URL: ...
Jeffrey Naisbitt (JIRA)
May 20, 2011 at 2:23 pm
Jul 19, 2011 at 11:20 pm -
Error in the documentation regarding Checkpoint/Backup Node ----------------------------------------------------------- Key: HADOOP-7297 URL: https://issues.apache.org/jira/browse/HADOOP-7297 ...
arnaud p (JIRA)
May 17, 2011 at 3:20 pm
May 19, 2011 at 4:05 pm -
See https://builds.apache.org/hudson/job/Hadoop-Common-trunk-Commit/598/ ################################################################################### ########################## LAST 60 LINES ...
Apache Jenkins Server
May 14, 2011 at 1:32 am
May 16, 2011 at 6:02 pm -
See https://builds.apache.org/hudson/job/Hadoop-Common-22-branch/46/ ################################################################################### ########################## LAST 60 LINES OF ...
Apache Jenkins Server
May 12, 2011 at 9:35 am
May 14, 2011 at 9:33 am -
Update Hudson job not to run test-contrib ----------------------------------------- Key: HADOOP-7291 URL: https://issues.apache.org/jira/browse/HADOOP-7291 Project: Hadoop Common Issue Type: Task ...
Eli Collins (JIRA)
May 13, 2011 at 8:40 pm
May 14, 2011 at 12:58 am -
See <https://builds.apache.org/hudson/job/Hadoop-0.20.203-Build/4/ ------------------------------------------ [...truncated 4511 lines...] [exec] If you ever happen to want to link against installed ...
Apache Jenkins Server
May 3, 2011 at 4:41 am
May 4, 2011 at 4:27 am -
LocalDirAllocator improvements for MR-2178 ------------------------------------------ Key: HADOOP-7338 URL: https://issues.apache.org/jira/browse/HADOOP-7338 Project: Hadoop Common Issue Type: ...
Todd Lipcon (JIRA)
May 28, 2011 at 12:01 am
Jun 5, 2012 at 1:37 am -
Automatic Hadoop cluster deployment for build validation -------------------------------------------------------- Key: HADOOP-7278 URL: https://issues.apache.org/jira/browse/HADOOP-7278 Project: ...
Konstantin Boudnik (JIRA)
May 11, 2011 at 6:17 pm
Mar 20, 2012 at 4:20 am -
BackUpNameNode is using 100% CPU and not accepting any requests. ----------------------------------------------------------------- Key: HADOOP-7304 URL: ...
ramkrishna.s.vasudevan (JIRA)
May 19, 2011 at 10:49 am
Sep 15, 2011 at 9:16 am -
The link to the documentation on the hadoop common page is broken ----------------------------------------------------------------- Key: HADOOP-7321 URL: ...
Roko Kruze (JIRA)
May 23, 2011 at 6:47 pm
Aug 19, 2011 at 6:27 pm -
Create a test-patch script for Hudson ------------------------------------- Key: HADOOP-7295 URL: https://issues.apache.org/jira/browse/HADOOP-7295 Project: Hadoop Common Issue Type: Task Reporter: ...
Eli Collins (JIRA)
May 16, 2011 at 7:47 pm
Aug 11, 2011 at 5:15 pm -
Port remaining metrics v1 from trunk to branch-0.20-security ------------------------------------------------------------ Key: HADOOP-7311 URL: https://issues.apache.org/jira/browse/HADOOP-7311 ...
Konstantin Shvachko (JIRA)
May 19, 2011 at 10:50 pm
Aug 8, 2011 at 9:24 pm -
Introduce a buffered checksum for avoiding frequently calls on Checksum.update() -------------------------------------------------------------------------------- Key: HADOOP-7339 URL: ...
Min Zhou (JIRA)
May 30, 2011 at 5:27 am
Jun 29, 2011 at 1:40 am -
Programmatically start processes with JMX port open ----------------------------------------------------- Key: HADOOP-7254 URL: https://issues.apache.org/jira/browse/HADOOP-7254 Project: Hadoop ...
Tanping Wang (JIRA)
May 1, 2011 at 4:31 am
Jun 20, 2011 at 12:40 am -
----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/775/ ...
Jeffrey Naisbitt
May 23, 2011 at 3:49 pm
Jun 7, 2011 at 5:22 pm -
Hello, I am a newbie dev. I would like to generate a call graph for Hadoop inorder to understand the control flow better. Is there something that an help me do this or merely changing the log level ...
Aishwarya Venkataraman
May 27, 2011 at 10:59 pm
Jun 6, 2011 at 12:18 pm -
Eclipse project files are incomplete ------------------------------------ Key: HADOOP-7305 URL: https://issues.apache.org/jira/browse/HADOOP-7305 Project: Hadoop Common Issue Type: Improvement ...
Niels Basjes (JIRA)
May 19, 2011 at 12:11 pm
Jun 4, 2011 at 8:40 pm -
I'm starting this now. Nige
Nigel Daley
May 27, 2011 at 9:46 pm
May 28, 2011 at 1:22 am -
The metrics source mbean implementation should return the attribute value instead of the object ----------------------------------------------------------------------------------------------- Key: ...
Luke Lu (JIRA)
May 25, 2011 at 10:10 pm
May 26, 2011 at 10:51 pm -
Trash and shell's rm does not work for viewfs --------------------------------------------- Key: HADOOP-7284 URL: https://issues.apache.org/jira/browse/HADOOP-7284 Project: Hadoop Common Issue Type: ...
Sanjay Radia (JIRA)
May 12, 2011 at 7:52 pm
May 25, 2011 at 8:46 pm -
Hey folks, I've seen this error pop up on various people's build environments before, and never been able to find a good explanation: ivy-resolve-common: [ivy:resolve] [ivy:resolve] :: problems ...
Todd Lipcon
May 25, 2011 at 5:51 am
May 25, 2011 at 5:43 pm -
Gzip codec should not return null decompressors ----------------------------------------------- Key: HADOOP-7258 URL: https://issues.apache.org/jira/browse/HADOOP-7258 Project: Hadoop Common Issue ...
Owen O'Malley (JIRA)
May 3, 2011 at 7:00 pm
May 24, 2011 at 6:51 pm -
Folks, This email is essentially an attempt to work out a community consensus for a process around testing of Hadoop bits on real hardware. Here are few pre-requisites: - bits are produced by Jenkins ...
Konstantin Boudnik
May 20, 2011 at 9:47 pm
May 24, 2011 at 4:39 pm -
hadoop command - do not accept class names starting with a hyphen ----------------------------------------------------------------- Key: HADOOP-7325 URL: ...
Brock Noland (JIRA)
May 24, 2011 at 1:23 am
May 24, 2011 at 12:19 pm -
contrib modules should include build.properties from parent. ------------------------------------------------------------ Key: HADOOP-7259 URL: https://issues.apache.org/jira/browse/HADOOP-7259 ...
Owen O'Malley (JIRA)
May 4, 2011 at 6:12 am
May 23, 2011 at 10:52 pm -
unsubscribe
Todd Papaioannou
May 20, 2011 at 11:29 pm
May 21, 2011 at 2:06 am -
See https://builds.apache.org/hudson/job/Hadoop-Common-21-Build/120/ ################################################################################### ########################## LAST 60 LINES OF ...
Apache Jenkins Server
May 12, 2011 at 9:33 am
May 20, 2011 at 9:34 am -
1
[jira] [Created] (HADOOP-7283) Include 32-bit and 64-bit native libraries in Jenkins tarball builds
Include 32-bit and 64-bit native libraries in Jenkins tarball builds -------------------------------------------------------------------- Key: HADOOP-7283 URL: ...Tom White (JIRA)
May 12, 2011 at 6:42 pm
May 20, 2011 at 3:59 am -
improve trademark symbol usage and add trademark footer ------------------------------------------------------- Key: HADOOP-7309 URL: https://issues.apache.org/jira/browse/HADOOP-7309 Project: Hadoop ...
Owen O'Malley (JIRA)
May 19, 2011 at 8:27 pm
May 19, 2011 at 9:15 pm -
Does anyone understand what's up with our wagon-http? MR and HDFS builds have been failing recently because of this. -Todd -- Todd Lipcon Software Engineer, Cloudera
Todd Lipcon
May 13, 2011 at 10:29 pm
May 16, 2011 at 10:25 pm -
FsShell.DelayedExceptionThrowing generates QA errors ---------------------------------------------------- Key: HADOOP-7288 URL: https://issues.apache.org/jira/browse/HADOOP-7288 Project: Hadoop ...
Nicholas Telford (JIRA)
May 13, 2011 at 2:28 pm
May 13, 2011 at 10:43 pm -
update site to include the 0.20.203.0 release --------------------------------------------- Key: HADOOP-7281 URL: https://issues.apache.org/jira/browse/HADOOP-7281 Project: Hadoop Common Issue Type: ...
Owen O'Malley (JIRA)
May 11, 2011 at 11:38 pm
May 11, 2011 at 11:46 pm -
Remove unnecessary security related info logs --------------------------------------------- Key: HADOOP-7272 URL: https://issues.apache.org/jira/browse/HADOOP-7272 Project: Hadoop Common Issue Type: ...
Suresh Srinivas (JIRA)
May 10, 2011 at 10:10 pm
May 10, 2011 at 10:26 pm -
update the tlp site with the bylaws ----------------------------------- Key: HADOOP-7260 URL: https://issues.apache.org/jira/browse/HADOOP-7260 Project: Hadoop Common Issue Type: Task Components: ...
Owen O'Malley (JIRA)
May 5, 2011 at 9:21 pm
May 5, 2011 at 9:33 pm -
Hi, Could anyone point me to a summary on why this error would occur? java.lang.Throwable: Child Error at org.apache.hadoop.mapred.TaskRunner.run(TaskRunner.java:471) Caused by: java.io.IOException: ...
Sudharsan Sampath
May 3, 2011 at 7:07 am
May 3, 2011 at 7:56 am -
globStatus doesn't grok groupings with a slash ---------------------------------------------- Key: HADOOP-7344 URL: https://issues.apache.org/jira/browse/HADOOP-7344 Project: Hadoop Common Issue ...
Daryn Sharp (JIRA)
May 31, 2011 at 9:49 pm
May 31, 2011 at 9:49 pm -
backport HADOOP-7008 and HADOOP-7042 to branch-0.20-security ------------------------------------------------------------ Key: HADOOP-7343 URL: https://issues.apache.org/jira/browse/HADOOP-7343 ...
Thomas Graves (JIRA)
May 31, 2011 at 9:05 pm
May 31, 2011 at 9:05 pm -
Add an utility API in FileUtil for JDK File.list ------------------------------------------------ Key: HADOOP-7342 URL: https://issues.apache.org/jira/browse/HADOOP-7342 Project: Hadoop Common Issue ...
Bharath Mundlapudi (JIRA)
May 31, 2011 at 7:20 pm
May 31, 2011 at 7:20 pm -
Fix option parsing in CommandFormat ----------------------------------- Key: HADOOP-7341 URL: https://issues.apache.org/jira/browse/HADOOP-7341 Project: Hadoop Common Issue Type: Bug Components: fs ...
Daryn Sharp (JIRA)
May 31, 2011 at 4:49 pm
May 31, 2011 at 4:49 pm -
incomplete help message is displayed for getmerge [addnl] option ---------------------------------------------------------------- Key: HADOOP-7340 URL: ...
XieXianshan (JIRA)
May 31, 2011 at 10:30 am
May 31, 2011 at 10:30 am -
Annotate PureJavaCrc32 as a public API -------------------------------------- Key: HADOOP-7337 URL: https://issues.apache.org/jira/browse/HADOOP-7337 Project: Hadoop Common Issue Type: Improvement ...
Tsz Wo (Nicholas), SZE (JIRA)
May 27, 2011 at 11:49 pm
May 27, 2011 at 11:49 pm -
TestFileContextResolveAfs will fail with default test.build.data property. -------------------------------------------------------------------------- Key: HADOOP-7336 URL: ...
Jitendra Nath Pandey (JIRA)
May 27, 2011 at 10:52 pm
May 27, 2011 at 10:52 pm
Group Overview
group | common-dev |
categories | hadoop |
discussions | 124 |
posts | 226 |
users | 39 |
website | hadoop.apache.org... |
irc | #hadoop |
39 users for May 2011
Archives
- February 2013 (95)
- January 2013 (251)
- December 2012 (176)
- November 2012 (275)
- October 2012 (293)
- September 2012 (244)
- August 2012 (224)
- July 2012 (252)
- June 2012 (240)
- May 2012 (293)
- April 2012 (327)
- March 2012 (340)
- February 2012 (295)
- January 2012 (173)
- December 2011 (274)
- November 2011 (318)
- October 2011 (277)
- September 2011 (338)
- August 2011 (342)
- July 2011 (246)
- June 2011 (202)
- May 2011 (226)
- April 2011 (99)
- March 2011 (157)
- February 2011 (83)
- January 2011 (172)
- December 2010 (76)
- November 2010 (140)
- October 2010 (111)
- September 2010 (95)
- August 2010 (124)
- July 2010 (121)
- June 2010 (105)
- May 2010 (109)
- April 2010 (175)
- March 2010 (177)
- February 2010 (134)
- January 2010 (150)
- December 2009 (152)
- November 2009 (154)
- October 2009 (111)
- September 2009 (167)
- August 2009 (154)
- July 2009 (185)
- June 2009 (1,988)
- May 2009 (2,428)
- April 2009 (1,849)
- March 2009 (2,667)
- February 2009 (2,532)
- January 2009 (2,025)
- December 2008 (2,250)
- November 2008 (2,157)
- October 2008 (3,034)
- September 2008 (3,666)
- August 2008 (2,380)
- July 2008 (2,688)
- June 2008 (2,626)
- May 2008 (2,096)
- April 2008 (2,977)
- March 2008 (2,869)
- February 2008 (2,001)
- January 2008 (3,464)
- December 2007 (2,458)
- November 2007 (2,240)
- October 2007 (2,222)
- September 2007 (1,934)
- August 2007 (1,791)
- July 2007 (1,697)
- June 2007 (1,522)
- May 2007 (1,478)
- April 2007 (1,442)
- March 2007 (1,227)
- February 2007 (1,086)
- January 2007 (1,114)
- December 2006 (784)
- November 2006 (816)
- October 2006 (597)
- September 2006 (538)
- August 2006 (660)
- July 2006 (502)
- June 2006 (552)
- May 2006 (681)
- April 2006 (466)
- March 2006 (371)
- February 2006 (277)
- January 2006 (1)