Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

go_live - format version not supported

avatar

I have a data flow which uses the MR Morphline JAR. The index creation seems to work fine (the MR job itself reports success), but uploading the new indices (the go_live option) throws an Exception. In the Solr logs, I get the following messages:

 

15:26:09ERRORCoreAdminHandlerERROR executing merge:
15:26:09ERRORSolrCoreorg.apache.lucene.index.IndexFormatTooNewException: Format version is not supported (resource: _2.nv...
15:26:09ERRORSolrDispatchFilternull:org.apache.lucene.index.IndexFormatTooNewException: Format version is not supported (resource: ...

 

I've looked about a bit, but I can't seem to find any indication of what might cause this. Is it a problem with my collection configuration?

1 ACCEPTED SOLUTION

avatar
Super Collaborator
Looks like your solr version might be older than what we ship with Cloudera Search. I recommend upgrading to search-1.0.0.

Wolfgang.

View solution in original post

4 REPLIES 4

avatar
Super Collaborator
Can you try using --reducers=0 and let us know if the error remains?

avatar

Sorry Wolfgang, I tried running with --reducers=0, but the problem remains: Format version not supported. 

avatar
Super Collaborator
Looks like your solr version might be older than what we ship with Cloudera Search. I recommend upgrading to search-1.0.0.

Wolfgang.

avatar

Just to follow-up, this was my bad: the client had solr-mapreduce from the release yum repo (version 1.0), while the cluster was still on the beta (0.9.3). Once I downgraded my client the merge worked fine.