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 A128DCF28 for ; Fri, 25 May 2012 12:18:25 +0000 (UTC) Received: (qmail 36993 invoked by uid 500); 25 May 2012 12:18:24 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 36785 invoked by uid 500); 25 May 2012 12:18:23 -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 36759 invoked by uid 99); 25 May 2012 12:18:23 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 May 2012 12:18:23 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 36C6B142815 for ; Fri, 25 May 2012 12:18:23 +0000 (UTC) Date: Fri, 25 May 2012 12:18:23 +0000 (UTC) From: "Devaraj K (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <1526646897.1573.1337948303226.JavaMail.jiratomcat@issues-vm> In-Reply-To: <335357701.1129.1337938403840.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (HADOOP-8438) hadoop-validate-setup.sh refers to examples jar file which doesn't exist 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-8438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13283332#comment-13283332 ] Devaraj K commented on HADOOP-8438: ----------------------------------- {code:xml} -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. {code} It doesn't need new tests since it is script change. I have verified it manually. {code:xml} -1 core tests. The patch failed these unit tests in hadoop-common-project/hadoop-common: org.apache.hadoop.fs.viewfs.TestViewFsTrash {code} This test failure is not related to the patch. > hadoop-validate-setup.sh refers to examples jar file which doesn't exist > ------------------------------------------------------------------------ > > Key: HADOOP-8438 > URL: https://issues.apache.org/jira/browse/HADOOP-8438 > Project: Hadoop Common > Issue Type: Bug > Affects Versions: 2.0.1-alpha, 3.0.0 > Reporter: Devaraj K > Assignee: Devaraj K > Attachments: HADOOP-8438.patch > > > hadoop-validate-setup.sh is trying to find the file with the name hadoop-examples-\*.jar and it is failing to find because the examples jar is renamed to hadoop-mapreduce-examples-\*.jar. > {code:xml} > linux-rj72:/home/hadoop/hadoop-3.0.0-SNAPSHOT/sbin # ./hadoop-validate-setup.sh > find: `/usr/share/hadoop': No such file or directory > Did not find hadoop-examples-*.jar under '/home/hadoop-3.0.0-SNAPSHOT or '/usr/share/hadoop' > linux-rj72:/home/hadoop-3.0.0-SNAPSHOT/sbin # > {code} -- 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