Member since
06-05-2018
1
Post
0
Kudos Received
0
Solutions
06-14-2018
08:37 AM
Unfortunately, the version of Solr in Cloudera 5.x does not support that. You can write a Spark app to index a batch of org.apache.solr.common.SolrInputDocument objects into org.apache.solr.client.solrj.impl.CloudSolrServer.
... View more