configuration - Relationship between different hbase-site.xml for a Cloudera install -


Along with installing HBase's cloid, I saw that there are three configuration information:

    1. / etc / hbase / conf /hbase-site.xml ,
    2. /usr/lib/hbase/conf/hbase-site.xml ,
    3. and / Var / run / cloudera-scm-agent / process / * - hbase-master

    Which one is absolutely effective? Or maybe they all do

In all cases of hbase / etc / hbase / Conf / hbase-site.xml The file is always read /usr/lib/hbase/conf/hbase-site.xml a / etc / hbase / conf / hbase -site.xml is a symlink, so this is the file itself.

Finally, anything in / var / run / is a runtime variable and in your case Claudera is a manager agent. Manager Agent is responsible for admission between manager consoles and other tasks.

I hope that helps, Pat


Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -