<?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: HBase - java.io.FileNotFoundException: File does not exist: hdfs://ha:8020/apps/hbase/data/archive when scan mob data in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/HBase-java-io-FileNotFoundException-File-does-not-exist-hdfs/m-p/405307#M252451</link>
    <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/80101"&gt;@shubham_sharma&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;my bad its&amp;nbsp; &lt;STRONG&gt;&lt;SPAN class=""&gt;hbase.mob.file.expired.&lt;FONT color="#FF0000"&gt;period &lt;/FONT&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;FONT color="#000000"&gt;&lt;SPAN class=""&gt;and not&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;hbase.mob.file.expired&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;Happy hadooping&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 02 Apr 2025 14:09:56 GMT</pubDate>
    <dc:creator>Shelton</dc:creator>
    <dc:date>2025-04-02T14:09:56Z</dc:date>
    <item>
      <title>HBase - java.io.FileNotFoundException: File does not exist: hdfs://ha:8020/apps/hbase/data/archive when scan mob data</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HBase-java-io-FileNotFoundException-File-does-not-exist-hdfs/m-p/404728#M252361</link>
      <description>&lt;P&gt;I am using HBase 2.1.6.&lt;BR /&gt;Exception happened As following :&amp;nbsp;&lt;BR /&gt;hbase(main):001:0&amp;gt; scan 'FPCA_ITEMS_TY_NEW',{STARTROW =&amp;gt; '08', LIMIT =&amp;gt; 2}&lt;BR /&gt;ROW COLUMN+CELL&lt;BR /&gt;org.apache.hadoop.hbase.DoNotRetryIOException: org.apache.hadoop.hbase.DoNotRetryIOException: java.io.FileNotFoundException: File does not exist: hdfs://ha:8020/apps/hbase/data/archive/data/default/FPCA_ITEMS_TY_NEW/bf92b15900f190730a5482b53d350df0/cf/ab741ac0919480a47353778bda55d142202502239bf346dbbfc6475c8967734c2edfaaf4&lt;BR /&gt;at org.apache.hadoop.hbase.regionserver.HMobStore.readCell(HMobStore.java:440)&lt;BR /&gt;at org.apache.hadoop.hbase.regionserver.HMobStore.resolve(HMobStore.java:354)&lt;BR /&gt;at org.apache.hadoop.hbase.regionserver.MobStoreScanner.next(MobStoreScanner.java:73)&lt;BR /&gt;at org.apache.hadoop.hbase.regionserver.KeyValueHeap.next(KeyValueHeap.java:153)&lt;BR /&gt;at org.apache.hadoop.hbase.regionserver.HRegion$RegionScannerImpl.populateResult(HRegion.java:6581)&lt;BR /&gt;at org.apache.hadoop.hbase.regionserver.HRegion$RegionScannerImpl.nextInternal(HRegion.java:6745)&lt;BR /&gt;at org.apache.hadoop.hbase.regionserver.HRegion$RegionScannerImpl.nextRaw(HRegion.java:6518)&lt;BR /&gt;at org.apache.hadoop.hbase.regionserver.RSRpcServices.scan(RSRpcServices.java:3155)&lt;BR /&gt;at org.apache.hadoop.hbase.regionserver.RSRpcServices.scan(RSRpcServices.java:3404)&lt;BR /&gt;at org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos$ClientService$2.callBlockingMethod(ClientProtos.java:42190)&lt;BR /&gt;at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:413)&lt;BR /&gt;at org.apache.hadoop.hbase.ipc.CallRunner.run(CallRunner.java:132)&lt;BR /&gt;at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:324)&lt;BR /&gt;at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:304)&lt;BR /&gt;Caused by: java.io.FileNotFoundException: File does not exist: hdfs://ha:8020/apps/hbase/data/archive/data/default/FPCA_ITEMS_TY_NEW/bf92b15900f190730a5482b53d350df0/cf/ab741ac0919480a47353778bda55d142202502239bf346dbbfc6475c8967734c2edfaaf4&lt;BR /&gt;at org.apache.hadoop.hdfs.DistributedFileSystem$29.doCall(DistributedFileSystem.java:1581)&lt;BR /&gt;at org.apache.hadoop.hdfs.DistributedFileSystem$29.doCall(DistributedFileSystem.java:1574)&lt;BR /&gt;at org.apache.hadoop.fs.FileSystemLinkResolver.resolve(FileSystemLinkResolver.java:81)&lt;BR /&gt;at org.apache.hadoop.hdfs.DistributedFileSystem.getFileStatus(DistributedFileSystem.java:1589)&lt;BR /&gt;at org.apache.hadoop.fs.FilterFileSystem.getFileStatus(FilterFileSystem.java:454)&lt;BR /&gt;at org.apache.hadoop.hbase.regionserver.StoreFileInfo.&amp;lt;init&amp;gt;(StoreFileInfo.java:139)&lt;BR /&gt;at org.apache.hadoop.hbase.regionserver.HStoreFile.&amp;lt;init&amp;gt;(HStoreFile.java:214)&lt;BR /&gt;at org.apache.hadoop.hbase.mob.CachedMobFile.create(CachedMobFile.java:49)&lt;BR /&gt;at org.apache.hadoop.hbase.mob.MobFileCache.openFile(MobFileCache.java:220)&lt;BR /&gt;at org.apache.hadoop.hbase.regionserver.HMobStore.readCell(HMobStore.java:401)&lt;BR /&gt;... 13 more&lt;/P&gt;&lt;P&gt;I've checked HDFS file path, and the file is not exist truly.&lt;/P&gt;&lt;P&gt;How can I resolve this problem? How HBase know what to find file path?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Mar 2025 03:58:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HBase-java-io-FileNotFoundException-File-does-not-exist-hdfs/m-p/404728#M252361</guid>
      <dc:creator>allen_chu</dc:creator>
      <dc:date>2025-03-25T03:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: HBase - java.io.FileNotFoundException: File does not exist: hdfs://ha:8020/apps/hbase/data/archive when scan mob data</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HBase-java-io-FileNotFoundException-File-does-not-exist-hdfs/m-p/404984#M252407</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/118899"&gt;@allen_chu&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;As you correctly suspected t&lt;SPAN&gt;he error indicates that HBase is trying to access a MOB (Medium Object) file in HDFS that no longer exists at the expected location&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-SPOILER&gt;hdfs://ha:8020/apps/hbase/data/archive/data/default/FPCA_ITEMS_TY_NEW/bf92b15900f190730a5482b53d350df0/cf/ab741ac0919480a47353778bda55d142202502239bf346dbbfc6475c8967734c2edfaaf4&lt;/LI-SPOILER&gt;&lt;P&gt;&lt;STRONG&gt;Potential Root Causes&lt;/STRONG&gt;:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The MOB file was manually deleted from HDFS&lt;/LI&gt;&lt;LI&gt;HBase's MOB cleanup process didn't properly update metadata&lt;/LI&gt;&lt;LI&gt;The HDFS path was changed without proper HBase configuration updates&lt;/LI&gt;&lt;LI&gt;Corrupted HBase metadata&lt;/LI&gt;&lt;LI&gt;Incomplete data migration&lt;/LI&gt;&lt;LI&gt;Filesystem inconsistency&lt;/LI&gt;&lt;LI&gt;Incomplete compaction or archiving process&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;1. Verify HDFS Integrity&lt;/P&gt;&lt;LI-SPOILER&gt;# Check HDFS file system health&lt;BR /&gt;hdfs fsck /apps/hbase/data/archive/data/default/FPCA_ITEMS_TY_NEW&lt;/LI-SPOILER&gt;&lt;P&gt;2. HBase Data Consistency Check&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;P&gt;# Start HBase shell&lt;BR /&gt;hbase shell&lt;/P&gt;&lt;P&gt;# Major compact the table to rebuild metadata&lt;BR /&gt;major_compact 'FPCA_ITEMS_TY_NEW'&lt;/P&gt;&lt;P&gt;# Verify table status&lt;BR /&gt;status 'detailed'&lt;/P&gt;&lt;/LI-SPOILER&gt;&lt;H3&gt;&lt;FONT size="3"&gt;3. Immediate Recovery Options&lt;BR /&gt;Option A: Repair the table&lt;BR /&gt;&lt;/FONT&gt;&lt;/H3&gt;&lt;LI-SPOILER&gt;hbase hbck -j &amp;lt;path_to_hbase_classpath&amp;gt; -repair FPCA_ITEMS_TY_NEW&lt;/LI-SPOILER&gt;&lt;H3&gt;&lt;SPAN&gt;&lt;FONT size="4"&gt;4. Advanced Recovery Options&lt;BR /&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/H3&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;P&gt;# If previous methods fail, consider:&lt;BR /&gt;# a) Snapshot and restore&lt;BR /&gt;hbase shell&lt;BR /&gt;snapshot 'FPCA_ITEMS_TY_NEW', 'FPCA_ITEMS_TY_NEW_SNAPSHOT'&lt;/P&gt;&lt;P&gt;# b) Clone the snapshot&lt;BR /&gt;clone_snapshot 'FPCA_ITEMS_TY_NEW_SNAPSHOT', 'FPCA_ITEMS_TY_NEW_RECOVERED'&lt;/P&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H3&gt;&lt;FONT size="3"&gt;Option B: Disable and re-enable the table&lt;BR /&gt;&lt;/FONT&gt;&lt;/H3&gt;&lt;LI-SPOILER&gt;disable 'FPCA_ITEMS_TY_NEW'&lt;BR /&gt;enable 'FPCA_ITEMS_TY_NEW'&lt;/LI-SPOILER&gt;&lt;H3&gt;&lt;FONT size="3"&gt;Option C: Run MOB compaction&lt;BR /&gt;&lt;/FONT&gt;&lt;/H3&gt;&lt;LI-SPOILER&gt;hbase org.apache.hadoop.hbase.mob.mapreduce.Sweeper FPCA_ITEMS_TY_NEW cf&lt;/LI-SPOILER&gt;&lt;H3&gt;&lt;FONT size="3"&gt;Replace the&amp;nbsp;&lt;SPAN&gt;'&lt;STRONG&gt;cf'&lt;/STRONG&gt; with your actual column family name&lt;BR /&gt;Option &lt;span class="lia-unicode-emoji" title=":anguished_face:"&gt;😧&lt;/span&gt; If data is not critical, you can reset MOB references&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/H3&gt;&lt;LI-SPOILER&gt;alter 'FPCA_ITEMS_TY_NEW', {NAME =&amp;gt; 'cf', MOB_COMPACT_PARTITION_POLICY =&amp;gt; 'daily'}&lt;BR /&gt;major_compact 'FPCA_ITEMS_TY_NEW'&lt;/LI-SPOILER&gt;&lt;H3&gt;&lt;FONT size="4"&gt;3. Preventive Measures&lt;BR /&gt;&lt;/FONT&gt;&lt;/H3&gt;&lt;LI-SPOILER&gt;&amp;lt;property&amp;gt;&lt;BR /&gt;&amp;lt;name&amp;gt;hbase.mob.file.expired.period&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;lt;value&amp;gt;86400&amp;lt;/value&amp;gt; &amp;lt;!-- 1 day in seconds --&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;/LI-SPOILER&gt;&lt;H2&gt;&lt;FONT size="4"&gt;Additional Checks&lt;/FONT&gt;&lt;/H2&gt;&lt;H3&gt;&lt;FONT size="4"&gt;1.Verify HDFS permissions for the HBase user&lt;BR /&gt;2.Check HDFS health (namenode logs, datanode availability)&lt;BR /&gt;3.Review HBase MOB configuration for the table&lt;/FONT&gt;&lt;/H3&gt;&lt;LI-SPOILER&gt;describe 'FPCA_ITEMS_TY_NEW'&lt;/LI-SPOILER&gt;&lt;P&gt;With the above steps you should be able to resolve your hbase issue&lt;BR /&gt;&lt;BR /&gt;Happy hadooping&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Mar 2025 11:23:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HBase-java-io-FileNotFoundException-File-does-not-exist-hdfs/m-p/404984#M252407</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2025-03-28T11:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: HBase - java.io.FileNotFoundException: File does not exist: hdfs://ha:8020/apps/hbase/data/archive when scan mob data</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HBase-java-io-FileNotFoundException-File-does-not-exist-hdfs/m-p/405118#M252414</link>
      <description>&lt;P&gt;Thanks for your detailed answer.&lt;/P&gt;&lt;P&gt;I'll try these options you provided in a Test Env.&lt;/P&gt;&lt;P&gt;For now, because I am sure that the MOB HFile is missing, I put an empty HFile in that path instead. And the Exception is not showing again when I scan data.&lt;/P&gt;&lt;P&gt;By the way, I am curious about why set&amp;nbsp;&lt;SPAN&gt;hbase.mob.file.expired.period can be a Preventive Measures?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Mar 2025 06:55:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HBase-java-io-FileNotFoundException-File-does-not-exist-hdfs/m-p/405118#M252414</guid>
      <dc:creator>allen_chu</dc:creator>
      <dc:date>2025-03-31T06:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: HBase - java.io.FileNotFoundException: File does not exist: hdfs://ha:8020/apps/hbase/data/archive when scan mob data</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HBase-java-io-FileNotFoundException-File-does-not-exist-hdfs/m-p/405141#M252416</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/118899"&gt;@allen_chu&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/20288"&gt;@Shelton&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is no configuration named&amp;nbsp;&lt;SPAN&gt;hbase.mob.file.expired.period in any of the hbase versions.&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/20288"&gt;@Shelton&lt;/a&gt;&amp;nbsp;Could you please give reference for the property you have shared?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Mar 2025 14:30:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HBase-java-io-FileNotFoundException-File-does-not-exist-hdfs/m-p/405141#M252416</guid>
      <dc:creator>shubham_sharma</dc:creator>
      <dc:date>2025-03-31T14:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: HBase - java.io.FileNotFoundException: File does not exist: hdfs://ha:8020/apps/hbase/data/archive when scan mob data</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HBase-java-io-FileNotFoundException-File-does-not-exist-hdfs/m-p/405207#M252426</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/80101"&gt;@shubham_sharma&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="whitespace-pre-wrap break-words"&gt;The hbase.mob.file.expired property in HBase is found in the hbase-site.xml configuration file.&lt;/P&gt;&lt;P class="whitespace-pre-wrap break-words"&gt;This property is related to HBase's MOB (Medium-sized Objects) feature, which is designed to efficiently store objects that are larger than typical HBase cells but not large enough to warrant HDFS storage.&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;SPAN class=""&gt;&lt;SPAN class="token tag punctuation"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="token tag"&gt;property&lt;/SPAN&gt;&lt;SPAN class="token tag punctuation"&gt;&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class="token tag punctuation"&gt;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN class="token tag"&gt;name&lt;/SPAN&gt;&lt;SPAN class="token tag punctuation"&gt;&amp;gt;&lt;/SPAN&gt;hbase.mob.file.expired&lt;SPAN class="token tag punctuation"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="token tag"&gt;name&lt;/SPAN&gt;&lt;SPAN class="token tag punctuation"&gt;&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class="token tag punctuation"&gt;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN class="token tag"&gt;value&lt;/SPAN&gt;&lt;SPAN class="token tag punctuation"&gt;&amp;gt;&lt;/SPAN&gt;30&lt;SPAN class="token tag punctuation"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="token tag"&gt;value&lt;/SPAN&gt;&lt;SPAN class="token tag punctuation"&gt;&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class="token tag punctuation"&gt;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN class="token tag"&gt;description&lt;/SPAN&gt;&lt;SPAN class="token tag punctuation"&gt;&amp;gt;&lt;/SPAN&gt;The number of days to keep a mob file before deleting it. Default value is 30 days.&lt;SPAN class="token tag punctuation"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="token tag"&gt;description&lt;/SPAN&gt;&lt;SPAN class="token tag punctuation"&gt;&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class="token tag punctuation"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="token tag"&gt;property&lt;/SPAN&gt;&lt;SPAN class="token tag punctuation"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI-SPOILER&gt;&lt;P class="whitespace-pre-wrap break-words"&gt;&lt;BR /&gt;Happy hadooping&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Apr 2025 12:17:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HBase-java-io-FileNotFoundException-File-does-not-exist-hdfs/m-p/405207#M252426</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2025-04-01T12:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: HBase - java.io.FileNotFoundException: File does not exist: hdfs://ha:8020/apps/hbase/data/archive when scan mob data</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HBase-java-io-FileNotFoundException-File-does-not-exist-hdfs/m-p/405282#M252443</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/20288"&gt;@Shelton&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you tested this property in your environment? Neither&amp;nbsp;&lt;SPAN&gt;hbase.mob.file.expired nor&amp;nbsp;hbase.mob.file.expired.period properties are present in hbase.&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class="paragraph"&gt;&lt;P&gt;A MOB HFile will be subject to archiving under any of the following conditions:&lt;/P&gt;&lt;/DIV&gt;&lt;DIV class="ulist"&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Any MOB HFile older than the column family’s TTL&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Any MOB HFile older than a "too recent" threshold with no references to it from the regular hfiles for all regions in a column family&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;P&gt;MOB files are cleaned when MOB cleaner chore runs. This runs every 24 hours. Cleaner chore identifies the files whose TTL's are expired and removes them. TTL needs to be set on a table schema level. Default TTL is forever.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hbase.master.mob.cleaner.period&lt;/P&gt;&lt;DIV class="paragraph"&gt;&lt;DIV class="title"&gt;Description&lt;/DIV&gt;&lt;P&gt;The period that MobFileCleanerChore runs. The unit is second. The default value is one day. The MOB file name uses only the date part of the file creation time in it. We use this time for deciding TTL expiry of the files. So the removal of TTL expired files might be delayed. The max delay might be 24 hrs.&lt;/P&gt;&lt;/DIV&gt;&lt;DIV class="paragraph"&gt;&lt;DIV class="title"&gt;Default&lt;/DIV&gt;&lt;P&gt;86400&lt;/P&gt;&lt;P&gt;Always verify the answers from AI generated sources before posting it to community.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Reference -&lt;/P&gt;&lt;P&gt;&lt;A href="https://hbase.apache.org/book.html#_mob_architecture" target="_blank" rel="noopener"&gt;https://hbase.apache.org/book.html#_mob_architecture&lt;/A&gt;&lt;/P&gt;&lt;P&gt;cc:&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/10253"&gt;@cjervis&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 02 Apr 2025 11:28:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HBase-java-io-FileNotFoundException-File-does-not-exist-hdfs/m-p/405282#M252443</guid>
      <dc:creator>shubham_sharma</dc:creator>
      <dc:date>2025-04-02T11:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: HBase - java.io.FileNotFoundException: File does not exist: hdfs://ha:8020/apps/hbase/data/archive when scan mob data</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HBase-java-io-FileNotFoundException-File-does-not-exist-hdfs/m-p/405307#M252451</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/80101"&gt;@shubham_sharma&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;my bad its&amp;nbsp; &lt;STRONG&gt;&lt;SPAN class=""&gt;hbase.mob.file.expired.&lt;FONT color="#FF0000"&gt;period &lt;/FONT&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;FONT color="#000000"&gt;&lt;SPAN class=""&gt;and not&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;hbase.mob.file.expired&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;Happy hadooping&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2025 14:09:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HBase-java-io-FileNotFoundException-File-does-not-exist-hdfs/m-p/405307#M252451</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2025-04-02T14:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: HBase - java.io.FileNotFoundException: File does not exist: hdfs://ha:8020/apps/hbase/data/archive when scan mob data</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HBase-java-io-FileNotFoundException-File-does-not-exist-hdfs/m-p/407114#M252614</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/20288"&gt;@Shelton&lt;/a&gt;&amp;nbsp;Please read my previous answer carefully. None of the properties provided by you are in hbase codebase&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2025 14:05:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HBase-java-io-FileNotFoundException-File-does-not-exist-hdfs/m-p/407114#M252614</guid>
      <dc:creator>shubham_sharma</dc:creator>
      <dc:date>2025-04-28T14:05:08Z</dc:date>
    </item>
  </channel>
</rss>

