You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "James Clampffer (JIRA)" <ji...@apache.org> on 2016/09/19 21:53:20 UTC

[jira] [Created] (HDFS-10874) libhdfs++: Public API headers should not depend on internal implementation

James Clampffer created HDFS-10874:
--------------------------------------

             Summary: libhdfs++: Public API headers should not depend on internal implementation
                 Key: HDFS-10874
                 URL: https://issues.apache.org/jira/browse/HDFS-10874
             Project: Hadoop HDFS
          Issue Type: Sub-task
            Reporter: James Clampffer


Public headers need to do some combination of the following: stop including parts of the implementation, forward declare bits of the implementation where absolutely needed, or pull the implementation into include/hdfspp if it's inseparable.

Example:
If you want to use the C++ API and only stick include/hdfspp in the include path you'll get an error when you include include/hdfspp/options.h because that goes and includes common/uri.h.

Related to the work described in HDFS-10787.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org