Uploaded image for project: 'Falcon'
  1. Falcon
  2. FALCON-2011

Document for creating cluster entity in HA enabled cluster

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • 0.6.1
    • None
    • client, docs
    • Important

    Description

      I have tried below cluster entity definitions without any success:

      For 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

      <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> 
      

      And

      <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> 
      

      I get below oozie exception while running table-export

      JA009: Cannot initialize Cluster. Please check your configuration for mapreduce.framework.name and the correspond server addresses
      

      However it has worked fine before enabling HA on both the clusters.

      Attachments

        Activity

          People

            Unassigned Unassigned
            rahulp Rahul Pathak
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: