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 "Roman Shaposhnik (Created) (JIRA)" <ji...@apache.org> on 2012/03/29 19:56:22 UTC

[jira] [Created] (HADOOP-8226) a few native libraries are missing from a full build and binary tarball

a few native libraries are missing from a full build and binary tarball
-----------------------------------------------------------------------

                 Key: HADOOP-8226
                 URL: https://issues.apache.org/jira/browse/HADOOP-8226
             Project: Hadoop Common
          Issue Type: Bug
          Components: build
    Affects Versions: 0.23.1
            Reporter: Roman Shaposhnik
            Assignee: Roman Shaposhnik


Hadoop 1.0.X ships the following native libraries in its tarball:

{noformat}
hadoop-1.0.1/c++/Linux-amd64-64/lib/libhadooppipes.a
hadoop-1.0.1/c++/Linux-amd64-64/lib/libhadooputils.a
hadoop-1.0.1/c++/Linux-i386-32/lib/libhadooppipes.a
hadoop-1.0.1/c++/Linux-i386-32/lib/libhadooputils.a
hadoop-1.0.1/lib/native/Linux-amd64-64/libhadoop.a
hadoop-1.0.1/lib/native/Linux-i386-32/libhadoop.a
hadoop-1.0.1/c++/Linux-amd64-64/lib/libhdfs.so
hadoop-1.0.1/c++/Linux-i386-32/lib/libhdfs.so
hadoop-1.0.1/lib/native/Linux-amd64-64/libhadoop.so
hadoop-1.0.1/lib/native/Linux-i386-32/libhadoop.so
{noformat}

While Hadoop 0.23.1 ships a subset:

{noformat}
./lib/native/libhadoop.a
./lib/native/libhdfs.a
./lib/native/libhadoop.so
./lib/native/libhdfs.so
{noformat}

The question is: do we have any reason not to support/publish the following libraries:
libhadooppipes.a, libhadooputils.a ?

And we also used to have librecordio that now seems to be missing from both.

If this is not intentional I can provide a patch to re-enable these bits.

--
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