2. Configure Proxy Settings

  1. Stop all services.

  2. Change the proxy settings for the falcon user in the core-site.xml file.

    <property> 
      <name>hadoop.proxyuser.falcon.groups</name>
      <value>users</value> 
      <description> Proxy group for Hadoop. </description>
    </property> 
                
    <property> 
      <name>hadoop.proxyuser.falcon.hosts</name>
      <value>*</value> 
      <description> Proxy host for Hadoop. </description>
    </property> 
  3. Start all services.


loading table of contents...