Return-Path: X-Original-To: apmail-hadoop-yarn-dev-archive@minotaur.apache.org Delivered-To: apmail-hadoop-yarn-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A4888D5B3 for ; Tue, 16 Oct 2012 16:25:03 +0000 (UTC) Received: (qmail 73417 invoked by uid 500); 16 Oct 2012 16:25:03 -0000 Delivered-To: apmail-hadoop-yarn-dev-archive@hadoop.apache.org Received: (qmail 73364 invoked by uid 500); 16 Oct 2012 16:25:03 -0000 Mailing-List: contact yarn-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: yarn-dev@hadoop.apache.org Delivered-To: mailing list yarn-dev@hadoop.apache.org Received: (qmail 73299 invoked by uid 99); 16 Oct 2012 16:25:03 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Oct 2012 16:25:03 +0000 Date: Tue, 16 Oct 2012 16:25:03 +0000 (UTC) From: "Chris Nauroth (JIRA)" To: yarn-dev@hadoop.apache.org Message-ID: <346577422.52025.1350404703397.JavaMail.jiratomcat@arcas> Subject: [jira] [Created] (YARN-161) Yarn Common has multiple compiler warnings for unchecked operations MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Chris Nauroth created YARN-161: ---------------------------------- Summary: Yarn Common has multiple compiler warnings for unchecked operations Key: YARN-161 URL: https://issues.apache.org/jira/browse/YARN-161 Project: Hadoop YARN Issue Type: Bug Components: api Affects Versions: 3.0.0 Reporter: Chris Nauroth The warnings are in classes StateMachineFactory, RecordFactoryProvider, RpcFactoryProvider, and YarnRemoteExceptionFactoryProvider. OpenJDK 1.6.0_24 actually treats these as compilation errors, causing the build to fail. -- 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