You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Colin Patrick McCabe (JIRA)" <ji...@apache.org> on 2012/05/30 19:21:23 UTC

[jira] [Created] (HADOOP-8451) slightly inconsistent file names for native code

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