Return-Path: X-Original-To: apmail-hama-dev-archive@www.apache.org Delivered-To: apmail-hama-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8D11A1035C for ; Fri, 6 Mar 2015 07:01:38 +0000 (UTC) Received: (qmail 83974 invoked by uid 500); 6 Mar 2015 07:01:38 -0000 Delivered-To: apmail-hama-dev-archive@hama.apache.org Received: (qmail 83932 invoked by uid 500); 6 Mar 2015 07:01:38 -0000 Mailing-List: contact dev-help@hama.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hama.apache.org Delivered-To: mailing list dev@hama.apache.org Received: (qmail 83919 invoked by uid 99); 6 Mar 2015 07:01:38 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Mar 2015 07:01:38 +0000 Date: Fri, 6 Mar 2015 07:01:38 +0000 (UTC) From: "Minho Kim (JIRA)" To: dev@hama.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HAMA-931) Make the HAMA base path configurable 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/HAMA-931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Minho Kim updated HAMA-931: --------------------------- Attachment: HAMA-931_v01.patch > Make the HAMA base path configurable > ------------------------------------ > > Key: HAMA-931 > URL: https://issues.apache.org/jira/browse/HAMA-931 > Project: Hama > Issue Type: Bug > Components: yarn > Affects Versions: 0.6.4 > Reporter: Edward J. Yoon > Assignee: Minho Kim > Priority: Blocker > Fix For: 0.7.0 > > Attachments: HAMA-931_v01.patch > > > I just noticed that the pathes of HAMA_HOME and dependencies are hard-coded and not configurable. Please make this configurable. > {code} > 15/03/06 11:23:04 INFO bsp.YARNBSPJobClient: Got Cluster node info from ASM > 15/03/06 11:23:04 INFO bsp.YARNBSPJobClient: Got node report from ASM for, nodeId=localhost:57768, nodeAddresslocalhost:8042, nodeRackName/default-rack, nodeNumContainers0 > 15/03/06 11:23:04 INFO bsp.YARNBSPJobClient: Queue info, queueName=default, queueCurrentCapacity=0.0, queueMaxCapacity=1.0, queueApplicationCount=0, queueChildQueueCount=0 > 15/03/06 11:23:04 INFO bsp.YARNBSPJobClient: User ACL Info for Queue, queueName=root, userAcl=SUBMIT_APPLICATIONS > 15/03/06 11:23:04 INFO bsp.YARNBSPJobClient: User ACL Info for Queue, queueName=root, userAcl=ADMINISTER_QUEUE > 15/03/06 11:23:04 INFO bsp.YARNBSPJobClient: User ACL Info for Queue, queueName=default, userAcl=SUBMIT_APPLICATIONS > 15/03/06 11:23:04 INFO bsp.YARNBSPJobClient: User ACL Info for Queue, queueName=default, userAcl=ADMINISTER_QUEUE > Exception in thread "main" java.io.FileNotFoundException: File /home/hadoop/hama-0.6.4.tar.gz does not exist > at org.apache.hadoop.fs.RawLocalFileSystem.deprecatedGetFileStatus(RawLocalFileSystem.java:534) > at org.apache.hadoop.fs.RawLocalFileSystem.getFileLinkStatusInternal(RawLocalFileSystem.java:747) > at org.apache.hadoop.fs.RawLocalFileSystem.getFileStatus(RawLocalFileSystem.java:524) > at org.apache.hadoop.fs.FilterFileSystem.getFileStatus(FilterFileSystem.java:409) > at org.apache.hadoop.fs.FileUtil.copy(FileUtil.java:337) > at org.apache.hadoop.fs.FileSystem.copyFromLocalFile(FileSystem.java:1905) > at org.apache.hama.bsp.YARNBSPJobClient.launchJob(YARNBSPJobClient.java:239) > at org.apache.hama.bsp.BSPJobClient.submitJobInternal(BSPJobClient.java:395) > at org.apache.hama.bsp.YARNBSPJob.submit(YARNBSPJob.java:74) > at org.apache.hama.bsp.YARNBSPJob.waitForCompletion(YARNBSPJob.java:90) > at org.apache.hama.bsp.YarnSerializePrinting.main(YarnSerializePrinting.java:74) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > at org.apache.hadoop.util.RunJar.run(RunJar.java:221) > at org.apache.hadoop.util.RunJar.main(RunJar.java:136) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)