-
Notifications
You must be signed in to change notification settings - Fork 999
Open
Description
elasticsearch-hadoop 6.0.0
Hive External Table Seting One:
'es.mapping.join'='my_join_field' #my_join_field type map<string,string>
es.mapping.routing not set
Prompt mistakes when writing table
"Field [my_join_field] needs to be a primitive; found [map<string,string>]"
Hive External Table Seting Two:
'es.mapping.join'='my_join_field' #my_join_field type map<string,string>
'es.mapping.routing'='<4>' #Specify the constant Or field
Prompt OK when writing table。
And this is not in conformity with the
"- Added a chained field extractor that checks for routing first, and if
a routing has not been set, will search for the join field's parent id. "