Return-Path: X-Original-To: apmail-hadoop-common-dev-archive@www.apache.org Delivered-To: apmail-hadoop-common-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 A49FE9155 for ; Wed, 30 May 2012 17:21:26 +0000 (UTC) Received: (qmail 39200 invoked by uid 500); 30 May 2012 17:21:24 -0000 Delivered-To: apmail-hadoop-common-dev-archive@hadoop.apache.org Received: (qmail 39053 invoked by uid 500); 30 May 2012 17:21:24 -0000 Mailing-List: contact common-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-dev@hadoop.apache.org Received: (qmail 38875 invoked by uid 99); 30 May 2012 17:21:24 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 May 2012 17:21:24 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id E6C35142857 for ; Wed, 30 May 2012 17:21:23 +0000 (UTC) Date: Wed, 30 May 2012 17:21:23 +0000 (UTC) From: "Colin Patrick McCabe (JIRA)" To: common-dev@hadoop.apache.org Message-ID: <763975184.17113.1338398483948.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Created] (HADOOP-8451) slightly inconsistent file names for native code MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Colin Patrick McCabe created HADOOP-8451: -------------------------------------------- Summary: slightly inconsistent file names for native code Key: HADOOP-8451 URL: https://issues.apache.org/jira/browse/HADOOP-8451 Project: Hadoop Common Issue Type: Bug Reporter: Colin Patrick McCabe Priority: Trivial During HADOOP-8368, someone pointed out that it would be nice for the C/C++ files to be in directories named 'native'. However, this is currently not the case. Some examples: [from hadoop-common] {code} ./test/system/c++/runAs/main.c ./test/system/c++/runAs/runAs.c ./main/native/src/org/apache/hadoop/util/NativeCrc32.c ./main/native/src/org/apache/hadoop/util/bulk_crc32.c ...etc.. {code} >From hadoop-hdfs: {code} ./hadoop-hdfs/src/contrib/fuse-dfs/src/fuse_impls_readdir.c ./hadoop-hdfs/src/contrib/fuse-dfs/src/fuse_impls_utimens.c ./hadoop-hdfs/src/main/native/hdfs_read.c ./hadoop-hdfs/src/main/native/hdfs.c ... etc... {code} >From hadoop-mapreduce-project: {code} ./hadoop-mapreduce-project/src/examples/pipes/impl/wordcount-simple.cc ./hadoop-mapreduce-project/src/examples/pipes/impl/wordcount-part.cc ./hadoop-mapreduce-project/src/c++/utils/impl/StringUtils.cc ./hadoop-mapreduce-project/src/c++/utils/impl/SerialUtils.cc ./hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/native/container-executor/test/test-container-executor.c ./hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/native/container-executor/impl/main.c ... etc... {code} There's probably a little more we could do to tidy this up... at minimum, pick one of 'c++' or 'native' and use it consistently. So this JIRA is a reminder. -- 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