You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Rahul Pathak (JIRA)" <ji...@apache.org> on 2016/06/06 12:22:20 UTC

[jira] [Created] (FALCON-2011) Document for creating cluster entity using

Rahul Pathak created FALCON-2011:
------------------------------------

             Summary: Document for creating cluster entity using 
                 Key: FALCON-2011
                 URL: https://issues.apache.org/jira/browse/FALCON-2011
             Project: Falcon
          Issue Type: Task
          Components: client, docs
    Affects Versions: 0.6.1
         Environment: Hortonworks 2.3.4 as source and target cluster(2 different cluster). 
HA enabled for both RM and NN in both the clusters.
Trying to implement https://falcon.apache.org/HiveIntegration.html
            Reporter: Rahul Pathak
            Priority: Blocker


I have tried below settings without any success:

On source cluster one at a time:
interface type="execute" endpoint="src-resourceManager1:8050"
interface type="execute" endpoint="src-resourceManager2:8050"
interface type="execute" endpoint="src-resourceManager1:8032"
interface type="execute" endpoint="src-resourceManager2:8032"

On target cluster one at a time:
interface type="execute" endpoint="tgt-resourceManager1:8050"
interface type="execute" endpoint="tgt-resourceManager2:8050"
interface type="execute" endpoint="tgt-resourceManager1:8032"
interface type="execute" endpoint="tgt-resourceManager2:8032"

With different combination of below on target oozie server
{code}
 <name>oozie.service.HadoopAccessorService.hadoop.configurations</name> 
      <value>*=/etc/hadoop/conf,src-namenode1:8020=/etc/src_hadoop/conf,src-resourceManager1:8050=/etc/src_hadoop/conf,src-namenode2:8020=/etc/src_hadoop/conf,src-resourceManager2:8050=/etc/src_hadoop/conf</value> 
      <description> 

{code}

*And*

{code}
<name>oozie.service.HadoopAccessorService.hadoop.configurations</name> 
      <value>*=/etc/hadoop/conf,src-namenode1:8020=/etc/src_hadoop/conf,src-resourceManager1:8032=/etc/src_hadoop/conf,src-namenode2:8020=/etc/src_hadoop/conf,src-resourceManager2:8032=/etc/src_hadoop/conf</value> 
      <description> 


{code}



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