Re: Solr: IndexNotFoundException: no segments* file HdfsDirectoryFactory

2015-01-08 Thread praneethvarma
I've missed Norgorn's reply above. But in the past and also as suggested
above, I think the following lock type solved the problem for me.

${solr.lock.type:hdfs} in your indexConfig in
solrconfig.xml



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-IndexNotFoundException-no-segments-file-HdfsDirectoryFactory-tp4138737p4178098.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Solr: IndexNotFoundException: no segments* file HdfsDirectoryFactory

2015-01-08 Thread xinwu
Hi,did you solve this problem?
I met the same problem when I setted up solr+hdfs.



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-IndexNotFoundException-no-segments-file-HdfsDirectoryFactory-tp4138737p4178034.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Solr: IndexNotFoundException: no segments* file HdfsDirectoryFactory

2014-11-13 Thread Norgorn
Yes, it's late, but I've faced same problem and this question is the only one
relevant to the problem in Google results, so, hope it'll help s1.

For me, adding this two strings to solrconfig solved the problem

${solr.data.dir:hdfs://192.168.22.11:9001/solr}
true

In docs it's siad, that there is no need to set data.dir in Cloud mode, but
- well, mb I'm doing sommething wrong, but my SolrCloud works well now.
Index is in hdfs (local folder is empty) and search querries works fine.

Othe hdfs-relative strings for me are:

${solr.lock.type:hdfs}

  
  hdfs://192.168.0.1:9000/solr
  true
  1
  true
  16384
  true
  true
  true
  16
  192
   



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-IndexNotFoundException-no-segments-file-HdfsDirectoryFactory-tp4138737p4169036.html
Sent from the Solr - User mailing list archive at Nabble.com.