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 CFD94D162 for ; Fri, 14 Sep 2012 18:34:07 +0000 (UTC) Received: (qmail 22003 invoked by uid 500); 14 Sep 2012 18:34:07 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 21972 invoked by uid 500); 14 Sep 2012 18:34: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 21956 invoked by uid 99); 14 Sep 2012 18:34: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 18:34:07 +0000 Date: Sat, 15 Sep 2012 05:34:07 +1100 (NCT) From: "Alejandro Abdelnur (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <206581891.81592.1347647647437.JavaMail.jiratomcat@arcas> Subject: [jira] [Created] (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 Alejandro Abdelnur created HADOOP-8810: ------------------------------------------ Summary: 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 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