Loading csv hdfs to ES

I am trying to load cvs files that are in HDFS into ElasticSearch, can someone please guide me the best way to accomplish this task

hdfs cvs files: /user/xxxxx/mpc.db/
ES: http:elasticsearch.pulse.prod:9200

If you are already running a full Hadoop deployment (HDFS and Yarn) you could very easily load the CSV data into Elasticsearch using a simple Spark job

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.