<?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: Solr config with zookeeper giving an error when creating collection. in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Solr-config-with-zookeeper-giving-an-error-when-creating/m-p/135487#M35076</link>
    <description>&lt;P&gt;&lt;A href="https://community.hortonworks.com/questions/44781/not-able-create-solr-collection-named.html#"&gt;@james.jones&lt;/A&gt;: Can you also please let me know how to upload my new solrconfig.xml to all zookeepr ?&lt;/P&gt;</description>
    <pubDate>Wed, 20 Jul 2016 17:18:13 GMT</pubDate>
    <dc:creator>SK1</dc:creator>
    <dc:date>2016-07-20T17:18:13Z</dc:date>
    <item>
      <title>Solr config with zookeeper giving an error when creating collection.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Solr-config-with-zookeeper-giving-an-error-when-creating/m-p/135484#M35073</link>
      <description>&lt;P&gt;I have setup solr in cloud mode with three different zookeeper servers and running all three solr instance on three different servers. I have setup solr to save index data on hdfs only. After starting all three instances I want to create a simple collection with two replica and two shards. &lt;/P&gt;&lt;P&gt;But I am getting following error during collection creation. It seems that somewhere solr.hdfs.home&lt;/P&gt;&lt;P&gt;is having wrong value for hdfs location. I have tried to check location for this properties but could not get. &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Command to start Solr in Cloud mode on all three servers: &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;[solr@m1 solr]$ bin/solr start -c -z m1.hdp22:2181,m2.hdp22:2181,w1.hdp22:2181 -Dsolr.directoryFactory=HdfsDirectoryFactory -Dsolr.lock.type=hdfs -Dsolr.hdfs.home=hdfs://HDPTSTHA/user/solr&lt;/P&gt;&lt;P&gt;Started Solr server on port 8983 (pid=1495). Happy searching!&lt;/P&gt;&lt;P&gt;[solr@m1 solr]$ bin/solr status&lt;/P&gt;&lt;P&gt;Found 1 Solr nodes: &lt;/P&gt;&lt;P&gt;Solr process 1495 running on port 8983&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;  "solr_home":"/opt/lucidworks-hdpsearch/solr/server/solr/",&lt;/P&gt;&lt;P&gt;  "version":"5.2.1 1684708 - shalin - 2015-06-10 23:20:13",&lt;/P&gt;&lt;P&gt;  "startTime":"2016-07-19T09:21:03.245Z",&lt;/P&gt;&lt;P&gt;  "uptime":"0 days, 0 hours, 0 minutes, 6 seconds",&lt;/P&gt;&lt;P&gt;  "memory":"83.1 MB (%16.9) of 490.7 MB",&lt;/P&gt;&lt;P&gt;  "cloud":{&lt;/P&gt;&lt;P&gt;    "ZooKeeper":"m1.hdp22:2181,m2.hdp22:2181,w1.hdp22:2181",&lt;/P&gt;&lt;P&gt;    "liveNodes”:"3",&lt;/P&gt;&lt;P&gt;    "collections":"0"}}&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Command to create collection :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;[solr@m1 solr]$ /opt/lucidworks-hdpsearch/solr/bin/solr create -c labs -d /opt/lucidworks-hdpsearch/solr/server/solr/configsets/data_driven_schema_configs_hdfs/conf -n labs -s 2 -rf 2&lt;/P&gt;&lt;P&gt;Connecting to ZooKeeper at m1.hdp22:2181,m2.hdp22:2181,w1.hdp22:2181&lt;/P&gt;&lt;P&gt;Re-using existing configuration directory labs&lt;/P&gt;&lt;P&gt;Creating new collection 'labs' using command:&lt;/P&gt;&lt;P&gt;&lt;A href="http://192.168.56.41:8983/solr/admin/collections?action=CREATE&amp;amp;name=labs&amp;amp;numShards=1&amp;amp;replicationFactor=1&amp;amp;maxShardsPerNode=1&amp;amp;collection.configName=labs"&gt;http://192.168.56.41:8983/solr/admin/collections?action=CREATE&amp;amp;name=labs&amp;amp;numShards=1&amp;amp;replicationFactor=1&amp;amp;maxShardsPerNode=1&amp;amp;collection.configName=labs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;  "responseHeader":{&lt;/P&gt;&lt;P&gt;    "status":0,&lt;/P&gt;&lt;P&gt;    "QTime":13353},&lt;/P&gt;&lt;P&gt;  "failure":{"":"org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException:Error from server at &lt;A href="http://192.168.56.41:8983/solr"&gt;http://192.168.56.41:8983/solr&lt;/A&gt;: Error CREATEing SolrCore 'labs_shard1_replica1': Unable to create core [labs_shard1_replica1] Caused by: Uri without authority: hdfs:/m1.hdp22:8020/user/solr/labs/core_node1/data"}}&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dir structure :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;solr@m1 data_driven_schema_configs_hdfs]$ cd conf/&lt;/P&gt;&lt;P&gt;[solr@m1 conf]$ ll&lt;/P&gt;&lt;P&gt;total 148&lt;/P&gt;&lt;P&gt;-rw-r--r-- 1 solr hadoop  3974 Jul 14 01:34 currency.xml&lt;/P&gt;&lt;P&gt;-rw-r--r-- 1 solr hadoop  1348 Jul 14 01:34 elevate.xml&lt;/P&gt;&lt;P&gt;drwxr-xr-x 2 solr hadoop  4096 Jul 14 01:34 lang&lt;/P&gt;&lt;P&gt;-rw-r--r-- 1 solr hadoop 55543 Jul 14 01:34 managed-schema&lt;/P&gt;&lt;P&gt;-rw-r--r-- 1 solr hadoop   308 Jul 14 01:34 params.json&lt;/P&gt;&lt;P&gt;-rw-r--r-- 1 solr hadoop   873 Jul 14 01:34 protwords.txt&lt;/P&gt;&lt;P&gt;-rw-r--r-- 1 solr hadoop 62546 Jul 19 05:19 solrconfig.xml&lt;/P&gt;&lt;P&gt;-rw-r--r-- 1 solr hadoop   781 Jul 14 01:34 stopwords.txt&lt;/P&gt;&lt;P&gt;-rw-r--r-- 1 solr hadoop  1119 Jul 14 01:34 synonyms.txt&lt;/P&gt;&lt;P&gt;[solr@m1 conf]$ pwd&lt;/P&gt;&lt;P&gt;/opt/lucidworks-hdpsearch/solr/server/solr/configsets/data_driven_schema_configs_hdfs/conf&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/5859-solrconfig.xml"&gt;solrconfig.xml&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2016 18:03:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Solr-config-with-zookeeper-giving-an-error-when-creating/m-p/135484#M35073</guid>
      <dc:creator>SK1</dc:creator>
      <dc:date>2016-07-19T18:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Solr config with zookeeper giving an error when creating collection.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Solr-config-with-zookeeper-giving-an-error-when-creating/m-p/135485#M35074</link>
      <description>&lt;P&gt;You have HDFS defined in two places: in the command line and also in the solrconfig.xml. I don't understand the one in the command line since it does not include a port and that does not look like a hostname, but it could be: HDPTSTHA. You might try temporarily changing the one in in your solrconfig.xml to something bogus to see if it affects your reported error. &lt;/P&gt;&lt;P&gt;Also, the create command says, "Re-using existing configuration directory labs", which makes me wonder if it is reusing what's already in zookeeper and perhaps that file does not match the one on your OS FS. The error reported has only one slash after "hdfs:/". Use Solr's zkcli.sh tool (which is different from the one that comes with Zookeeper) to get the contents of what's there or you could do a getfile or upconfig (to replace/update zookeeper). Remember that Solr adds "/solr" to the root except in embedded ZK mode.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 10:46:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Solr-config-with-zookeeper-giving-an-error-when-creating/m-p/135485#M35074</guid>
      <dc:creator>james_jones</dc:creator>
      <dc:date>2016-07-20T10:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Solr config with zookeeper giving an error when creating collection.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Solr-config-with-zookeeper-giving-an-error-when-creating/m-p/135486#M35075</link>
      <description>&lt;P&gt;Thanks a lot &lt;A rel="user" href="https://community.cloudera.com/users/2229/jamesjones.html" nodeid="2229"&gt;@james.jones&lt;/A&gt;, I tried to download config before I push with new. But I am getting below error. SO can you please help me how can I download it. &lt;/P&gt;&lt;P&gt;[root@m1 ~]# /opt/lucidworks-hdpsearch/solr/server/scripts/cloud-scripts/zkcli.sh -zkhost m1.hdp22:2181,m2.hdp22:2181,w1.hdp22:2181 -cmd downconfig -confdir /opt/lucidworks-hdpsearch/solr/server/solr/configsets/data_driven_schema_configs_hdfs/conf -confname myconf&lt;/P&gt;&lt;P&gt;/opt/lucidworks-hdpsearch/solr/server/scripts/cloud-scripts&lt;/P&gt;&lt;P&gt;INFO  - 2016-07-19 09:05:38.706; org.apache.solr.common.cloud.SolrZkClient; Using default ZkCredentialsProvider&lt;/P&gt;&lt;P&gt;INFO  - 2016-07-19 09:05:38.732; org.apache.zookeeper.Environment; Client environment:zookeeper.version=3.4.6-1569965, built on 02/20/2014 09:09 GMT&lt;/P&gt;&lt;P&gt;INFO  - 2016-07-19 09:05:38.732; org.apache.zookeeper.Environment; Client environment:host.name=m1.hdp22&lt;/P&gt;&lt;P&gt;INFO  - 2016-07-19 09:05:38.734; org.apache.zookeeper.Environment; Client environment:java.version=1.7.0_75&lt;/P&gt;&lt;P&gt;INFO  - 2016-07-19 09:05:38.734; org.apache.zookeeper.Environment; Client environment:java.vendor=Oracle Corporation&lt;/P&gt;&lt;P&gt;s-hdpsearch/solr/server/scripts/cloud-scripts/../../lib/ext/slf4j-log4j12-1.7.7.jar:/opt/lucidworks-hdpsearch/solr/server/scripts/cloud-scripts/../../lib/ext/jul-to-slf4j-1.7.7.jar&lt;/P&gt;&lt;P&gt;INFO  - 2016-07-19 09:05:38.737; org.apache.zookeeper.Environment; Client environment:java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib&lt;/P&gt;&lt;P&gt;INFO  - 2016-07-19 09:05:38.737; org.apache.zookeeper.Environment; Client environment:java.io.tmpdir=/tmp&lt;/P&gt;&lt;P&gt;INFO  - 2016-07-19 09:05:38.737; org.apache.zookeeper.Environment; Client environment:java.compiler=&amp;lt;NA&amp;gt;&lt;/P&gt;&lt;P&gt;INFO  - 2016-07-19 09:05:38.737; org.apache.zookeeper.Environment; Client environment:os.name=Linux&lt;/P&gt;&lt;P&gt;INFO  - 2016-07-19 09:05:38.737; org.apache.zookeeper.Environment; Client environment:os.arch=amd64&lt;/P&gt;&lt;P&gt;INFO  - 2016-07-19 09:05:38.737; org.apache.zookeeper.Environment; Client environment:os.version=2.6.32-504.el6.x86_64&lt;/P&gt;&lt;P&gt;INFO  - 2016-07-19 09:05:38.737; org.apache.zookeeper.Environment; Client environment:user.name=root&lt;/P&gt;&lt;P&gt;INFO  - 2016-07-19 09:05:38.738; org.apache.zookeeper.Environment; Client environment:user.home=/root&lt;/P&gt;&lt;P&gt;INFO  - 2016-07-19 09:05:38.738; org.apache.zookeeper.Environment; Client environment:user.dir=/root&lt;/P&gt;&lt;P&gt;INFO  - 2016-07-19 09:05:38.741; org.apache.zookeeper.ZooKeeper; Initiating client connection, connectString=m1.hdp22:2181,m2.hdp22:2181,w1.hdp22:2181 sessionTimeout=30000 watcher=org.apache.solr.common.cloud.SolrZkClient$3@259709b1&lt;/P&gt;&lt;P&gt;INFO  - 2016-07-19 09:05:38.759; org.apache.zookeeper.ClientCnxn$SendThread; Opening socket connection to server w1.hdp22/192.168.56.51:2181. Will not attempt to authenticate using SASL (unknown error)&lt;/P&gt;&lt;P&gt;INFO  - 2016-07-19 09:05:38.760; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper&lt;/P&gt;&lt;P&gt;INFO  - 2016-07-19 09:05:38.763; org.apache.zookeeper.ClientCnxn$SendThread; Socket connection established to w1.hdp22/192.168.56.51:2181, initiating session&lt;/P&gt;&lt;P&gt;INFO  - 2016-07-19 09:05:38.771; org.apache.zookeeper.ClientCnxn$SendThread; Session establishment complete on server w1.hdp22/192.168.56.51:2181, sessionid = 0x356021b7ffb0128, negotiated timeout = 30000&lt;/P&gt;&lt;P&gt;INFO  - 2016-07-19 09:05:38.778; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@ce124a7 name:ZooKeeperConnection Watcher:m1.hdp22:2181,m2.hdp22:2181,w1.hdp22:2181 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None&lt;/P&gt;&lt;P&gt;INFO  - 2016-07-19 09:05:38.779; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper&lt;/P&gt;&lt;P&gt;INFO  - 2016-07-19 09:05:38.779; org.apache.solr.common.cloud.SolrZkClient; Using default ZkACLProvider&lt;/P&gt;&lt;P&gt;INFO  - 2016-07-19 09:05:38.799; org.apache.zookeeper.ClientCnxn$EventThread; EventThread shut down&lt;/P&gt;&lt;P&gt;INFO  - 2016-07-19 09:05:38.799; org.apache.zookeeper.ZooKeeper; Session: 0x356021b7ffb0128 closed&lt;/P&gt;&lt;P&gt;Exception in thread "main" java.io.IOException: Error downloading files from zookeeper path /configs/myconf to /opt/lucidworks-hdpsearch/solr/server/solr/configsets/data_driven_schema_configs_hdfs/conf&lt;/P&gt;&lt;P&gt;at org.apache.solr.common.cloud.ZkConfigManager.downloadFromZK(ZkConfigManager.java:107)&lt;/P&gt;&lt;P&gt;at org.apache.solr.common.cloud.ZkConfigManager.downloadConfigDir(ZkConfigManager.java:131)&lt;/P&gt;&lt;P&gt;at org.apache.solr.cloud.ZkCLI.main(ZkCLI.java:233)&lt;/P&gt;&lt;P&gt;Caused by: org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /configs/myconf&lt;/P&gt;&lt;P&gt;at org.apache.zookeeper.KeeperException.create(KeeperException.java:111)&lt;/P&gt;&lt;P&gt;at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)&lt;/P&gt;&lt;P&gt;at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)&lt;/P&gt;&lt;P&gt;at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:328)&lt;/P&gt;&lt;P&gt;at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:325)&lt;/P&gt;&lt;P&gt;at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:61)&lt;/P&gt;&lt;P&gt;at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:325)&lt;/P&gt;&lt;P&gt;at org.apache.solr.common.cloud.ZkConfigManager.downloadFromZK(ZkConfigManager.java:92)&lt;/P&gt;&lt;P&gt;... 2 more&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 13:57:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Solr-config-with-zookeeper-giving-an-error-when-creating/m-p/135486#M35075</guid>
      <dc:creator>SK1</dc:creator>
      <dc:date>2016-07-20T13:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: Solr config with zookeeper giving an error when creating collection.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Solr-config-with-zookeeper-giving-an-error-when-creating/m-p/135487#M35076</link>
      <description>&lt;P&gt;&lt;A href="https://community.hortonworks.com/questions/44781/not-able-create-solr-collection-named.html#"&gt;@james.jones&lt;/A&gt;: Can you also please let me know how to upload my new solrconfig.xml to all zookeepr ?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 17:18:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Solr-config-with-zookeeper-giving-an-error-when-creating/m-p/135487#M35076</guid>
      <dc:creator>SK1</dc:creator>
      <dc:date>2016-07-20T17:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: Solr config with zookeeper giving an error when creating collection.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Solr-config-with-zookeeper-giving-an-error-when-creating/m-p/135488#M35077</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2273/saurabhmcakiet.html" nodeid="2273"&gt;@Saurabh Kumar&lt;/A&gt; You need to add "/solr" to the end of  your zookeeper host:port like this (you probably only need to list one of the zookeepers for the command)&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;./zkcli.sh -cmd upconfig -confdir /opt/lucidworks-hdpsearch/solr/server/solr/configsets/data_driven_schema_configs_hdfs/conf -confname labs -z m1.hdp22:2181/solr&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;That command will upload the conf directory. I'd also suggest trying the list command ("-cmd list") to see what's in zookeeper. It has been a ehwhile since I have used it and I can't try it at the moment.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 18:24:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Solr-config-with-zookeeper-giving-an-error-when-creating/m-p/135488#M35077</guid>
      <dc:creator>james_jones</dc:creator>
      <dc:date>2016-07-20T18:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Solr config with zookeeper giving an error when creating collection.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Solr-config-with-zookeeper-giving-an-error-when-creating/m-p/135489#M35078</link>
      <description>&lt;P&gt;I may have been wrong about adding "/solr" to your zookeepers. I know I had to do that somewhere, but I guess it was when starting solr from the commandline without the "bin/solr start" command. &lt;/P&gt;&lt;P&gt;So, you can re-upload your config directory to a configset named "lab". It will create or overwrite the current configset (which is just a ZK directory of your conf directory). The default configset name is the same as your collection. T&lt;/P&gt;&lt;PRE&gt;./zkcli.sh -zkhost localhost:2181 -cmd upconfig -confdir /opt/lucidworks-hdpsearch/solr/server/solr/configsets/data_driven_schema_configs_hdfs/conf -confname lab&lt;/PRE&gt;&lt;P&gt;If your configset is called testcoll, then do this to show the contents of the solrconfig.xml in zookeeper:&lt;/P&gt;&lt;PRE&gt;./zkcli.sh -zkhost localhost:2181 -cmd get /configs/lab/solrconfig.xml&lt;/PRE&gt;&lt;P&gt;I recommend running the list command which will dump everything in zookeeper, not just listing files but will print the contents of the files. That's a bit too much, so just pipe it to "less" and then search for your collection name as you would with vi (with / and ? to search). Then you'll see the path to your configs.&lt;/P&gt;&lt;PRE&gt;./zkcli.sh -zkhost localhost:2181 -cmd list |less&lt;/PRE&gt;&lt;P&gt;you will see something like this (my collection is called testcoll in this example):&lt;/P&gt;&lt;PRE&gt;   /configs/testcoll/solrconfig.xml (0)
   DATA: ...supressed...
   /configs/testcoll/lang (38)
    /configs/testcoll/lang/contractions_ga.txt (0)
    DATA: ...supressed...
    /configs/testcoll/lang/stopwords_hi.txt (0)
    DATA: ...supressed...
    /configs/testcoll/lang/stopwords_eu.txt (0)
    DATA: ...supressed...
    /configs/testcoll/lang/stopwords_sv.txt (0)
    DATA: ...supressed...
    /configs/testcoll/lang/contractions_it.txt (0)&lt;/PRE&gt;&lt;P&gt;I hope that helps.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 20:06:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Solr-config-with-zookeeper-giving-an-error-when-creating/m-p/135489#M35078</guid>
      <dc:creator>james_jones</dc:creator>
      <dc:date>2016-07-20T20:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: Solr config with zookeeper giving an error when creating collection.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Solr-config-with-zookeeper-giving-an-error-when-creating/m-p/135490#M35079</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2229/jamesjones.html" nodeid="2229"&gt;@james.jones&lt;/A&gt; Thanks a lot. It helped me a lot. I have successfully pushed current config to zookeeper. &lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2016 14:16:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Solr-config-with-zookeeper-giving-an-error-when-creating/m-p/135490#M35079</guid>
      <dc:creator>SK1</dc:creator>
      <dc:date>2016-07-21T14:16:30Z</dc:date>
    </item>
  </channel>
</rss>

