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 6EA8B9BA4 for ; Mon, 25 Jun 2012 15:16:43 +0000 (UTC) Received: (qmail 61545 invoked by uid 500); 25 Jun 2012 15:16:43 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 61516 invoked by uid 500); 25 Jun 2012 15:16:43 -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 61508 invoked by uid 99); 25 Jun 2012 15:16:43 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jun 2012 15:16:43 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id EE44B141BDA for ; Mon, 25 Jun 2012 15:16:42 +0000 (UTC) Date: Mon, 25 Jun 2012 15:16:42 +0000 (UTC) From: "Radim Kolar (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <32996504.51161.1340637402977.JavaMail.jiratomcat@issues-vm> In-Reply-To: <963103963.50867.1340630743934.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (HADOOP-8527) Dont use JDK6 tools as dependency 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-8527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13400524#comment-13400524 ] Radim Kolar commented on HADOOP-8527: ------------------------------------- in theory it might be needed only in case that you have JDK installed but you are building with JRE. But JRE6 do not contains javac anymore. > Dont use JDK6 tools as dependency > --------------------------------- > > Key: HADOOP-8527 > URL: https://issues.apache.org/jira/browse/HADOOP-8527 > Project: Hadoop Common > Issue Type: Bug > Components: build > Affects Versions: 0.23.0, 2.0.0-alpha, 3.0.0 > Reporter: Radim Kolar > Attachments: hadoop-jdk.tools.txt > > > In hadoop-project/pom.xml there is dependency on jdk.tools/jdk.tools/1.6 with system scope. This dependency breaks maven-assembly jar-with-dependencies because it tries to find artifact which does not exists in maven repo. > It should not be needed. if hadoop is build with JRE, then compile fails. Adding dependency on jdk.tools does not improve situation. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira