Hi,
I've parquet files. I want to ingest them into Elasticsearch. Please respond with the possible solutions.
I've tried with elasticsearch_loader ( https://github.com/moshe/elasticsearch_loader ) but unable to write the data into elasticsearch.
elasticsearch_loader :
Load parquet to elasticsearch using elasticsearch_loader
elasticsearch_loader --index incidents --type incident parquet file1.parquet
Thanks in advance!!
--Shivakumar