<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: I am working with Falcon, while creating the entity for cluster i got the error for the location of staging directory does not exists. here is my xml file in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-working-with-Falcon-while-creating-the-entity-for/m-p/114994#M16615</link>
    <description>&lt;P&gt;thank you its working now.&lt;/P&gt;&lt;P&gt;But i want to ask about the validity start date and end date of the feeds and process?&lt;/P&gt;</description>
    <pubDate>Fri, 29 Jan 2016 00:09:08 GMT</pubDate>
    <dc:creator>khushikalra_060</dc:creator>
    <dc:date>2016-01-29T00:09:08Z</dc:date>
    <item>
      <title>I am working with Falcon, while creating the entity for cluster i got the error for the location of staging directory does not exists. here is my xml file</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-working-with-Falcon-while-creating-the-entity-for/m-p/114989#M16610</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&amp;gt;&amp;lt;clustername="primaryCluster"description="this is primary cluster"colo="primaryColo"xmlns="uri:falcon:cluster:0.1"&amp;gt;&amp;lt;tags&amp;gt;primaryKey=primaryValue&amp;lt;/tags&amp;gt;&amp;lt;interfaces&amp;gt;&amp;lt;interfacetype="readonly"endpoint="hftp://sandbox.hortonworks.com:50070"version="2.2.0"/&amp;gt;&amp;lt;interfacetype="write"endpoint="hdfs://sandbox.hortonworks.com:8020"version="2.2.0"/&amp;gt;&amp;lt;interfacetype="execute"endpoint="sandbox.hortonworks.com:8050"version="2.2.0"/&amp;gt;&amp;lt;interfacetype="workflow"endpoint="http://sandbox.hortonworks.com:11000/oozie/"version="4.0.0"/&amp;gt;&amp;lt;interfacetype="messaging"endpoint="tcp://sandbox.hortonworks.com:61616?daemon=true"version="5.1.6"/&amp;gt;&amp;lt;/interfaces&amp;gt;&amp;lt;locations&amp;gt;&amp;lt;locationname="staging"path="/apps/falcon/primaryCluster/staging"/&amp;gt;&amp;lt;locationname="temp"path="/tmp"/&amp;gt;&amp;lt;locationname="working"path="/apps/falcon/primaryCluster/working"/&amp;gt;&amp;lt;/locations&amp;gt;&amp;lt;ACLowner="ambari-qa"group="users"permission="0x755"/&amp;gt;&amp;lt;properties&amp;gt;&amp;lt;propertyname="test"value="value1"/&amp;gt;&amp;lt;/properties&amp;gt;&amp;lt;/cluster&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 28 Jan 2016 02:11:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-working-with-Falcon-while-creating-the-entity-for/m-p/114989#M16610</guid>
      <dc:creator>khushikalra_060</dc:creator>
      <dc:date>2016-01-28T02:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: I am working with Falcon, while creating the entity for cluster i got the error for the location of staging directory does not exists. here is my xml file</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-working-with-Falcon-while-creating-the-entity-for/m-p/114990#M16611</link>
      <description>&lt;P&gt;Before creating the cluster entities, we need to create the directories on HDFS representing the cluster that we are going to define, namely primaryCluster in your case.&lt;/P&gt;&lt;BLOCKQUOTE&gt;
&lt;P&gt;su - falcon&lt;/P&gt;&lt;P&gt;hadoop fs -mkdir /apps/falcon/primaryCluster&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Further create directories called staging and working&lt;/P&gt;&lt;BLOCKQUOTE&gt;
&lt;P&gt;hadoop fs -mkdir /apps/falcon/primaryCluster/staging&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE&gt;hadoop fs -mkdir /apps/falcon/primaryCluster/working&lt;/BLOCKQUOTE&gt;&lt;P&gt;
Finally you need to set the proper permissions on the staging/working directories:      &lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;      hadoop fs -chmod 777 /apps/falcon/primaryCluster/staging&lt;/P&gt;&lt;P&gt;      hadoop fs -chmod 755 /apps/falcon/primaryCluster/working&lt;/P&gt;&lt;P&gt;      hadoop fs -chown -R falcon /apps/falcon/*&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;You can refer to &lt;A href="http://hortonworks.com/hadoop-tutorial/processing-data-pipeline-with-apache-falcon/"&gt;http://hortonworks.com/hadoop-tutorial/processing-data-pipeline-with-apache-falcon/&lt;/A&gt; for more details.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2016 03:11:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-working-with-Falcon-while-creating-the-entity-for/m-p/114990#M16611</guid>
      <dc:creator>sramesh</dc:creator>
      <dc:date>2016-01-28T03:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: I am working with Falcon, while creating the entity for cluster i got the error for the location of staging directory does not exists. here is my xml file</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-working-with-Falcon-while-creating-the-entity-for/m-p/114991#M16612</link>
      <description>&lt;P&gt;i have done that. but its still showing the same error.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2016 04:08:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-working-with-Falcon-while-creating-the-entity-for/m-p/114991#M16612</guid>
      <dc:creator>khushikalra_060</dc:creator>
      <dc:date>2016-01-28T04:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: I am working with Falcon, while creating the entity for cluster i got the error for the location of staging directory does not exists. here is my xml file</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-working-with-Falcon-while-creating-the-entity-for/m-p/114992#M16613</link>
      <description>&lt;P&gt;&lt;EM&gt; &lt;/EM&gt; i have done that before the cluster entity.. but its still showing the same error&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2016 05:03:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-working-with-Falcon-while-creating-the-entity-for/m-p/114992#M16613</guid>
      <dc:creator>khushikalra_060</dc:creator>
      <dc:date>2016-01-28T05:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: I am working with Falcon, while creating the entity for cluster i got the error for the location of staging directory does not exists. here is my xml file</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-working-with-Falcon-while-creating-the-entity-for/m-p/114993#M16614</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2330/khushikalra0602.html" nodeid="2330"&gt;@khushi kalra&lt;/A&gt;: Hard to figure out what's going wrong without looking at logs. Can you tail &amp;amp; provide falcon.application.log when the error occurs? Also can you paste the output for &lt;/P&gt;&lt;P&gt;hadoop fs -ls -R /apps/falcon? Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2016 06:23:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-working-with-Falcon-while-creating-the-entity-for/m-p/114993#M16614</guid>
      <dc:creator>sramesh</dc:creator>
      <dc:date>2016-01-28T06:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: I am working with Falcon, while creating the entity for cluster i got the error for the location of staging directory does not exists. here is my xml file</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-working-with-Falcon-while-creating-the-entity-for/m-p/114994#M16615</link>
      <description>&lt;P&gt;thank you its working now.&lt;/P&gt;&lt;P&gt;But i want to ask about the validity start date and end date of the feeds and process?&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2016 00:09:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-working-with-Falcon-while-creating-the-entity-for/m-p/114994#M16615</guid>
      <dc:creator>khushikalra_060</dc:creator>
      <dc:date>2016-01-29T00:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: I am working with Falcon, while creating the entity for cluster i got the error for the location of staging directory does not exists. here is my xml file</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-working-with-Falcon-while-creating-the-entity-for/m-p/114995#M16616</link>
      <description>&lt;P&gt;
	&lt;A href="https://community.hortonworks.com/users/2330/khushikalra0602.html"&gt;khushi kalra&lt;/A&gt;: &lt;/P&gt;&lt;P&gt;
	Validity of a feed on cluster specifies duration for which this feed is valid on this cluster.&lt;/P&gt;&lt;P&gt;
	Process validity defines how long the workflow should run. It has 3 components - start time, end time and timezone. Start time and end time are timestamps defined in yyyy-MM-dd'T'HH:mm'Z' format and should always be in UTC. Timezone is used to compute the next instances starting from start time. The workflow will start at start time and end before end time specified on a given cluster. &lt;/P&gt;&lt;P&gt;
	Please refer  &lt;A href="https://falcon.apache.org/EntitySpecification.html"&gt;this&lt;/A&gt; doc for more details. Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2016 02:36:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-working-with-Falcon-while-creating-the-entity-for/m-p/114995#M16616</guid>
      <dc:creator>sramesh</dc:creator>
      <dc:date>2016-01-29T02:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: I am working with Falcon, while creating the entity for cluster i got the error for the location of staging directory does not exists. here is my xml file</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-working-with-Falcon-while-creating-the-entity-for/m-p/114996#M16617</link>
      <description>&lt;P&gt;Just out of curiosity, how did you get this working, I am working through the same problem on sandbox 2.4, log attached&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/3100-falcon-app-log.txt"&gt;falcon-app-log.txt&lt;/A&gt;&lt;/P&gt;&lt;P&gt;[falcon@sandbox logs]$ hadoop fs -ls -R /apps/falcon
drwxrwxrwx  - falcon hdfs  0 2016-03-30 14:56 /apps/falcon/backupCluster
drwxrwxrwx  - falcon hdfs  0 2016-03-30 14:54 /apps/falcon/backupCluster/staging
drwxr-xr-x  - falcon hdfs  0 2016-03-30 14:56 /apps/falcon/backupCluster/working
drwxrwxrwx  - falcon hdfs  0 2016-03-30 14:55 /apps/falcon/primaryCluster
drwxrwxrwx  - falcon hdfs  0 2016-03-30 14:53 /apps/falcon/primaryCluster/staging
drwxr-xr-x  - falcon hdfs  0 2016-03-30 14:55 /apps/falcon/primaryCluster/working&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/3100-falcon-app-log.txt"&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2016 23:19:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-working-with-Falcon-while-creating-the-entity-for/m-p/114996#M16617</guid>
      <dc:creator>dconnolly</dc:creator>
      <dc:date>2016-03-30T23:19:12Z</dc:date>
    </item>
  </channel>
</rss>

