Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 29DE2D2C5 for ; Fri, 14 Sep 2012 19:08:08 +0000 (UTC) Received: (qmail 18468 invoked by uid 500); 14 Sep 2012 19:08:07 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 18440 invoked by uid 500); 14 Sep 2012 19:08:07 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 18431 invoked by uid 99); 14 Sep 2012 19:08:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Sep 2012 19:08:07 +0000 Date: Sat, 15 Sep 2012 06:08:07 +1100 (NCT) From: "Hadoop QA (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <212535196.81757.1347649687765.JavaMail.jiratomcat@arcas> In-Reply-To: <206581891.81592.1347647647437.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (HADOOP-8810) when building with documentation build stops waiting for ENTER on terminal MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HADOOP-8810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13456041#comment-13456041 ] Hadoop QA commented on HADOOP-8810: ----------------------------------- -1 overall. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12545196/HADOOP-8810.patch against trunk revision . +1 @author. The patch does not contain any @author tags. -1 tests included. The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch. -1 javac. The patch appears to cause the build to fail. Console output: https://builds.apache.org/job/PreCommit-HADOOP-Build/1460//console This message is automatically generated. > when building with documentation build stops waiting for ENTER on terminal > -------------------------------------------------------------------------- > > Key: HADOOP-8810 > URL: https://issues.apache.org/jira/browse/HADOOP-8810 > Project: Hadoop Common > Issue Type: Improvement > Components: build > Affects Versions: 2.0.3-alpha > Reporter: Alejandro Abdelnur > Assignee: Alejandro Abdelnur > Fix For: 2.0.3-alpha > > Attachments: HADOOP-8810.patch > > > When building the docs {{mvn clean package -Pdocs -DskipTests site site:stage -DstagingDirectory=/tmp/hadoop-site}}, in OSX (and I've seen it a few times in Ubuntu as well), the build stops, if you press ENTER it continues. It happens twice. > I've traced this down to the exec-maven-plugin invocation of protoc for hadoop-yarn-api module (and other YARN module I don't recall at the moment). > jstacking the Maven process it seems the exec-maven-plugin has some locking issues consuming the STDOUT/STDERR of the process being executed. > I've converted the protoc invocation in the hadoop-yarn-api to use the antrun plugin instead and then another module running protoc using exec-maven-puglin hang. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira