<?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 Falcon Process running but not processing Data in HDP2.3 in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Falcon-Process-running-but-not-processing-Data-in-HDP2-3/m-p/116747#M79541</link>
    <description>&lt;P&gt;We have setup a falcon process that reads data from a HDFS location and saves the o/p thru pig process into another HDFS location. The Feeds and Processes are running in the cluster but I cannot see any output generated.&lt;/P&gt;&lt;P&gt;My XML for process is as below :&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&amp;lt;?xml version="1.0"
encoding="UTF-8" standalone="yes"?&amp;gt;&lt;P&gt;&amp;lt;process
name="demo1Process" xmlns="uri:falcon:process:0.1"&amp;gt;&lt;/P&gt;&lt;P&gt; 
&amp;lt;tags&amp;gt;processName=demo1Process&amp;lt;/tags&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;clusters&amp;gt;&lt;/P&gt;&lt;P&gt; 
&amp;lt;cluster name="Atlas-Demo1"&amp;gt;&lt;/P&gt;&lt;P&gt; 
&amp;lt;validity start="2016-01-28T20:51Z"
end="2017-02-02T20:51Z"/&amp;gt;&lt;/P&gt;&lt;P&gt; 
&amp;lt;/cluster&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/clusters&amp;gt;&lt;/P&gt;&lt;P&gt; 
&amp;lt;parallel&amp;gt;2&amp;lt;/parallel&amp;gt;&lt;/P&gt;&lt;P&gt; 
&amp;lt;order&amp;gt;FIFO&amp;lt;/order&amp;gt;&lt;/P&gt;&lt;P&gt; 
&amp;lt;frequency&amp;gt;minutes(5)&amp;lt;/frequency&amp;gt;&lt;/P&gt;&lt;P&gt; 
&amp;lt;timezone&amp;gt;GMT+05:50&amp;lt;/timezone&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;inputs&amp;gt;&lt;/P&gt;&lt;P&gt; 
&amp;lt;input name="inputfeed" feed="demo1Feed"
start="yesterday(0,0)" end="today(-1,0)"/&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/inputs&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;outputs&amp;gt;&lt;/P&gt;&lt;P&gt; 
&amp;lt;output name="outoutfeed" feed="demo1OutputFeed"
instance="yesterday(0,0)"/&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/outputs&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;workflow
name="select_airlines_data" version="pig-0.12.0"
engine="pig" path="/falcon/demo1/code/demo1.pig"/&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;retry
policy="exp-backoff" delay="minutes(3)"
attempts="2"/&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;ACL
owner="falcon" group="falcon" permission="0755"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/process&amp;gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;My XML for Input Feed is as below &lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&amp;lt;feed xmlns='uri:falcon:feed:0.1' name='demo1InputFeed' description='demo1 input feed'&amp;gt;
  &amp;lt;tags&amp;gt;feed_name=demo1InputFeed&amp;lt;/tags&amp;gt;
  &amp;lt;groups&amp;gt;input&amp;lt;/groups&amp;gt;
  &amp;lt;frequency&amp;gt;minutes(1)&amp;lt;/frequency&amp;gt;
  &amp;lt;timezone&amp;gt;GMT+05:50&amp;lt;/timezone&amp;gt;
  &amp;lt;late-arrival cut-off='minutes(3)'/&amp;gt;
  &amp;lt;clusters&amp;gt;
    &amp;lt;cluster name='demo1cluster' type='source'&amp;gt;
      &amp;lt;validity start='2016-01-28T07:49Z' end='2017-02-01T07:49Z'/&amp;gt;
      &amp;lt;retention limit='days(2)' action='delete'/&amp;gt;
      &amp;lt;locations&amp;gt;
        &amp;lt;location type='data'&amp;gt;
        &amp;lt;/location&amp;gt;
        &amp;lt;location type='stats'&amp;gt;
        &amp;lt;/location&amp;gt;
        &amp;lt;location type='meta'&amp;gt;
        &amp;lt;/location&amp;gt;
      &amp;lt;/locations&amp;gt;
    &amp;lt;/cluster&amp;gt;
  &amp;lt;/clusters&amp;gt;
  &amp;lt;locations&amp;gt;
    &amp;lt;location type='data' path='/falcon/demo1/data/${YEAR}-${MONTH}'&amp;gt;
    &amp;lt;/location&amp;gt;
    &amp;lt;location type='stats' path='/falcon/demo1/status'&amp;gt;
    &amp;lt;/location&amp;gt;
    &amp;lt;location type='meta' path='/falcon/demo1/meta'&amp;gt;
    &amp;lt;/location&amp;gt;
  &amp;lt;/locations&amp;gt;
  &amp;lt;ACL owner='falcon' group='falcon' permission='0755'/&amp;gt;
  &amp;lt;schema location='none' provider='none'/&amp;gt;
  &amp;lt;properties&amp;gt;
    &amp;lt;property name='jobPriority' value='HIGH'&amp;gt;
    &amp;lt;/property&amp;gt;
  &amp;lt;/properties&amp;gt;
&amp;lt;/feed&amp;gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;My Input folder is (in HDFS)&lt;/P&gt;&lt;P&gt;/falcon/demo1/data/2016-01&lt;/P&gt;</description>
    <pubDate>Fri, 29 Jan 2016 01:26:22 GMT</pubDate>
    <dc:creator>nayan_j_paul</dc:creator>
    <dc:date>2016-01-29T01:26:22Z</dc:date>
    <item>
      <title>Falcon Process running but not processing Data in HDP2.3</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Falcon-Process-running-but-not-processing-Data-in-HDP2-3/m-p/116747#M79541</link>
      <description>&lt;P&gt;We have setup a falcon process that reads data from a HDFS location and saves the o/p thru pig process into another HDFS location. The Feeds and Processes are running in the cluster but I cannot see any output generated.&lt;/P&gt;&lt;P&gt;My XML for process is as below :&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&amp;lt;?xml version="1.0"
encoding="UTF-8" standalone="yes"?&amp;gt;&lt;P&gt;&amp;lt;process
name="demo1Process" xmlns="uri:falcon:process:0.1"&amp;gt;&lt;/P&gt;&lt;P&gt; 
&amp;lt;tags&amp;gt;processName=demo1Process&amp;lt;/tags&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;clusters&amp;gt;&lt;/P&gt;&lt;P&gt; 
&amp;lt;cluster name="Atlas-Demo1"&amp;gt;&lt;/P&gt;&lt;P&gt; 
&amp;lt;validity start="2016-01-28T20:51Z"
end="2017-02-02T20:51Z"/&amp;gt;&lt;/P&gt;&lt;P&gt; 
&amp;lt;/cluster&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/clusters&amp;gt;&lt;/P&gt;&lt;P&gt; 
&amp;lt;parallel&amp;gt;2&amp;lt;/parallel&amp;gt;&lt;/P&gt;&lt;P&gt; 
&amp;lt;order&amp;gt;FIFO&amp;lt;/order&amp;gt;&lt;/P&gt;&lt;P&gt; 
&amp;lt;frequency&amp;gt;minutes(5)&amp;lt;/frequency&amp;gt;&lt;/P&gt;&lt;P&gt; 
&amp;lt;timezone&amp;gt;GMT+05:50&amp;lt;/timezone&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;inputs&amp;gt;&lt;/P&gt;&lt;P&gt; 
&amp;lt;input name="inputfeed" feed="demo1Feed"
start="yesterday(0,0)" end="today(-1,0)"/&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/inputs&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;outputs&amp;gt;&lt;/P&gt;&lt;P&gt; 
&amp;lt;output name="outoutfeed" feed="demo1OutputFeed"
instance="yesterday(0,0)"/&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/outputs&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;workflow
name="select_airlines_data" version="pig-0.12.0"
engine="pig" path="/falcon/demo1/code/demo1.pig"/&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;retry
policy="exp-backoff" delay="minutes(3)"
attempts="2"/&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;ACL
owner="falcon" group="falcon" permission="0755"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/process&amp;gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;My XML for Input Feed is as below &lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&amp;lt;feed xmlns='uri:falcon:feed:0.1' name='demo1InputFeed' description='demo1 input feed'&amp;gt;
  &amp;lt;tags&amp;gt;feed_name=demo1InputFeed&amp;lt;/tags&amp;gt;
  &amp;lt;groups&amp;gt;input&amp;lt;/groups&amp;gt;
  &amp;lt;frequency&amp;gt;minutes(1)&amp;lt;/frequency&amp;gt;
  &amp;lt;timezone&amp;gt;GMT+05:50&amp;lt;/timezone&amp;gt;
  &amp;lt;late-arrival cut-off='minutes(3)'/&amp;gt;
  &amp;lt;clusters&amp;gt;
    &amp;lt;cluster name='demo1cluster' type='source'&amp;gt;
      &amp;lt;validity start='2016-01-28T07:49Z' end='2017-02-01T07:49Z'/&amp;gt;
      &amp;lt;retention limit='days(2)' action='delete'/&amp;gt;
      &amp;lt;locations&amp;gt;
        &amp;lt;location type='data'&amp;gt;
        &amp;lt;/location&amp;gt;
        &amp;lt;location type='stats'&amp;gt;
        &amp;lt;/location&amp;gt;
        &amp;lt;location type='meta'&amp;gt;
        &amp;lt;/location&amp;gt;
      &amp;lt;/locations&amp;gt;
    &amp;lt;/cluster&amp;gt;
  &amp;lt;/clusters&amp;gt;
  &amp;lt;locations&amp;gt;
    &amp;lt;location type='data' path='/falcon/demo1/data/${YEAR}-${MONTH}'&amp;gt;
    &amp;lt;/location&amp;gt;
    &amp;lt;location type='stats' path='/falcon/demo1/status'&amp;gt;
    &amp;lt;/location&amp;gt;
    &amp;lt;location type='meta' path='/falcon/demo1/meta'&amp;gt;
    &amp;lt;/location&amp;gt;
  &amp;lt;/locations&amp;gt;
  &amp;lt;ACL owner='falcon' group='falcon' permission='0755'/&amp;gt;
  &amp;lt;schema location='none' provider='none'/&amp;gt;
  &amp;lt;properties&amp;gt;
    &amp;lt;property name='jobPriority' value='HIGH'&amp;gt;
    &amp;lt;/property&amp;gt;
  &amp;lt;/properties&amp;gt;
&amp;lt;/feed&amp;gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;My Input folder is (in HDFS)&lt;/P&gt;&lt;P&gt;/falcon/demo1/data/2016-01&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2016 01:26:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Falcon-Process-running-but-not-processing-Data-in-HDP2-3/m-p/116747#M79541</guid>
      <dc:creator>nayan_j_paul</dc:creator>
      <dc:date>2016-01-29T01:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: Falcon Process running but not processing Data in HDP2.3</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Falcon-Process-running-but-not-processing-Data-in-HDP2-3/m-p/116748#M79542</link>
      <description>&lt;P&gt;Perhaps some error in the pig script? You will find the logs in the logs of the oozie launcher action ( the map task log ) or the pig action that gets spawned off. Hue is convenient to get the logs or you can go directly to the resourcemanager UI. &lt;/P&gt;&lt;P&gt;When a process is executed you will have one job that is the launcher it will contain the parameters for the pig script and any error that is returned by the pig command. &lt;/P&gt;&lt;P&gt;You will have a second job that is the actual pig execution. &lt;/P&gt;&lt;P&gt;You should find the problems in one or the other.&lt;/P&gt;&lt;P&gt;If these jobs don't exist you can also go to the oozie ui and see why these actions are not spawned off. &lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2016 01:42:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Falcon-Process-running-but-not-processing-Data-in-HDP2-3/m-p/116748#M79542</guid>
      <dc:creator>bleonhardi</dc:creator>
      <dc:date>2016-01-29T01:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Falcon Process running but not processing Data in HDP2.3</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Falcon-Process-running-but-not-processing-Data-in-HDP2-3/m-p/116749#M79543</link>
      <description>&lt;P&gt;If you run Pig Scripts manually, outside of Falcon, do you get an error?&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2016 02:06:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Falcon-Process-running-but-not-processing-Data-in-HDP2-3/m-p/116749#M79543</guid>
      <dc:creator>dhilborn</dc:creator>
      <dc:date>2016-01-29T02:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Falcon Process running but not processing Data in HDP2.3</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Falcon-Process-running-but-not-processing-Data-in-HDP2-3/m-p/116750#M79544</link>
      <description>&lt;P&gt;Thanks for the quick
reply.&lt;/P&gt;&lt;P&gt;I just tested
the pig replacing $input and $output with actual HDFS path and pig job is
running fine.&lt;/P&gt;&lt;P&gt;Also my feed
has input as path as /falcon/demo1/data/${YEAR}-${MONTH} where as my actual
HDFS path is /falcon/demo1/data/2016-01. Can this be a probable mismatch.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2016 02:40:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Falcon-Process-running-but-not-processing-Data-in-HDP2-3/m-p/116750#M79544</guid>
      <dc:creator>nayan_j_paul</dc:creator>
      <dc:date>2016-01-29T02:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: Falcon Process running but not processing Data in HDP2.3</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Falcon-Process-running-but-not-processing-Data-in-HDP2-3/m-p/116751#M79545</link>
      <description>&lt;P&gt;I would cross-check the following: &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;process validity start/end dates&lt;/LI&gt;&lt;LI&gt;input start/end dates&lt;/LI&gt;&lt;LI&gt;feed validity start/end dates&lt;/LI&gt;&lt;LI&gt;input path pattern&lt;/LI&gt;&lt;LI&gt;timezone&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If you want data to be picked up for a particular process instance, they feed must be valid (read this as the feed is expected to be populated) during that time, and the data must be in a directory that matches the expected pattern. Look at your Oozie coordinator actions for details on what HDFS paths are being waited for.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2016 02:47:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Falcon-Process-running-but-not-processing-Data-in-HDP2-3/m-p/116751#M79545</guid>
      <dc:creator>mmiklavcic</dc:creator>
      <dc:date>2016-01-29T02:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: Falcon Process running but not processing Data in HDP2.3</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Falcon-Process-running-but-not-processing-Data-in-HDP2-3/m-p/116752#M79546</link>
      <description>&lt;P&gt;
	&lt;A href="https://community.hortonworks.com/users/2437/nayanjpaul.html"&gt;Nayan Paul&lt;/A&gt;: There are couple of issues in your entity xml's.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;
	1&amp;gt; The granularity of date pattern in the location path should be at least that of a frequency of a feed.&lt;/P&gt;&lt;P&gt;
	2&amp;gt; &lt;B&gt;yesterday(hours,minutes)&lt;/B&gt;: As the name suggest EL yesterday picks up feed instances with respect to start of day yesterday. Hours and minutes are added to the 00 hours starting yesterday, Example: yesterday(24,30) will actually correspond to 00:30 am of today, for 2010-01-02T01:30Z this would mean 2010-01-02:00:30 feed.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Input location path in the feed xml is /falcon/demo1/data/${YEAR}-${MONTH} but frequency is in minutes. Also if you want to process data of the month please use lastMonth or currentMonth EL expression.&lt;/P&gt;&lt;P&gt;Please refer &lt;A href="https://falcon.apache.org/0.3-incubating/docs/FalconArchitecture.html#Falcon_EL_Expressions"&gt;EL expression doc&lt;/A&gt; for more details.&lt;STRONG&gt; &lt;/STRONG&gt;Refer this &lt;A href="https://falcon.apache.org/EntitySpecification.html"&gt;doc&lt;/A&gt; for entity specification details. Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2016 03:02:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Falcon-Process-running-but-not-processing-Data-in-HDP2-3/m-p/116752#M79546</guid>
      <dc:creator>sramesh</dc:creator>
      <dc:date>2016-01-29T03:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Falcon Process running but not processing Data in HDP2.3</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Falcon-Process-running-but-not-processing-Data-in-HDP2-3/m-p/116753#M79547</link>
      <description>&lt;P&gt;Can you hardcode the path to /falcon/demo1/data/2016-01?&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2016 03:10:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Falcon-Process-running-but-not-processing-Data-in-HDP2-3/m-p/116753#M79547</guid>
      <dc:creator>dhilborn</dc:creator>
      <dc:date>2016-01-29T03:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Falcon Process running but not processing Data in HDP2.3</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Falcon-Process-running-but-not-processing-Data-in-HDP2-3/m-p/116754#M79548</link>
      <description>&lt;P&gt;Can you look for any error codes/messages in the Oozie console (via Ambari) or perhaps provide the full stack trace which usually has an output like:
"Causedby:
 org.apache.falcon.FalconException:”  Confirm the scripts and directories (absolute paths) are chmoded to ‘777’ or at least ‘775’. &lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2016 03:49:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Falcon-Process-running-but-not-processing-Data-in-HDP2-3/m-p/116754#M79548</guid>
      <dc:creator>dhilborn</dc:creator>
      <dc:date>2016-01-29T03:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Falcon Process running but not processing Data in HDP2.3</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Falcon-Process-running-but-not-processing-Data-in-HDP2-3/m-p/116755#M79549</link>
      <description>&lt;P&gt;? The path looks good. ${YEAR} is replaced with the current year and so on.. However what do you see when you look into ResourceManager as described above. &lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2016 04:33:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Falcon-Process-running-but-not-processing-Data-in-HDP2-3/m-p/116755#M79549</guid>
      <dc:creator>bleonhardi</dc:creator>
      <dc:date>2016-01-29T04:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Falcon Process running but not processing Data in HDP2.3</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Falcon-Process-running-but-not-processing-Data-in-HDP2-3/m-p/116756#M79550</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/377/sramesh.html" nodeid="377"&gt;@Sowmya Ramesh&lt;/A&gt;&lt;P&gt;Thank you for the response. I am trying to recreate the feed XML with monthly feeds. Please find  below my XML&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&amp;lt;feed xmlns='uri:falcon:feed:0.1' name='demo1InputFeed' description='demo1 input feed'&amp;gt;
  &amp;lt;tags&amp;gt;feed_name=demo1InputFeed&amp;lt;/tags&amp;gt;
  &amp;lt;groups&amp;gt;input&amp;lt;/groups&amp;gt;
  &amp;lt;frequency&amp;gt;months(1)&amp;lt;/frequency&amp;gt;
  &amp;lt;timezone&amp;gt;GMT+05:50&amp;lt;/timezone&amp;gt;
  &amp;lt;late-arrival cut-off='days(3)'/&amp;gt;
  &amp;lt;clusters&amp;gt;
    &amp;lt;cluster name='demo1cluster' type='source'&amp;gt;
      &amp;lt;validity start='2016-01-28T06:59Z' end='2017-02-01T06:59Z'/&amp;gt;
      &amp;lt;retention limit='months(2)' action='delete'/&amp;gt;
      &amp;lt;locations&amp;gt;
        &amp;lt;location type='data'&amp;gt;
        &amp;lt;/location&amp;gt;
        &amp;lt;location type='stats'&amp;gt;
        &amp;lt;/location&amp;gt;
        &amp;lt;location type='meta'&amp;gt;
        &amp;lt;/location&amp;gt;
      &amp;lt;/locations&amp;gt;
    &amp;lt;/cluster&amp;gt;
  &amp;lt;/clusters&amp;gt;
  &amp;lt;locations&amp;gt;
    &amp;lt;location type='data' path='/falcon/demo1/data/${YEAR}-${MONTH}'&amp;gt;
    &amp;lt;/location&amp;gt;
    &amp;lt;location type='stats' path='/falcon/demo1/status'&amp;gt;
    &amp;lt;/location&amp;gt;
    &amp;lt;location type='meta' path='/falcon/demo1/meta'&amp;gt;
    &amp;lt;/location&amp;gt;
  &amp;lt;/locations&amp;gt;
  &amp;lt;ACL owner='falcon' group='falcon' permission='0755'/&amp;gt;
  &amp;lt;schema location='none' provider='none'/&amp;gt;
  &amp;lt;properties&amp;gt;
    &amp;lt;property name='jobPriority' value='HIGH'&amp;gt;
    &amp;lt;/property&amp;gt;
  &amp;lt;/properties&amp;gt;
&amp;lt;/feed&amp;gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;However everytime I try to run the same I get below exception&lt;/P&gt;&lt;P&gt;Error: Feed demo1InputFeed's frequency: months(1), path pattern: FileSystemStorage{storageUrl='${nameNode}', locations=[org.apache.falcon.entity.v0.feed.Location@4b8f5469, org.apache.falcon.entity.v0.feed.Location@189f3fa7, org.apache.falcon.entity.v0.feed.Location@dfc9857]} does not match with group: input's frequency: minutes(1), date pattern: [${MONTH}, ${YEAR}] (FalconWebException:83)&lt;/P&gt;&lt;P&gt;Kindly let me know if you can help me in this.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2016 20:29:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Falcon-Process-running-but-not-processing-Data-in-HDP2-3/m-p/116756#M79550</guid>
      <dc:creator>nayan_j_paul</dc:creator>
      <dc:date>2016-01-29T20:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Falcon Process running but not processing Data in HDP2.3</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Falcon-Process-running-but-not-processing-Data-in-HDP2-3/m-p/116757#M79551</link>
      <description>&lt;P&gt;Thanks for the responses. &lt;/P&gt;&lt;P&gt;I have created a new feed with currentMonth interval for feeds . However when I setup my process with the feeds I get the following error. Any help woule be greatly appreciated&lt;/P&gt;&lt;P&gt;Error: Start instance  currentMonth(0,0,0) of feed demo1FeedInputNew is before the start of feed Tue Dec 01 05:19:00 EST 2015 for cluster demo1Cluster-New (FalconWebException:83)
2016-01-29 07:48:56,050 ERROR - [1495236611@qtp-2044215423-59 - 2c35b9f5-049a-4636-bff1-4d7a951c6151:falcon:POST//entities/submit/process] ~ Action failed: Bad Request
Error: default/org.apache.falcon.FalconWebException::org.apache.falcon.FalconException: Start instance  currentMonth(0,0,0) of feed demo1FeedInputNew is before the start of feed Tue Dec 01 05:19:00 EST 2015 for cluster demo1Cluster-New&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2016 20:51:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Falcon-Process-running-but-not-processing-Data-in-HDP2-3/m-p/116757#M79551</guid>
      <dc:creator>nayan_j_paul</dc:creator>
      <dc:date>2016-01-29T20:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: Falcon Process running but not processing Data in HDP2.3</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Falcon-Process-running-but-not-processing-Data-in-HDP2-3/m-p/116758#M79552</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2437/nayanjpaul.html" nodeid="2437"&gt;@Nayan Paul&lt;/A&gt; are you doing this in Sandbox? Can you confirm you're not running into issues described in this &lt;A href="https://community.hortonworks.com/questions/10684/el-function-issue-in-oozie-via-falcon-hdp-232.html"&gt;thread&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2016 22:02:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Falcon-Process-running-but-not-processing-Data-in-HDP2-3/m-p/116758#M79552</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-01-29T22:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: Falcon Process running but not processing Data in HDP2.3</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Falcon-Process-running-but-not-processing-Data-in-HDP2-3/m-p/116759#M79553</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2437/nayanjpaul.html" nodeid="2437"&gt;@Nayan Paul&lt;/A&gt;Can you share the process entity as well the feed entity . From the exception it looks like that in the input element of process entity EL value for "start" attribute has been defined before the actual input feed entity datetime.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2016 23:39:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Falcon-Process-running-but-not-processing-Data-in-HDP2-3/m-p/116759#M79553</guid>
      <dc:creator>pbishnoi</dc:creator>
      <dc:date>2016-01-29T23:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: Falcon Process running but not processing Data in HDP2.3</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Falcon-Process-running-but-not-processing-Data-in-HDP2-3/m-p/116760#M79554</link>
      <description>&lt;P&gt;&lt;A href="https://community.hortonworks.com/users/2437/nayanjpaul.html"&gt;Nayan Paul&lt;/A&gt;: Can you provide the input feed and process entities used when the error was thrown? Falcon throws this error if process input feed start is before the input feed validity start.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;currentMonth(day,hour,minute)&lt;/STRONG&gt;: Current month takes the reference to start of the month with respect to process instance start time. One thing to keep in mind is that day is added to the first day of the month. So the value of day is the number of days you want to add to the first day of the month. For example: for instance start time 2010-01-12T01:30Z and El as currentMonth(3,2,40) will correspond to feed created at 2010-01-04T02:40Z and currentMonth(0,0,0) will mean 2010-01-01T00:00Z.&lt;/P&gt;&lt;P&gt;Looks like currentMonth is evaluating date which is before input feed validity start.&lt;/P&gt;</description>
      <pubDate>Sat, 30 Jan 2016 02:14:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Falcon-Process-running-but-not-processing-Data-in-HDP2-3/m-p/116760#M79554</guid>
      <dc:creator>sramesh</dc:creator>
      <dc:date>2016-01-30T02:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: Falcon Process running but not processing Data in HDP2.3</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Falcon-Process-running-but-not-processing-Data-in-HDP2-3/m-p/116761#M79555</link>
      <description>&lt;P&gt;Hi Thanks for the replies. I have I have changed all my feeds to monthly. Please find the feed and process XML.&lt;/P&gt;&lt;P&gt;Now again the problem is back to square 1. I can run the feeds and processes but process is not picking up the data from folder and processing.&lt;/P&gt;&lt;P&gt;InputFeed Data Path = /falcon/demo1/data/${YEAR}-${MONTH}&lt;/P&gt;&lt;P&gt;InputFeed Frequency = 1 month&lt;/P&gt;&lt;P&gt;Process Instance Start = currentMonth(0,0,0) End = currentMonth(31,0,0)&lt;/P&gt;&lt;P&gt;Actual Data path = /falcon/demo1/data/2016-01&lt;/P&gt;&lt;P&gt;pig script=&lt;/P&gt;&lt;P&gt;A = LOAD '$inputgroup' using PigStorage(',') AS (trnid:chararray, custid:chararray,age:int,trndt:chararray,trntm:chararray,mcc:chararray,mcccode:int,amt:chararray);
B = FILTER A BY (mcc == 'Airlines');
STORE B INTO '$outputgroup' ;
&lt;/P&gt;</description>
      <pubDate>Sat, 30 Jan 2016 15:55:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Falcon-Process-running-but-not-processing-Data-in-HDP2-3/m-p/116761#M79555</guid>
      <dc:creator>nayan_j_paul</dc:creator>
      <dc:date>2016-01-30T15:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: Falcon Process running but not processing Data in HDP2.3</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Falcon-Process-running-but-not-processing-Data-in-HDP2-3/m-p/116762#M79556</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2437/nayanjpaul.html" nodeid="2437"&gt;@Nayan Paul&lt;/A&gt;: Your process xml has the validity as &amp;lt;validity start="2015-12-01T23:33Z" end="2018-01-03T23:33Z"/&amp;gt; &lt;/P&gt;&lt;P&gt;and frequency is every 5 minutes.&lt;/P&gt;&lt;PRE&gt;Instance Number | Process Instance start Time | Feeds to process[currentMonth(0,0,0)-currentMonth(31,0,0)]


1	           2015-12-01T23:33Z             2015-12-01T00:00Z - 2015-12-31T00:00Z


2                  2015-12-01T28:33Z             2015-12-01T00:00Z - 2015-12-31T00:00Z


3                  2015-12-01T33:33Z             2015-12-01T00:00Z - 2015-12-31T00:00Z


...&lt;/PRE&gt;&lt;P&gt;As you can see, process instances generated are for 2015-12 and feeds generated in 2016-01 will be processed when the process instance start time is 2016-01-*. Please change the process instance validity start in process xml to "2016-01-01T00:00Z". Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2016 04:16:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Falcon-Process-running-but-not-processing-Data-in-HDP2-3/m-p/116762#M79556</guid>
      <dc:creator>sramesh</dc:creator>
      <dc:date>2016-02-01T04:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: Falcon Process running but not processing Data in HDP2.3</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Falcon-Process-running-but-not-processing-Data-in-HDP2-3/m-p/116763#M79557</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/377/sramesh.html" nodeid="377"&gt;@Sowmya Ramesh&lt;/A&gt;Hi Thank you for the patience . I am very new to falcon and having issues sorting this out. I have changed my process time as mentioned by you , however I still do not see any output folder generated. Please find mt XML for process as below&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&amp;lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&amp;gt; &amp;lt;process name="demo1processNew" xmlns="uri:falcon:process:0.1"&amp;gt; &amp;lt;tags&amp;gt;process_name=demo1processNew&amp;lt;/tags&amp;gt; &amp;lt;clusters&amp;gt; &amp;lt;cluster name="demo1Cluster-New"&amp;gt; &amp;lt;validity start="2016-01-01T00:00Z" end="2018-01-04T14:00Z"/&amp;gt; &amp;lt;/cluster&amp;gt; &amp;lt;/clusters&amp;gt; &amp;lt;parallel&amp;gt;1&amp;lt;/parallel&amp;gt; &amp;lt;order&amp;gt;FIFO&amp;lt;/order&amp;gt; &amp;lt;frequency&amp;gt;minutes(5)&amp;lt;/frequency&amp;gt; &amp;lt;timezone&amp;gt;GMT+05:50&amp;lt;/timezone&amp;gt; &amp;lt;inputs&amp;gt; &amp;lt;input name="inputgroup" feed="demo1FeedInputNew" start="currentMonth(0,0,0)" end="currentMonth(31,0,0)"/&amp;gt; &amp;lt;/inputs&amp;gt; &amp;lt;outputs&amp;gt; &amp;lt;output name="outputgroup" feed="demo1OutputFeedNew" instance="currentMonth(0,0,0)"/&amp;gt; &amp;lt;/outputs&amp;gt; &amp;lt;workflow name="demo1processNew" engine="pig" path="/falcon/demo1/code/demo1.pig"/&amp;gt; &amp;lt;retry policy="exp-backoff" delay="minutes(5)" attempts="1"/&amp;gt; &amp;lt;ACL owner="falcon" group="supoergroup" permission="0755"/&amp;gt; &amp;lt;/process&amp;gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Kindly advice. I would like to see one flow where my data is picked from /falcon/demo1/data/2016-01 folder and executed.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2016 16:14:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Falcon-Process-running-but-not-processing-Data-in-HDP2-3/m-p/116763#M79557</guid>
      <dc:creator>nayan_j_paul</dc:creator>
      <dc:date>2016-02-01T16:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Falcon Process running but not processing Data in HDP2.3</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Falcon-Process-running-but-not-processing-Data-in-HDP2-3/m-p/116764#M79558</link>
      <description>&lt;P&gt;Thanks for the help. I am able to run the falcon process now&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2016 21:25:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Falcon-Process-running-but-not-processing-Data-in-HDP2-3/m-p/116764#M79558</guid>
      <dc:creator>nayan_j_paul</dc:creator>
      <dc:date>2016-02-01T21:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Falcon Process running but not processing Data in HDP2.3</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Falcon-Process-running-but-not-processing-Data-in-HDP2-3/m-p/116765#M79559</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2437/nayanjpaul.html" nodeid="2437"&gt;@Nayan Paul&lt;/A&gt;: If you look at the oozie job launched when the falcon process entity is scheduled do you see any errors? Does running pig script outside Falcon works as intended?&lt;/P&gt;&lt;P&gt;Can you please attach the Falcon, Oozie and MR logs to debug this issue?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2016 09:05:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Falcon-Process-running-but-not-processing-Data-in-HDP2-3/m-p/116765#M79559</guid>
      <dc:creator>sramesh</dc:creator>
      <dc:date>2016-02-02T09:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Falcon Process running but not processing Data in HDP2.3</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Falcon-Process-running-but-not-processing-Data-in-HDP2-3/m-p/116766#M79560</link>
      <description>&lt;P&gt;&lt;A href="https://community.hortonworks.com/questions/12228/falcon-process-running-but-not-processing-data-in.html?page=2&amp;amp;pageSize=10&amp;amp;sort=votes#"&gt;@Nayan Paul&lt;/A&gt; : I might have found the problem. Here is what you have for the process.&lt;/P&gt;&lt;P&gt;&amp;lt;validity start="2015-12-01T23:33Z" end="2018-01-03T23:33Z"/&amp;gt; &amp;lt;/cluster&amp;gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;
&amp;lt;parallel&amp;gt;1&amp;lt;/parallel&amp;gt; &amp;lt;order&amp;gt;FIFO&amp;lt;/order&amp;gt; &amp;lt;frequency&amp;gt;minutes(5)&amp;lt;/frequency&amp;gt;&lt;/P&gt;&lt;P&gt;

The input feed you have is 2016-01, almost a month after the validity start 2015-12. You have one process instance running every 5 minutes, so that is approximately 72x31 instances that should be processed before getting to 2016-01. So your process instances in 2015-12 are waiting for input feed 2015-12.... and will wait for almost a month since you said FIFO order should be used.
Create input feed 2015-12 and you will see data being processed end to end. Let me know if this solves the issue.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2016 05:40:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Falcon-Process-running-but-not-processing-Data-in-HDP2-3/m-p/116766#M79560</guid>
      <dc:creator>bvellanki</dc:creator>
      <dc:date>2016-02-03T05:40:57Z</dc:date>
    </item>
  </channel>
</rss>

