Return-Path: X-Original-To: apmail-hadoop-yarn-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-yarn-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 E0EA318BC0 for ; Thu, 23 Jul 2015 21:54:06 +0000 (UTC) Received: (qmail 78307 invoked by uid 500); 23 Jul 2015 21:54:06 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 78273 invoked by uid 500); 23 Jul 2015 21:54:06 -0000 Mailing-List: contact yarn-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: yarn-issues@hadoop.apache.org Delivered-To: mailing list yarn-issues@hadoop.apache.org Received: (qmail 78262 invoked by uid 99); 23 Jul 2015 21:54:06 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jul 2015 21:54:06 +0000 Date: Thu, 23 Jul 2015 21:54:06 +0000 (UTC) From: "Hudson (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (YARN-3900) Protobuf layout of yarn_security_token causes errors in other protos that include it 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/YARN-3900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14639580#comment-14639580 ] Hudson commented on YARN-3900: ------------------------------ FAILURE: Integrated in Hadoop-trunk-Commit #8208 (See [https://builds.apache.org/job/Hadoop-trunk-Commit/8208/]) YARN-3900. Protobuf layout of yarn_security_token causes errors in other protos that include it (adhoot via rkanter) (rkanter: rev 1d3026e7b3cf2f3a8a544b66ff14783cc590bdac) * hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/pom.xml * hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/proto/yarn_security_token.proto * hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/proto/server/yarn_security_token.proto * hadoop-yarn-project/CHANGES.txt * hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/pom.xml * hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/pom.xml * hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/recovery/TestProtos.java > Protobuf layout of yarn_security_token causes errors in other protos that include it > ------------------------------------------------------------------------------------- > > Key: YARN-3900 > URL: https://issues.apache.org/jira/browse/YARN-3900 > Project: Hadoop YARN > Issue Type: Bug > Reporter: Anubhav Dhoot > Assignee: Anubhav Dhoot > Fix For: 2.8.0 > > Attachments: YARN-3900.001.patch, YARN-3900.001.patch, YARN-3900.002.patch > > > Because of the subdirectory server used in {{hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/proto/server/yarn_security_token.proto}} there are errors in other protos that include them. > As per the docs http://sergei-ivanov.github.io/maven-protoc-plugin/usage.html {noformat} Any subdirectories under src/main/proto/ are treated as package structure for protobuf definition imports.{noformat} > -- This message was sent by Atlassian JIRA (v6.3.4#6332)