Scott Hunt created HBASE-18725:
----------------------------------

             Summary: [C++] Install header files as well as library
                 Key: HBASE-18725
                 URL: https://issues.apache.org/jira/browse/HBASE-18725
             Project: HBase
          Issue Type: Sub-task
            Reporter: Scott Hunt
            Priority: Minor
             Fix For: HBASE-14850


Currently "make install" only installs libHbaseClient[_d].[so|a], but in order 
for the library to be useful for building applications, we'll need to install 
the header files also.

This, of course, brings up another problem: that the headers aren't in their 
own directory structure, so that application includes could look something 
like: #include <hbase/...>

I suggest that we create an hbase sub-directory (under hbase-native-client), 
move all the [public] headers into there (we can keep the current directory 
structure under that, i.e. hbase/core/cell.h, etc.)





--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to