synfinatic

cluster.xml

Jan 10th, 2017
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.99 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- https://falcon.apache.org/EntitySpecification.html#Cluster_Specification -->
  3. <cluster colo="eng" description="hdpt.eng.company.com" name="hdpt"
  4.    xmlns="uri:falcon:cluster:0.1"
  5.    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  6.     <interfaces>
  7.         <interface type="readonly" endpoint="hdfs://hdpt-nn1.eng.company.com:8020" version="2.6.0" />
  8.         <interface type="write" endpoint="hdfs://hdpt-nn1.eng.company.com:8020" version="2.6.0" />
  9.         <interface type="execute" endpoint="hdpt-nn1.eng.company.com:8021" version="2.6.0" />
  10.         <interface type="workflow" endpoint="hdpt-nn1.eng.company.com:11000/oozie/" version="4.1.0" />
  11.     </interfaces>
  12.     <locations>
  13.         <location name="staging" path="/projects/falcon/staging" />
  14.         <location name="working" path="/projects/falcon/working" />
  15.         <location name="temp" path="/projects/falcon/temp" />
  16.     </locations>
  17.     <properties>
  18.     </properties>
  19.  </cluster>
Advertisement
Add Comment
Please, Sign In to add comment