rujia created RANGER-2877:
-----------------------------
Summary: ElasticSearch-Plugin throws NullPointException when the
type of request is 'PutMappingRequest'
Key: RANGER-2877
URL: https://issues.apache.org/jira/browse/RANGER-2877
Project: Ranger
Issue Type: Bug
Components: plugins
Affects Versions: 2.0.0
Reporter: rujia
*request*: curl -XPUT --tlsv1.2 --negotiate -k -u :
'[https://xxxxx:xxx/graphbase0624_age_index1/_mapping/age_index1?include_type_name=true&pretty'|https://10.244.224.123:24100/graphbase0624_age_index1/_mapping/age_index1?include_type_name=true&pretty%27]
-H 'Content-Type:application/json' -d
'\{"mapping":{"properties":{"age":"text"}}}'
then ES will print NullPointException in it's log file, and the request will
fail
--
This message was sent by Atlassian Jira
(v8.3.4#803005)