<?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: problem of creating solr collection of cloudera search in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/problem-of-creating-solr-collection-of-cloudera-search/m-p/1665#M265</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems like it is timing out for some reason. &amp;nbsp;Can you try the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- First make sure that you can go to the Solr Admin UI on one host:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;http://&amp;lt;hostname&amp;gt;:8983/solr/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Once you confirmed that UI works. &amp;nbsp;Then try:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;solrctl --solr http://&amp;lt;hostname&amp;gt;:8983/solr collection --create collection1 -s 2&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If that works, then it seems whichever Solr instance solrctl is getting from ZK is having an issue. &amp;nbsp;Perhaps check each UI to see if any aren't working or restart them all and try again?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;</description>
    <pubDate>Thu, 19 Sep 2013 14:34:44 GMT</pubDate>
    <dc:creator>cconner</dc:creator>
    <dc:date>2013-09-19T14:34:44Z</dc:date>
    <item>
      <title>problem of creating solr collection of cloudera search</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/problem-of-creating-solr-collection-of-cloudera-search/m-p/1661#M264</link>
      <description>&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;I am testing CDH 4.4 on cluster with 25 nodes, already installed cloudera search, I have running solr servers correctly&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;but have problem with adding collections, I generated a skeleton of the instance directory:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[solr@hadoop ~]$ solrctl instancedir --list&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;collection1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;after that creating collection gives an error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[solr@hadoop ~]$ solrctl collection --create collection1 -s 2&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Error: A call to SolrCloud WEB APIs failed: HTTP/1.1 500 Internal Server Error&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Server: Apache-Coyote/1.1&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Content-Type: application/xml;charset=UTF-8&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Transfer-Encoding: chunked&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Date: Thu, 19 Sep 2013 12:47:50 GMT&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Connection: close&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;response&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;lst name="responseHeader"&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;lt;int name="status"&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;500&amp;lt;/int&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;lt;int name="QTime"&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;60012&amp;lt;/int&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;lt;/lst&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;lt;lst name="error"&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;lt;str name="msg"&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;createcollection the collection time out:60s&amp;lt;/str&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;lt;str name="trace"&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;org.apache.solr.common.SolrException: createcollection the collection time out:60s&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;at org.apache.solr.handler.admin.CollectionsHandler.handleResponse(CollectionsHandler.java:175)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;at org.apache.solr.handler.admin.CollectionsHandler.handleResponse(CollectionsHandler.java:156)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;at org.apache.solr.handler.admin.CollectionsHandler.handleCreateAction(CollectionsHandler.java:290)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;at org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:112)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;at org.apache.solr.servlet.SolrDispatchFilter.handleAdminRequest(SolrDispatchFilter.java:666)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:224)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:164)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;at org.apache.solr.servlet.SolrHadoopAuthenticationFilter.doFilter(SolrHadoopAuthenticationFilter.java:131)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:602)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;at java.lang.Thread.run(Thread.java:662)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;lt;/str&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;lt;int name="code"&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;500&amp;lt;/int&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;lt;/lst&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;/response&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;have some idea?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;thank you anyway&amp;nbsp;&lt;IMG id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.cloudera.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 08:48:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/problem-of-creating-solr-collection-of-cloudera-search/m-p/1661#M264</guid>
      <dc:creator>shota</dc:creator>
      <dc:date>2022-09-16T08:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: problem of creating solr collection of cloudera search</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/problem-of-creating-solr-collection-of-cloudera-search/m-p/1665#M265</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems like it is timing out for some reason. &amp;nbsp;Can you try the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- First make sure that you can go to the Solr Admin UI on one host:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;http://&amp;lt;hostname&amp;gt;:8983/solr/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Once you confirmed that UI works. &amp;nbsp;Then try:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;solrctl --solr http://&amp;lt;hostname&amp;gt;:8983/solr collection --create collection1 -s 2&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If that works, then it seems whichever Solr instance solrctl is getting from ZK is having an issue. &amp;nbsp;Perhaps check each UI to see if any aren't working or restart them all and try again?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2013 14:34:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/problem-of-creating-solr-collection-of-cloudera-search/m-p/1665#M265</guid>
      <dc:creator>cconner</dc:creator>
      <dc:date>2013-09-19T14:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: problem of creating solr collection of cloudera search</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/problem-of-creating-solr-collection-of-cloudera-search/m-p/1695#M266</link>
      <description>Hi cconner thank you for reply&lt;BR /&gt;yes solr admin UI works and I tried restart service, but same error:&lt;BR /&gt;&lt;BR /&gt;[solr@hadoop ~]$ solrctl --solr &lt;A href="http://some.host:8983/solr" target="_blank"&gt;http://some.host:8983/solr&lt;/A&gt; collection --create collection1 -s 2&lt;BR /&gt;Error: A call to SolrCloud WEB APIs failed: HTTP/1.1 500 Internal Server Error&lt;BR /&gt;Server: Apache-Coyote/1.1&lt;BR /&gt;Content-Type: application/xml;charset=UTF-8&lt;BR /&gt;Transfer-Encoding: chunked&lt;BR /&gt;Date: Fri, 20 Sep 2013 06:47:15 GMT&lt;BR /&gt;Connection: close&lt;BR /&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;BR /&gt;&amp;lt;response&amp;gt;&lt;BR /&gt;&amp;lt;lst name="responseHeader"&amp;gt;&lt;BR /&gt;&amp;lt;int name="status"&amp;gt;&lt;BR /&gt;500&amp;lt;/int&amp;gt;&lt;BR /&gt;&amp;lt;int name="QTime"&amp;gt;&lt;BR /&gt;60022&amp;lt;/int&amp;gt;&lt;BR /&gt;&amp;lt;/lst&amp;gt;&lt;BR /&gt;&amp;lt;lst name="error"&amp;gt;&lt;BR /&gt;&amp;lt;str name="msg"&amp;gt;&lt;BR /&gt;createcollection the collection time out:60s&amp;lt;/str&amp;gt;&lt;BR /&gt;&amp;lt;str name="trace"&amp;gt;&lt;BR /&gt;org.apache.solr.common.SolrException: createcollection the collection time out:60s&lt;BR /&gt;at org.apache.solr.handler.admin.CollectionsHandler.handleResponse(CollectionsHandler.java:175)&lt;BR /&gt;at org.apache.solr.handler.admin.CollectionsHandler.handleResponse(CollectionsHandler.java:156)........&lt;BR /&gt;...............................</description>
      <pubDate>Fri, 20 Sep 2013 07:07:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/problem-of-creating-solr-collection-of-cloudera-search/m-p/1695#M266</guid>
      <dc:creator>shota</dc:creator>
      <dc:date>2013-09-20T07:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: problem of creating solr collection of cloudera search</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/problem-of-creating-solr-collection-of-cloudera-search/m-p/1779#M267</link>
      <description>&lt;P&gt;Hi @shota&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is more of a check rather than a solution...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you using Cloudera Manager(CM) to manage the Solr service? If so, please make sure CM reports the Solr service as green and healthy.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have installed Solr through packages(without CM), make sure there is only one Solr service running, by issuing the service "sudo ps -elf | grep solr"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2013 20:45:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/problem-of-creating-solr-collection-of-cloudera-search/m-p/1779#M267</guid>
      <dc:creator>Vamsee</dc:creator>
      <dc:date>2013-09-24T20:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: problem of creating solr collection of cloudera search</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/problem-of-creating-solr-collection-of-cloudera-search/m-p/1785#M268</link>
      <description>&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;yes I am using Cloudera manager.&amp;nbsp;&lt;SPAN style="line-height: 14px;"&gt;I installed Solr using yum(CM uses yum for installing, as I know) and after that I added Solr service in the CM&amp;nbsp;&lt;/SPAN&gt;and it reports&amp;nbsp;&lt;SPAN style="line-height: 14px;"&gt;Solr service as green and healthy.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 14px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I can not find any solution &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2013 06:37:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/problem-of-creating-solr-collection-of-cloudera-search/m-p/1785#M268</guid>
      <dc:creator>shota</dc:creator>
      <dc:date>2013-09-25T06:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: problem of creating solr collection of cloudera search</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/problem-of-creating-solr-collection-of-cloudera-search/m-p/1797#M269</link>
      <description>&lt;P&gt;Hi @shota&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We will help you figure out the problem! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FYI, &amp;nbsp;if you are using CM; you needn't install any Solr packages manually. CM does the complete setup for you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From what i understand from your previous comment, you installed some solr packages manually and just to make sure we are on right setup, executing "$ ps -elf | grep solr" should result in listing only one solr process running in your system.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once you have confirmed this, you can try refreshing the entire service.. (Assuming you have no stored data in Solr)&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Stop the Solr service from CM&lt;/LI&gt;&lt;LI&gt;Restart the ZooKeeper service from CM&lt;/LI&gt;&lt;LI&gt;Issue this command "$ solrctl init --force"&lt;/LI&gt;&lt;LI&gt;Start the Solr service back from CM&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Now you can try creating some collections..&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Vamsee&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2013 18:15:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/problem-of-creating-solr-collection-of-cloudera-search/m-p/1797#M269</guid>
      <dc:creator>Vamsee</dc:creator>
      <dc:date>2013-09-25T18:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: problem of creating solr collection of cloudera search</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/problem-of-creating-solr-collection-of-cloudera-search/m-p/1815#M270</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/907"&gt;@Vamsee&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;@Hi &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/873"&gt;@shota&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We will help you figure out the problem! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FYI, &amp;nbsp;if you are using CM; you needn't install any Solr packages manually. CM does the complete setup for you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From what i understand from your previous comment, you installed some solr packages manually and just to make sure we are on right setup, executing "$ ps -elf | grep solr" should result in listing only one solr process running in your system.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once you have confirmed this, you can try refreshing the entire service.. (Assuming you have no stored data in Solr)&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Stop the Solr service from CM&lt;/LI&gt;&lt;LI&gt;Restart the ZooKeeper service from CM&lt;/LI&gt;&lt;LI&gt;Issue this command "$ solrctl init --force"&lt;/LI&gt;&lt;LI&gt;Start the Solr service back from CM&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Now you can try creating some collections..&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Vamsee&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;It works&amp;nbsp;&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.cloudera.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;thank you very much&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2013 07:29:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/problem-of-creating-solr-collection-of-cloudera-search/m-p/1815#M270</guid>
      <dc:creator>shota</dc:creator>
      <dc:date>2013-09-26T07:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: problem of creating solr collection of cloudera search</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/problem-of-creating-solr-collection-of-cloudera-search/m-p/2147#M271</link>
      <description>I am trying to install cloudera search in ubuntu 12.04 using&lt;BR /&gt;sudo apt-get install solr-server and not manager&lt;BR /&gt;&lt;BR /&gt;The CLI says there is no such package. I have gone through ur installation guide but donot understand why there is a problem.&lt;BR /&gt;&lt;BR /&gt;Kindly help.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sushant</description>
      <pubDate>Thu, 10 Oct 2013 05:05:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/problem-of-creating-solr-collection-of-cloudera-search/m-p/2147#M271</guid>
      <dc:creator>shan</dc:creator>
      <dc:date>2013-10-10T05:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: problem of creating solr collection of cloudera search</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/problem-of-creating-solr-collection-of-cloudera-search/m-p/2259#M272</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just to clarify, are you trying to do:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sudo apt-get install solr-server and not manager&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;or:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;sudo apt-get install solr-server&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Can you attach the contents of this file:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;/etc/apt/sources.list&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Chris&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2013 17:31:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/problem-of-creating-solr-collection-of-cloudera-search/m-p/2259#M272</guid>
      <dc:creator>cconner</dc:creator>
      <dc:date>2013-10-16T17:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: problem of creating solr collection of cloudera search</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/problem-of-creating-solr-collection-of-cloudera-search/m-p/22621#M273</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm facing the same issue, and the proposed solution did not work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When saving an index in hue search on a tab delimited file, in cloudera CDH 5 i get this error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="message"&gt;&lt;STRONG&gt;{"message": "Could not create instance directory. Check if [indexer] solr_zk_ensemble is correct in Hue config and look at the Solr error logs for more info.", "traceback": [], "detail": "None", "title": "Error"}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="message"&gt;Been searching for this everywhere, with no fix so far. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="message"&gt;Any help is appreciated. &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 class="message"&gt;Thanks, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="message"&gt;Ken. &lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Dec 2014 12:00:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/problem-of-creating-solr-collection-of-cloudera-search/m-p/22621#M273</guid>
      <dc:creator>Ken Vanderheyden</dc:creator>
      <dc:date>2014-12-12T12:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: problem of creating solr collection of cloudera search</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/problem-of-creating-solr-collection-of-cloudera-search/m-p/30565#M274</link>
      <description>&lt;P&gt;First, try to index only couple of records.&lt;/P&gt;&lt;P&gt;If that doesn't work then recheck the data values and data types used.&lt;/P&gt;&lt;P&gt;If it works then index the data in small batches ... I faced a similar issue if more than 200 records&amp;nbsp;are indexed.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Aug 2015 17:46:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/problem-of-creating-solr-collection-of-cloudera-search/m-p/30565#M274</guid>
      <dc:creator>SunSmiles</dc:creator>
      <dc:date>2015-08-06T17:46:07Z</dc:date>
    </item>
  </channel>
</rss>

