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 573AC198E4 for ; Fri, 22 Apr 2016 19:50:13 +0000 (UTC) Received: (qmail 4482 invoked by uid 500); 22 Apr 2016 19:50:13 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 4379 invoked by uid 500); 22 Apr 2016 19:50:13 -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 4267 invoked by uid 99); 22 Apr 2016 19:50:12 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Apr 2016 19:50:12 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D16CD2C1F5C for ; Fri, 22 Apr 2016 19:50:12 +0000 (UTC) Date: Fri, 22 Apr 2016 19:50:12 +0000 (UTC) From: "Akira AJISAKA (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-13045) hadoop_add_classpath is not working in .hadooprc 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-13045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15254541#comment-15254541 ] Akira AJISAKA commented on HADOOP-13045: ---------------------------------------- Thanks Allen for the comments. bq. In any case, HADOOP_USER_CLASSPATH should be used to do what you're trying to do. I got it. bq. What if we turned the current .hadooprc support into .hadoopenv and add a new .hadooprc hook that gets called after the initialization is done such that functions work? I thought that .hadooprc was where to use unix shell API, but it's not. Where can/should we use the API? If there are some places to use the API, I'll use there. I'd like to avoid a new .something, which maybe misunderstanding. If there are no places to use that functions, I'm okay to introduce a new .something. > hadoop_add_classpath is not working in .hadooprc > ------------------------------------------------ > > Key: HADOOP-13045 > URL: https://issues.apache.org/jira/browse/HADOOP-13045 > Project: Hadoop Common > Issue Type: Bug > Reporter: Akira AJISAKA > > {{hadoop_basic_function}} resets {{CLASSPATH}} after {{.hadooprc}} is called. > {noformat} > $ hadoop --debug version > (snip) > DEBUG: Applying the user's .hadooprc > DEBUG: Initial CLASSPATH=/root/hadoop-tools-0.1-SNAPSHOT.jar > DEBUG: Initialize CLASSPATH > DEBUG: Rejected colonpath(JAVA_LIBRARY_PATH): /usr/local/hadoop/build/native > DEBUG: Rejected colonpath(JAVA_LIBRARY_PATH): /usr/local/hadoop/lib/native > DEBUG: Initial CLASSPATH=/usr/local/hadoop/share/hadoop/common/lib/* > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)