On 10/12/2017 2:04 AM, István wrote:
The question is not about Hue but about why file_path is in the schema for
HDFS files when using search-mr. I am wondering what is the standard way of
indexing files on HDFS.

The error in your original post indicates that at least one document in the update request contains a "file_path" field, but the active schema on the Solr index does NOT have that field, so Solr is not able to handle the indexing request.

It appears that you are using Cloudera software to do the indexing.  If you cannot tell why the indexing requests have that field, then you will need to talk to Cloudera about how their software works.

One idea that might work is to add the file_path field to your schema with a correct type so the indexing requests that are being sent will be handled correctly.

Thanks,
Shawn

Reply via email to