Created on 09-13-2015 10:47 PM - edited 09-16-2022 02:40 AM
Hi Team,
I am indexing Json Documents into cloudera search using morphline.
When I view the documents using cloudera hue dashboard, I see 'u' character before every value of multivalued field. For example, as shown below every value has extra 'u' char for multivalued field "offices":
offices
[u'New york',u'New Delhi',u'Paris']
[u'']
[u'Mumbai']
[u'New Delhi']
[u'Chicago']
Schema.xml entry
<field name="offices" type="text_general" multiValued="true"/>
Is there a way to get rid of this 'u' character. It is not there in the data as well as I do not see it in apache solr UI.
I am using Hue-3.7.0 with cloudera CDH-5.4.5
cat /opt/cloudera/parcels/CDH-5.4.5-1.cdh5.4.5.p0.7/lib/hue/VERSION |grep -i version=
VERSION="3.7.0"
Regards,
-Sanjay
Created 09-22-2015 01:43 PM
Created 09-14-2015 10:24 AM
Created 09-15-2015 03:33 AM
No I do see the "u" character in Apache solr native UI as shown below :
However in hue it shows extrac char "u" as shown below :
Regards,
-Sanjay
Created 09-18-2015 09:06 AM
Any updates on this Romain ?
One correction in above comment text
"No I do not see the "u" character in Apache solr native UI"
Created 09-22-2015 01:43 PM