bitsondatadev / trino-getting-started

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

elasticsearch.exceptions.RequestError: RequestError(400, 'mapper_parsing_exception'

pratik4891 opened this issue · comments

While executing the code getting below error -

elasticsearch.exceptions.RequestError: RequestError(400, 'mapper_parsing_exception', 'Root mapping definition has unsupported parameters: [table : {properties={schema={analyzer=simple, type=text, fields={raw={type=keyword}}}, cluster={analyzer=simple, type=text, fields={raw={type=keyword}}}, description={analyzer=simple, type=text}, display_name={type=keyword}, column_descriptions={analyzer=simple, type=text}, programmatic_descriptions={analyzer=simple, type=text}, tags={type=keyword}, badges={type=keyword}, database={analyzer=simple, type=text, fields={raw={type=keyword}}}, total_usage={type=long}, name={analyzer=simple, type=text, fields={raw={type=keyword}}}, last_updated_timestamp={format=epoch_second, type=date}, unique_usage={type=long}, column_names={analyzer=simple, type=text, fields={raw={normalizer=column_names_normalizer, type=keyword}}}, key={type=keyword}}}]')
ERROR:neo4j:Failed to write data to connection IPv4Address(('localhost', 7687)) (IPv4Address(('127.0.0.1', 7687)))

@pratik4891, sorry for the super late reply. I'm going to close for now, if this still affects you, please reopen and let me know what version of elasticsearch and Trino you are using.