Hello All,
I am trying to load 30 millions records in druid from csv file. The indexing tasks are getting started but getting failed in between and no data source is getting created.
Below is my tuningconfig
“tuningConfig”: {
“forceExtendableShardSpecs”: false,
“type”: “index”,
“maxTotalRows” : “35000000”
Let me know how to make this task successfull.
Thanks,
Ashish