Home | About | Sematext search-lucene.com search-hadoop.com
 Search Lucene and all its subprojects:

Switch to Threaded View
Solr, mail # user - fixed schema problems, now running out of memory?


Copy link to this message
-
fixed schema problems, now running out of memory?
Fred Zimmerman 2011-10-26, 15:09
It's a small indexing job coming from nutch.

2011-10-26 15:07:29,039 WARN  mapred.LocalJobRunner - job_local_0011
java.io.IOException: org.apache.solr.client.solrj.SolrServerException: Error
executi$
        at
org.apache.nutch.indexer.solr.SolrDeleteDuplicates$SolrInputFormat.getRec$
        at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:338)
        at org.apache.hadoop.mapred.MapTask.run(MapTask.java:307)
        at
org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:177)
Caused by: org.apache.solr.client.solrj.SolrServerException: Error executing
query
        at
org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.ja$
        at
org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:118)
        at
org.apache.nutch.indexer.solr.SolrDeleteDuplicates$SolrInputFormat.getRec$
        ... 3 more
Caused by: org.apache.solr.common.SolrException: Java heap space
 java.lang.OutOfMem$

Java heap space  java.lang.OutOfMemoryError: Java heap space    at
org.apache.lucene$

request: localhost/solr/select?q=id:[* TO *]&fl=id,boost,tstamp,$
        at
org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHt$
        at
org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHt$
        at
org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.ja$
        ... 5 more