<?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>topic Re: Execute hive script (.HQL) from talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Execute-hive-script-HQL-from-talend/m-p/2234589#M23905</link>
    <description>Hi, 
&lt;BR /&gt;i am getting below error while trying to use sqoop import from oracle. 
&lt;BR /&gt;Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/lang3/StringUtils 
&lt;BR /&gt; at org.apache.sqoop.manager.oracle.OracleUtils.escapeIdentifier(OracleUtils.java:36) 
&lt;BR /&gt; at org.apache.sqoop.manager.OracleManager.escapeTableName(OracleManager.java:927) 
&lt;BR /&gt; at org.apache.sqoop.manager.OracleManager.getColNamesQuery(OracleManager.java:264) 
&lt;BR /&gt; at org.apache.sqoop.manager.SqlManager.getColTypesQuery(SqlManager.java:240) 
&lt;BR /&gt; at org.apache.sqoop.manager.SqlManager.getColumnTypes(SqlManager.java:245) 
&lt;BR /&gt; at org.apache.sqoop.manager.ConnManager.getColumnTypes(ConnManager.java:328) 
&lt;BR /&gt; at org.apache.sqoop.orm.ClassWriter.getColumnTypes(ClassWriter.java:1853) 
&lt;BR /&gt; at org.apache.sqoop.orm.ClassWriter.generate(ClassWriter.java:1653) 
&lt;BR /&gt; at org.apache.sqoop.tool.CodeGenTool.generateORM(CodeGenTool.java:107) 
&lt;BR /&gt; at org.apache.sqoop.tool.ImportTool.importTable(ImportTool.java:488) 
&lt;BR /&gt; at org.apache.sqoop.tool.ImportTool.run(ImportTool.java:615) 
&lt;BR /&gt; at org.apache.sqoop.Sqoop.run(Sqoop.java:147) 
&lt;BR /&gt; at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:76) 
&lt;BR /&gt; disconnected 
&lt;BR /&gt; disconnected 
&lt;BR /&gt; at org.apache.sqoop.Sqoop.runSqoop(Sqoop.java:183) 
&lt;BR /&gt; at test.oth_test_0_1.oth_test.tSqoopImport_1Process(oth_test.java:586) 
&lt;BR /&gt; at test.oth_test_0_1.oth_test.tOracleConnection_1Process(oth_test.java:428) 
&lt;BR /&gt; at test.oth_test_0_1.oth_test.runJobInTOS(oth_test.java:994) 
&lt;BR /&gt; at test.oth_test_0_1.oth_test.main(oth_test.java:851) 
&lt;BR /&gt;Caused by: java.lang.ClassNotFoundException: org.apache.commons.lang3.StringUtils 
&lt;BR /&gt; at java.net.URLClassLoader.findClass(Unknown Source) 
&lt;BR /&gt; at java.lang.ClassLoader.loadClass(Unknown Source) 
&lt;BR /&gt; at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) 
&lt;BR /&gt; at java.lang.ClassLoader.loadClass(Unknown Source) 
&lt;BR /&gt; ... 18 more 
&lt;BR /&gt;Job oth_test ended at 16:49 05/01/2017. 
&lt;BR /&gt; 
&lt;BR /&gt;I have added ojdbc6.jar and class name as&amp;nbsp;"oracle.jdbc.driver.OracleDriver" in the component. 
&lt;BR /&gt;i am using below 
&lt;BR /&gt;please help me further. 
&lt;BR /&gt;thanks, 
&lt;BR /&gt;Rishit Shah</description>
    <pubDate>Thu, 05 Jan 2017 11:51:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-01-05T11:51:20Z</dc:date>
    <item>
      <title>Execute hive script (.HQL) from talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Execute-hive-script-HQL-from-talend/m-p/2234576#M23892</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;Is there any way that i can just execute the hive script which is there on hdfs from talend?&lt;BR /&gt;All i can see in talend is component to write hive queries like thiveconncetion,thiveload etc... but none of them have way to execute hive script. &lt;BR /&gt;you can easily do this in oozie editor (Hue) by calling and executing hive script. &lt;BR /&gt;is this possible in talend?&lt;BR /&gt;Please advice!&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 11:44:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Execute-hive-script-HQL-from-talend/m-p/2234576#M23892</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: Execute hive script (.HQL) from talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Execute-hive-script-HQL-from-talend/m-p/2234577#M23893</link>
      <description>Hi nairgokul70,
&lt;BR /&gt; Of course ,you can execute your hive script in Talend,using tHiveRow component maybe can help you .
&lt;BR /&gt;Regards
&lt;BR /&gt;jjzhou</description>
      <pubDate>Mon, 03 Mar 2014 10:14:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Execute-hive-script-HQL-from-talend/m-p/2234577#M23893</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-03T10:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: Execute hive script (.HQL) from talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Execute-hive-script-HQL-from-talend/m-p/2234578#M23894</link>
      <description>Hi,&lt;BR /&gt;Can you please explain how?&lt;BR /&gt;i am not seeing anything in thiverow which can call a script?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 03 Mar 2014 18:05:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Execute-hive-script-HQL-from-talend/m-p/2234578#M23894</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-03T18:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: Execute hive script (.HQL) from talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Execute-hive-script-HQL-from-talend/m-p/2234579#M23895</link>
      <description>Just like for any other Talend 'row' component, whatever you can do in Hive QL directly, you can do from Talend in the query window - from selecting records to altering tables etc... 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9bt.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137998i922B5FE8E67AB89F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9bt.jpg" alt="0683p000009M9bt.jpg" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 04 Mar 2014 16:57:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Execute-hive-script-HQL-from-talend/m-p/2234579#M23895</guid>
      <dc:creator>willm1</dc:creator>
      <dc:date>2014-03-04T16:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: Execute hive script (.HQL) from talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Execute-hive-script-HQL-from-talend/m-p/2234580#M23896</link>
      <description>Hi, 
&lt;BR /&gt;Thanks for reply, 
&lt;BR /&gt;But i am trying to execute hive script in row component and its not working. 
&lt;BR /&gt;I have script on hdfs file system of my hadoop cluster 
&lt;BR /&gt;and i just want to execute that script. usually to execute hive script you just say 
&lt;BR /&gt;hive -f /pathtofile/script.hql 
&lt;BR /&gt;i am trying to do this row component but i am getting an error stating 
&lt;BR /&gt;hive cannot be resolved to a variable 
&lt;BR /&gt;f cannot be resolved to a variable 
&lt;BR /&gt;Syntax error on token ""/user/hive/warehouse/queries/vgt_repository/loaddata/IncrementalLoad_AccountLog.hql"", delete this token 
&lt;BR /&gt;I tried with "" and with double quotes etc but its still not working. 
&lt;BR /&gt;Please suggest. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MARx.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138884i939B40565FD45F40/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MARx.jpg" alt="0683p000009MARx.jpg" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 04 Mar 2014 19:30:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Execute-hive-script-HQL-from-talend/m-p/2234580#M23896</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-04T19:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: Execute hive script (.HQL) from talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Execute-hive-script-HQL-from-talend/m-p/2234581#M23897</link>
      <description>Just a thought - I wonder if tSystem might work... (example calling a shell script attached) 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MARt.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148909i58E28B9BD88534D5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MARt.jpg" alt="0683p000009MARt.jpg" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 05 Mar 2014 17:59:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Execute-hive-script-HQL-from-talend/m-p/2234581#M23897</guid>
      <dc:creator>willm1</dc:creator>
      <dc:date>2014-03-05T17:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Execute hive script (.HQL) from talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Execute-hive-script-HQL-from-talend/m-p/2234582#M23898</link>
      <description>Agree with @willm.&lt;BR /&gt;If you want to execute the hive command "hive -f /pathtofile/script.hql", the tSystem will be required, and a local installation of Hive will be required.</description>
      <pubDate>Thu, 06 Mar 2014 06:57:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Execute-hive-script-HQL-from-talend/m-p/2234582#M23898</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-06T06:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: Execute hive script (.HQL) from talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Execute-hive-script-HQL-from-talend/m-p/2234583#M23899</link>
      <description>Hello, 
&lt;BR /&gt;a local installation of Hive will be required! 
&lt;BR /&gt;what you mean by above? i am executing the talend from machine different from hadoop cluster. when you say local does that mean i have to have hive installed on the machine from where i am running talend? 
&lt;BR /&gt;If that is the case the whole purpose of using talend as platform independent tool gets defeated!. Also, if i have use to bash like component i.e. tsystem component than the point of having all the hive components also gets defeated! 
&lt;BR /&gt;currently, i have divided all the scripts into different thiverow components and executing them. But now i am ending up with many components in the same job! 
&lt;BR /&gt;In my personal opinion executing a script file is very basic requirement!. I am evaluating talend for client with big data requirements and things like this is hard to explain to the client! 
&lt;BR /&gt;The java api have already class called 
&lt;BR /&gt;java.util.List&amp;lt;JAVA.LANG.STRING&amp;gt; executeScript(HiveScript script) 
&lt;BR /&gt; throws org.springframework.dao.DataAccessException 
&lt;BR /&gt;why isnt the above implemented in any of the component? 
&lt;BR /&gt;Regards 
&lt;BR /&gt; Gokul</description>
      <pubDate>Thu, 06 Mar 2014 18:46:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Execute-hive-script-HQL-from-talend/m-p/2234583#M23899</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-06T18:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Execute hive script (.HQL) from talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Execute-hive-script-HQL-from-talend/m-p/2234584#M23900</link>
      <description>Hello,
&lt;BR /&gt;When you execute: "hive -f /pathtofile/script.hql", you call the hive CLI, which indeed requires hive to be installed locally. It's nevertheless not how we usually do with Talend.
&lt;BR /&gt;We don't have a component which allows executing a Hive QL file currently.
&lt;BR /&gt;Does your HQL file contain 1 query per line ?</description>
      <pubDate>Fri, 07 Mar 2014 08:08:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Execute-hive-script-HQL-from-talend/m-p/2234584#M23900</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-07T08:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: Execute hive script (.HQL) from talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Execute-hive-script-HQL-from-talend/m-p/2234585#M23901</link>
      <description>Gokul - pardon me, because I'm sure you already thought of this - but what about deploying your Talend job on the server running Hive? 
&lt;BR /&gt;In the example I showed with the sh script, I was developing on a Windows machine, and I'd independently tested the sh script on a Linux box and it worked. Once I deployed the completed job on the Linux box, it worked as designed... Same thing if you're using TAC, you could install a Job Server on a box running Hive and constrain this job to only run on that Server.</description>
      <pubDate>Fri, 07 Mar 2014 15:47:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Execute-hive-script-HQL-from-talend/m-p/2234585#M23901</guid>
      <dc:creator>willm1</dc:creator>
      <dc:date>2014-03-07T15:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Execute hive script (.HQL) from talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Execute-hive-script-HQL-from-talend/m-p/2234586#M23902</link>
      <description>rdubois - I see where you're going with your question :-). Parse the lines and execute them in HiveRow within Talend? Smart if it works...</description>
      <pubDate>Fri, 07 Mar 2014 15:49:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Execute-hive-script-HQL-from-talend/m-p/2234586#M23902</guid>
      <dc:creator>willm1</dc:creator>
      <dc:date>2014-03-07T15:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Execute hive script (.HQL) from talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Execute-hive-script-HQL-from-talend/m-p/2234587#M23903</link>
      <description>Yes, thinking about reading the HQL file with a tFileInputFullRaw (or tFileInputDelimited) and using the tFlowToIterate and finally the tHiveRow. In such a case, the tHiveRow would be called for each single input query.</description>
      <pubDate>Fri, 07 Mar 2014 16:12:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Execute-hive-script-HQL-from-talend/m-p/2234587#M23903</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-07T16:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Execute hive script (.HQL) from talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Execute-hive-script-HQL-from-talend/m-p/2234588#M23904</link>
      <description>Hi,
&lt;BR /&gt;I have the hql statement which should create the directory in the local unix server.Something like below
&lt;BR /&gt;insert overwrite local directory 'abc/xyz/sum' select sum(open),sum(high),sum(low),sum(close),sum(volume) from database.tablename;
&lt;BR /&gt;Ideally, When you execute this statement, sum folder will be created inside /abc/xyz and inside the folder , a file will be created with the result of the select statement.
&lt;BR /&gt;However,When i am using thiverow ,It is not creating folder neither with thiveinput.
&lt;BR /&gt;If i am executing manually in Hive CLI, Like hive -f hqlname.hql,It is giving the desired output.
&lt;BR /&gt;But, through talend, I am not able to achieve.
&lt;BR /&gt;It is not even giving any error message.
&lt;BR /&gt;Can someone please advise.</description>
      <pubDate>Wed, 13 May 2015 17:57:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Execute-hive-script-HQL-from-talend/m-p/2234588#M23904</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-13T17:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: Execute hive script (.HQL) from talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Execute-hive-script-HQL-from-talend/m-p/2234589#M23905</link>
      <description>Hi, 
&lt;BR /&gt;i am getting below error while trying to use sqoop import from oracle. 
&lt;BR /&gt;Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/lang3/StringUtils 
&lt;BR /&gt; at org.apache.sqoop.manager.oracle.OracleUtils.escapeIdentifier(OracleUtils.java:36) 
&lt;BR /&gt; at org.apache.sqoop.manager.OracleManager.escapeTableName(OracleManager.java:927) 
&lt;BR /&gt; at org.apache.sqoop.manager.OracleManager.getColNamesQuery(OracleManager.java:264) 
&lt;BR /&gt; at org.apache.sqoop.manager.SqlManager.getColTypesQuery(SqlManager.java:240) 
&lt;BR /&gt; at org.apache.sqoop.manager.SqlManager.getColumnTypes(SqlManager.java:245) 
&lt;BR /&gt; at org.apache.sqoop.manager.ConnManager.getColumnTypes(ConnManager.java:328) 
&lt;BR /&gt; at org.apache.sqoop.orm.ClassWriter.getColumnTypes(ClassWriter.java:1853) 
&lt;BR /&gt; at org.apache.sqoop.orm.ClassWriter.generate(ClassWriter.java:1653) 
&lt;BR /&gt; at org.apache.sqoop.tool.CodeGenTool.generateORM(CodeGenTool.java:107) 
&lt;BR /&gt; at org.apache.sqoop.tool.ImportTool.importTable(ImportTool.java:488) 
&lt;BR /&gt; at org.apache.sqoop.tool.ImportTool.run(ImportTool.java:615) 
&lt;BR /&gt; at org.apache.sqoop.Sqoop.run(Sqoop.java:147) 
&lt;BR /&gt; at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:76) 
&lt;BR /&gt; disconnected 
&lt;BR /&gt; disconnected 
&lt;BR /&gt; at org.apache.sqoop.Sqoop.runSqoop(Sqoop.java:183) 
&lt;BR /&gt; at test.oth_test_0_1.oth_test.tSqoopImport_1Process(oth_test.java:586) 
&lt;BR /&gt; at test.oth_test_0_1.oth_test.tOracleConnection_1Process(oth_test.java:428) 
&lt;BR /&gt; at test.oth_test_0_1.oth_test.runJobInTOS(oth_test.java:994) 
&lt;BR /&gt; at test.oth_test_0_1.oth_test.main(oth_test.java:851) 
&lt;BR /&gt;Caused by: java.lang.ClassNotFoundException: org.apache.commons.lang3.StringUtils 
&lt;BR /&gt; at java.net.URLClassLoader.findClass(Unknown Source) 
&lt;BR /&gt; at java.lang.ClassLoader.loadClass(Unknown Source) 
&lt;BR /&gt; at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) 
&lt;BR /&gt; at java.lang.ClassLoader.loadClass(Unknown Source) 
&lt;BR /&gt; ... 18 more 
&lt;BR /&gt;Job oth_test ended at 16:49 05/01/2017. 
&lt;BR /&gt; 
&lt;BR /&gt;I have added ojdbc6.jar and class name as&amp;nbsp;"oracle.jdbc.driver.OracleDriver" in the component. 
&lt;BR /&gt;i am using below 
&lt;BR /&gt;please help me further. 
&lt;BR /&gt;thanks, 
&lt;BR /&gt;Rishit Shah</description>
      <pubDate>Thu, 05 Jan 2017 11:51:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Execute-hive-script-HQL-from-talend/m-p/2234589#M23905</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-05T11:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Execute hive script (.HQL) from talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Execute-hive-script-HQL-from-talend/m-p/2234590#M23906</link>
      <description>Sorry for wrong reply here.</description>
      <pubDate>Thu, 05 Jan 2017 11:52:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Execute-hive-script-HQL-from-talend/m-p/2234590#M23906</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-05T11:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Execute hive script (.HQL) from talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Execute-hive-script-HQL-from-talend/m-p/2234591#M23907</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Sorry for wrong reply here.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Sorry to bother you.&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;I installed Hadoop 1.1.2 and Hive 0.9.0. I didn't set username and password when i installed Hive. Now i use hiveconnection component. What can i set in the &amp;nbsp;username and password part?&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Thanks.&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Wed, 22 Feb 2017 05:18:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Execute-hive-script-HQL-from-talend/m-p/2234591#M23907</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-22T05:18:39Z</dc:date>
    </item>
  </channel>
</rss>

