You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Enis Soztutar (JIRA)" <ji...@apache.org> on 2016/11/30 23:57:58 UTC

[jira] [Created] (HBASE-17222) [C++] include hbase-default.xml from code rather than under config dir

Enis Soztutar created HBASE-17222:
-------------------------------------

             Summary: [C++] include hbase-default.xml from code rather than under config dir
                 Key: HBASE-17222
                 URL: https://issues.apache.org/jira/browse/HBASE-17222
             Project: HBase
          Issue Type: Sub-task
            Reporter: Enis Soztutar


In HBASE-16489 we are sourcing hbase-site.xml and hbase-default.xml from given directories or HBASE_CONF_DIR env. 

However, the {{hbase-default.xml}} is not there in the conf directories anymore in regular deployments. The actual source files is in {{hbase-common/src/main/resources}} and it gets packed in a hbase-common.jar. We should find a way to copy the file for the C++ build, and source the data from the C++ bundle, rather than expecting it coming from conf dirs. 



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