<?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: [RESOLVED] [FALCON] error during feed retention delete in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/RESOLVED-FALCON-error-during-feed-retention-delete/m-p/167535#M29670</link>
    <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/10363/maykiwogno.html" nodeid="10363"&gt;@mayki wogno&lt;/A&gt;, I see that you marked your question as "Resolved". If my answer below helped you can you please accept it. If you resolved your issue by other means please publish them, and we'll accept your answer. Instead of marking questions as "resolved" we consider them resolved if they are accepted. Tnx!&lt;/P&gt;</description>
    <pubDate>Sun, 29 May 2016 20:43:34 GMT</pubDate>
    <dc:creator>pminovic</dc:creator>
    <dc:date>2016-05-29T20:43:34Z</dc:date>
    <item>
      <title>[RESOLVED] [FALCON] error during feed retention delete</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/RESOLVED-FALCON-error-during-feed-retention-delete/m-p/167533#M29668</link>
      <description>&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;During feed replication (replication hdfs between clusterA and clusterB was done correctly), there's issue with FALCON_FEED_RETENTION concerning Path /tmp/falcon/next-vers-current, this path exists on clusterA and clusterB.&lt;/P&gt;&lt;P&gt;Scheduled job :&lt;/P&gt;&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&amp;gt;
&amp;lt;feed name="next-vers-current" description="next-vers-current" xmlns="uri:falcon:feed:0.1"&amp;gt;
 &amp;lt;frequency&amp;gt;hours(6)&amp;lt;/frequency&amp;gt;
 &amp;lt;timezone&amp;gt;UTC&amp;lt;/timezone&amp;gt;
 &amp;lt;clusters&amp;gt;
 &amp;lt;cluster name="next-rec-cluster" type="source"&amp;gt;
 &amp;lt;validity start="2016-05-01T12:00Z" end="2016-05-27T23:00Z"/&amp;gt;
 &amp;lt;retention limit="days(2)" action="delete"/&amp;gt;
 &amp;lt;locations&amp;gt;
 &amp;lt;location type="data" path="/tmp/falcon/next-vers-current"/&amp;gt;
 &amp;lt;/locations&amp;gt;
 &amp;lt;/cluster&amp;gt;
 &amp;lt;cluster name="current-rec-cluster" type="target"&amp;gt;
 &amp;lt;validity start="2016-05-01T12:00Z" end="2016-05-27T23:00Z"/&amp;gt;
 &amp;lt;retention limit="days(2)" action="delete"/&amp;gt;
 &amp;lt;locations&amp;gt;
 &amp;lt;location type="data" path="/tmp/falcon/next-vers-current"/&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="/tmp/falcon/"/&amp;gt;
 &amp;lt;location type="stats" path="/none"/&amp;gt;
 &amp;lt;location type="meta" path="/none"/&amp;gt;
 &amp;lt;/locations&amp;gt;
 &amp;lt;ACL owner="falcon" group="hadoop" permission="0755"/&amp;gt;
 &amp;lt;schema location="/none" provider="none"/&amp;gt;
 &amp;lt;properties&amp;gt;&amp;lt;property name="queueName" value="oozie-launcher"/&amp;gt;&amp;lt;/properties&amp;gt;
&amp;lt;/feed&amp;gt;

&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="4531-falcon-feed-retention-01.png" style="width: 1026px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/20289i51D01DD7EA53B8EE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="4531-falcon-feed-retention-01.png" alt="4531-falcon-feed-retention-01.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;PRE&gt;2016-05-25 15:54:15,369  WARN JavaActionExecutor:523 - SERVER[clusterA] USER[falcon] GROUP[-] TOKEN[] APP[FALCON_FEED_RETENTION_next-vers-current] JOB[0000002-160525113126752-oozie-oozi-W] ACTION[0000002-160525113126752-oozie-oozi-W@eviction] Launcher exception: org.apache.falcon.FalconException: Couldn't evict feed from fileSystem
org.apache.oozie.action.hadoop.JavaMainException: org.apache.falcon.FalconException: Couldn't evict feed from fileSystem
    at org.apache.oozie.action.hadoop.JavaMain.run(JavaMain.java:59)
    at org.apache.oozie.action.hadoop.LauncherMain.run(LauncherMain.java:47)
    at org.apache.oozie.action.hadoop.JavaMain.main(JavaMain.java:35)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at org.apache.oozie.action.hadoop.LauncherMapper.map(LauncherMapper.java:241)
    at org.apache.hadoop.mapred.MapRunner.run(MapRunner.java:54)
    at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:453)
    at org.apache.hadoop.mapred.MapTask.run(MapTask.java:343)
    at org.apache.hadoop.mapred.YarnChild$2.run(YarnChild.java:168)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAs(Subject.java:415)
    at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1657)
    at org.apache.hadoop.mapred.YarnChild.main(YarnChild.java:162)
Caused by: org.apache.falcon.FalconException: Couldn't evict feed from fileSystem
    at org.apache.falcon.entity.FileSystemStorage.evict(FileSystemStorage.java:306)
    at org.apache.falcon.retention.FeedEvictor.run(FeedEvictor.java:76)
    at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:76)
    at org.apache.falcon.retention.FeedEvictor.main(FeedEvictor.java:52)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at org.apache.oozie.action.hadoop.JavaMain.run(JavaMain.java:56)
    ... 15 more
Caused by: java.io.IOException: Unable to resolve pattern for feedPath: /tmp/falcon/next-vers-current
    at org.apache.falcon.entity.FeedHelper.getFeedBasePath(FeedHelper.java:442)
    at org.apache.falcon.entity.FileSystemStorage.fileSystemEvictor(FileSystemStorage.java:331)
    at org.apache.falcon.entity.FileSystemStorage.evict(FileSystemStorage.java:300)
    ... 23 more&lt;/PRE&gt;</description>
      <pubDate>Sun, 18 Aug 2019 11:07:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/RESOLVED-FALCON-error-during-feed-retention-delete/m-p/167533#M29668</guid>
      <dc:creator>maykiwogno</dc:creator>
      <dc:date>2019-08-18T11:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: [RESOLVED] [FALCON] error during feed retention delete</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/RESOLVED-FALCON-error-during-feed-retention-delete/m-p/167534#M29669</link>
      <description>&lt;P&gt;Try to set you location to:&lt;/P&gt;&lt;PRE&gt;&amp;lt;locationtype="data"path="/tmp/falcon/next-vers-current/${YEAR}/${MONTH}/${DAY}/${HOUR}"/&amp;gt;&lt;/PRE&gt;&lt;P&gt;From the &lt;A href="https://falcon.apache.org/EntitySpecification.html#Feed_Specification"&gt;feed specification page&lt;/A&gt;: &lt;EM&gt;The 
granularity of date pattern in the path should be at least that of a 
frequency of a feed. &lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 28 May 2016 06:48:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/RESOLVED-FALCON-error-during-feed-retention-delete/m-p/167534#M29669</guid>
      <dc:creator>pminovic</dc:creator>
      <dc:date>2016-05-28T06:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: [RESOLVED] [FALCON] error during feed retention delete</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/RESOLVED-FALCON-error-during-feed-retention-delete/m-p/167535#M29670</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/10363/maykiwogno.html" nodeid="10363"&gt;@mayki wogno&lt;/A&gt;, I see that you marked your question as "Resolved". If my answer below helped you can you please accept it. If you resolved your issue by other means please publish them, and we'll accept your answer. Instead of marking questions as "resolved" we consider them resolved if they are accepted. Tnx!&lt;/P&gt;</description>
      <pubDate>Sun, 29 May 2016 20:43:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/RESOLVED-FALCON-error-during-feed-retention-delete/m-p/167535#M29670</guid>
      <dc:creator>pminovic</dc:creator>
      <dc:date>2016-05-29T20:43:34Z</dc:date>
    </item>
  </channel>
</rss>

