You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Raghav Kumar Gautam (JIRA)" <ji...@apache.org> on 2014/11/18 22:38:36 UTC

[jira] [Created] (FALCON-902) Documentation of falcon parameters

Raghav Kumar Gautam created FALCON-902:
------------------------------------------

             Summary: Documentation of falcon parameters
                 Key: FALCON-902
                 URL: https://issues.apache.org/jira/browse/FALCON-902
             Project: Falcon
          Issue Type: Bug
          Components: docs
    Affects Versions: 0.6
            Reporter: Raghav Kumar Gautam


In falcon we have added new property requirements that needs to be documented.

For working with secure clusters, the cluster.xml entity should have hadoop.rpc.protection set to the value of the hadoop cluster's hadoop.rpc.protection. For eg:
        <property name="hadoop.rpc.protection" value="authentication"/>

For hcat retention/replication/process to work with secure clusters, the cluster.xml entity should have "hive.metastore.sasl.enabled" set to true. For eg:
<property name="hive.metastore.sasl.enabled" value="true"/>

For wasb replication to work target cluster's core-site.xml has wasb credentials. For eg:
<property>
  <name>fs.azure.account.key.testuser.blob.core.windows.net</name>
  <value>XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX</value>
</property>




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