<?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: how to delete zero size directory from hdfs path in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-delete-HDFS-Corrupt-files/m-p/93247#M33884</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/4054"&gt;@bgooley&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want only delete zero size directory i.e empty directory but condition is here ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;*current directory contains some directory data, but some of the directory contains zero size directory in same directory.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope You understood now?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/27"&gt;@michalis&lt;/a&gt; has given idea that is matching with my requirements.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;HadoopHelp&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 26 Jul 2019 15:07:50 GMT</pubDate>
    <dc:creator>HadoopHelp</dc:creator>
    <dc:date>2019-07-26T15:07:50Z</dc:date>
    <item>
      <title>Unable to delete HDFS Corrupt files</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-delete-HDFS-Corrupt-files/m-p/61790#M33876</link>
      <description>&lt;P&gt;I am unable to delete corrupt files present in my HDFS. Namenode has run into Safe mode. Total number of blocks are 980, out of which 978 have reported. When I run the following command,&lt;/P&gt;&lt;PRE&gt;sudo -u hdfs hdfs dfsadmin -report&lt;/PRE&gt;&lt;P&gt;The report generated is,&lt;/P&gt;&lt;PRE&gt;Safe mode is ON
Configured Capacity: 58531520512 (54.51 GB)
Present Capacity: 35774078976 (33.32 GB)
DFS Remaining: 32374509568 (30.15 GB)
DFS Used: 3399569408 (3.17 GB)
DFS Used%: 9.50%
Under replicated blocks: 0
Blocks with corrupt replicas: 0
Missing blocks: 0
Missing blocks (with replication factor 1): 0
-------------------------------------------------
Live datanodes (1):

Name: 10.0.2.15:50010 (quickstart.cloudera)
Hostname: quickstart.cloudera
Decommission Status : Normal
Configured Capacity: 58531520512 (54.51 GB)
DFS Used: 3399569408 (3.17 GB)
Non DFS Used: 19777388544 (18.42 GB)
DFS Remaining: 32374509568 (30.15 GB)
DFS Used%: 5.81%
DFS Remaining%: 55.31%
Configured Cache Capacity: 0 (0 B)
Cache Used: 0 (0 B)
Cache Remaining: 0 (0 B)
Cache Used%: 100.00%
Cache Remaining%: 0.00%
Xceivers: 2
Last contact: Tue Nov 14 10:39:58 IST 2017&lt;/PRE&gt;&lt;P&gt;And for the following command when executed,&lt;/P&gt;&lt;PRE&gt;sudo -u hdfs hdfs fsck /&lt;/PRE&gt;&lt;P&gt;The output is,&lt;/P&gt;&lt;PRE&gt;Connecting to namenode via http://quickstart.cloudera:50070/fsck?ugi=hdfs&amp;amp;path=%2F
FSCK started by hdfs (auth:SIMPLE) from /10.0.2.15 for path / at Tue Nov 14 10:41:25 IST 2017
/hbase/oldWALs/quickstart.cloudera%2C60020%2C1509698296866.default.1509701903728: CORRUPT blockpool BP-1914853243-127.0.0.1-1500467607052 block blk_1073743141

/hbase/oldWALs/quickstart.cloudera%2C60020%2C1509698296866.default.1509701903728: MISSING 1 blocks of total size 83 B..
/hbase/oldWALs/quickstart.cloudera%2C60020%2C1509698296866.meta.1509701932269.meta: CORRUPT blockpool BP-1914853243-127.0.0.1-1500467607052 block blk_1073743142

/hbase/oldWALs/quickstart.cloudera%2C60020%2C1509698296866.meta.1509701932269.meta: MISSING 1 blocks of total size 83 B
Status: CORRUPT
Total size: 3368384392 B (Total open files size: 166 B)
Total dirs: 286
Total files:    966
Total symlinks:     0 (Files currently being written: 3)
Total blocks (validated):   980 (avg. block size 3437126 B) (Total open file blocks (not validated): 2)
********************************
UNDER MIN REPL'D BLOCKS:    2 (0.20408164 %)
dfs.namenode.replication.min:   1
CORRUPT FILES:  2
MISSING BLOCKS: 2
MISSING SIZE:       166 B
CORRUPT BLOCKS:     2
********************************
Minimally replicated blocks:    978 (99.79592 %)
Over-replicated blocks: 0 (0.0 %)
Under-replicated blocks:    0 (0.0 %)
Mis-replicated blocks:      0 (0.0 %)
Default replication factor: 1
Average block replication:  0.9979592
Corrupt blocks:     2
Missing replicas:       0 (0.0 %)
Number of data-nodes:       1
Number of racks:        1
FSCK ended at Tue Nov 14 10:41:26 IST 2017 in 774 milliseconds
The filesystem under path '/' is CORRUPT&lt;/PRE&gt;&lt;P&gt;Can anyone please help in either correcting the corrupted blocks, (or) deleting them? Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 12:31:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-delete-HDFS-Corrupt-files/m-p/61790#M33876</guid>
      <dc:creator>mahikrrish</dc:creator>
      <dc:date>2022-09-16T12:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to delete HDFS Corrupt files</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-delete-HDFS-Corrupt-files/m-p/61792#M33877</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Well for deleting corrupted blocks there is an option on the hdfs fsck command.&lt;/P&gt;&lt;P&gt;Add the option "-delete" and it should delete all corrupted (or missing) files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You might need to leave safe mode for deleting the corrupted files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want to "restore" them, then you shoulld try to follow these guidances :&lt;/P&gt;&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/19205057/how-to-fix-corrupt-hdfs-files" target="_blank"&gt;https://stackoverflow.com/questions/19205057/how-to-fix-corrupt-hdfs-files&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Most cases of corrupted files cannot be restored.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Mathieu&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 09:11:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-delete-HDFS-Corrupt-files/m-p/61792#M33877</guid>
      <dc:creator>mathieu.d</dc:creator>
      <dc:date>2017-11-14T09:11:00Z</dc:date>
    </item>
    <item>
      <title>how to delete zero size directory from hdfs path</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-delete-HDFS-Corrupt-files/m-p/93006#M33878</link>
      <description>&lt;P&gt;how to delete zero size directory from hdfs path.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;HadoopHelp&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2019 14:05:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-delete-HDFS-Corrupt-files/m-p/93006#M33878</guid>
      <dc:creator>HadoopHelp</dc:creator>
      <dc:date>2019-07-22T14:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: how to delete zero size directory from hdfs path</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-delete-HDFS-Corrupt-files/m-p/93014#M33879</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/32608"&gt;@HadoopHelp&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Assuming you want to delete a directory that has no contents, you can use:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;hdfs dfs -rmdir /tmp/emptydir&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2019 16:10:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-delete-HDFS-Corrupt-files/m-p/93014#M33879</guid>
      <dc:creator>bgooley</dc:creator>
      <dc:date>2019-07-22T16:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: how to delete zero size directory from hdfs path</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-delete-HDFS-Corrupt-files/m-p/93054#M33880</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/4054"&gt;@bgooley&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but my situation is like below:-&lt;/P&gt;&lt;P&gt;i have dir like:-&lt;/P&gt;&lt;P&gt;/user/root/Data/hl71&lt;/P&gt;&lt;P&gt;/user/root/Data/hl72&lt;/P&gt;&lt;P&gt;/user/root/Data/hl73&lt;/P&gt;&lt;P&gt;/user/root/Data/hl74&lt;/P&gt;&lt;P&gt;/user/root/Data/hl75&lt;/P&gt;&lt;P&gt;/user/root/Data/hl76&lt;/P&gt;&lt;P&gt;/user/root/Data/hl77&lt;/P&gt;&lt;P&gt;/user/root/Data/hl78&lt;/P&gt;&lt;P&gt;/user/root/Data/hl79&lt;/P&gt;&lt;P&gt;..............................&lt;/P&gt;&lt;P&gt;..............................&lt;/P&gt;&lt;P&gt;but inside /user/root/Data/* multiple dir conatins zero size and as well data dir also.so as per your responce :-&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;(hdfs dfs -rmdir /tmp/emptydir) this will remove all dir from&amp;nbsp; /user/root/Data/*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Note:-only want want delete zero size dir ,not want to delete data conatains dir.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;so help with some other idea.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;HadoopHelp&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2019 10:37:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-delete-HDFS-Corrupt-files/m-p/93054#M33880</guid>
      <dc:creator>HadoopHelp</dc:creator>
      <dc:date>2019-07-23T10:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: how to delete zero size directory from hdfs path</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-delete-HDFS-Corrupt-files/m-p/93070#M33881</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/32608"&gt;@HadoopHelp&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think all directories are listed as 0 size.&amp;nbsp; Do you mean you are looking to delete "empty" directories?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2019 16:44:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-delete-HDFS-Corrupt-files/m-p/93070#M33881</guid>
      <dc:creator>bgooley</dc:creator>
      <dc:date>2019-07-23T16:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to delete zero size directory from hdfs path</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-delete-HDFS-Corrupt-files/m-p/93126#M33882</link>
      <description>&lt;P&gt;&amp;gt; Note:-only want want delete zero size dir ,not want to delete data conatains dir.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One of the idea involves two step process, to generate an empty directory listing and then take the listing and -rmdir&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;# generate the empty directory listing&lt;BR /&gt;$ hadoop jar /opt/cloudera/parcels/CDH-*/jars/search-mr-*-job.jar org.apache.solr.hadoop.HdfsFindTool -find / -type d -empty
# produces output&lt;BR /&gt;...&lt;BR /&gt;hdfs://ns1/user/impala&lt;BR /&gt;hdfs://ns1/user/spark/applicationHistory&lt;BR /&gt;hdfs://ns1/user/spark/spark2ApplicationHistory&lt;BR /&gt;hdfs://ns1/user/sqoop2&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;# OPTIONAL: pick a dir and confirm that the dir is empty eg:&lt;BR /&gt;$ hdfs dfs -du -s /user/impala&lt;BR /&gt;0 0 /user/impala&lt;BR /&gt;&lt;BR /&gt;# remove the empty dir eg: /user/impala&lt;BR /&gt;# hdfs dfs -rmdir /user/impala &lt;BR /&gt;
https://www.cloudera.com/documentation/enterprise/5-16-x/topics/search_hdfsfindtool.html&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 20:22:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-delete-HDFS-Corrupt-files/m-p/93126#M33882</guid>
      <dc:creator>michalis</dc:creator>
      <dc:date>2019-07-24T20:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to delete zero size directory from hdfs path</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-delete-HDFS-Corrupt-files/m-p/93246#M33883</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/27"&gt;@michalis&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your Idea is correct but we need to add jars files as you added in previous ?&lt;/P&gt;&lt;PRE&gt;hadoop jar /opt/cloudera/parcels/CDH-*/jars/search-mr-*-job.jar org.apache.solr.hadoop.HdfsFindTool&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any option to find empty directory using HDFS command Directly?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciated with your idea.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;HadoopHelp&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2019 15:01:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-delete-HDFS-Corrupt-files/m-p/93246#M33883</guid>
      <dc:creator>HadoopHelp</dc:creator>
      <dc:date>2019-07-26T15:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to delete zero size directory from hdfs path</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-delete-HDFS-Corrupt-files/m-p/93247#M33884</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/4054"&gt;@bgooley&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want only delete zero size directory i.e empty directory but condition is here ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;*current directory contains some directory data, but some of the directory contains zero size directory in same directory.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope You understood now?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/27"&gt;@michalis&lt;/a&gt; has given idea that is matching with my requirements.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;HadoopHelp&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2019 15:07:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-delete-HDFS-Corrupt-files/m-p/93247#M33884</guid>
      <dc:creator>HadoopHelp</dc:creator>
      <dc:date>2019-07-26T15:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: how to delete zero size directory from hdfs path</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-delete-HDFS-Corrupt-files/m-p/93264#M33885</link>
      <description>&lt;P&gt;&amp;gt; Is there any option to find empty directory using HDFS command Directly?&lt;/P&gt;&lt;P&gt;You can get a list/find empty directories using the 'org.apache.solr.hadoop.HdfsFindTool'.&lt;/P&gt;&lt;P&gt;And using the hdfs tool to check/test if _a_ directory is empty, you can use -du or -test; please see the FileSystemShell [0]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;test

Usage: hadoop fs -test -[defsz] URI

Options:

    -d: f the path is a directory, return 0.
    -e: if the path exists, return 0.
    -f: if the path is a file, return 0.
    -s: if the path is not empty, return 0.
    -r: if the path exists and read permission is granted, return 0.
    -w: if the path exists and write permission is granted, return 0.
    -z: if the file is zero length, return 0.

Example:

    hadoop fs -test -e filename&lt;/PRE&gt;&lt;PRE&gt;du

Usage: hadoop fs -du [-s] [-h] [-x] URI [URI ...]

Displays sizes of files and directories contained in the given directory or the length of a file in case its just a file.

Options:

    The -s option will result in an aggregate summary of file lengths being displayed, rather than the individual files. Without the -s option, calculation is done by going 1-level deep from the given path.
    The -h option will format file sizes in a “human-readable” fashion (e.g 64.0m instead of 67108864)
    The -x option will exclude snapshots from the result calculation. Without the -x option (default), the result is always calculated from all INodes, including all snapshots under the given path.

The du returns three columns with the following format:

size disk_space_consumed_with_all_replicas full_path_name

Example:

    hadoop fs -du /user/hadoop/dir1 /user/hadoop/file1 hdfs://nn.example.com/user/hadoop/dir1

Exit Code: Returns 0 on success and -1 on error.&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[0] &lt;A href="https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/FileSystemShell.html" target="_blank" rel="noopener"&gt;https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/FileSystemShell.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2019 21:19:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-delete-HDFS-Corrupt-files/m-p/93264#M33885</guid>
      <dc:creator>michalis</dc:creator>
      <dc:date>2019-07-26T21:19:58Z</dc:date>
    </item>
  </channel>
</rss>

