When i try to load csv file it doesnt show any error and output of my query.
This is my query whats wrong in this query plz teel me i am begginer in druid
{
“type” : “index_hadoop”,
“spec” : {
“ioConfig” : {
“type” : “hadoop”,
“inputSpec” : {
“type” : “static”,
“paths” : “quickstart/newcarpurchaseinquiries_fullarchiveon28032018.csv”
}
},
“dataSchema” : {
“dataSource” : “newcarpurchaseinquiries_fullarchiveon28032018”,
“granularitySpec” : {
“type” : “uniform”,
“segmentGranularity” : “day”,
“queryGranularity” : “none”,
“intervals” : [“2010-10-01/2018-10-02”]
},
“parser” : {
“type” : “hadoopyString”,
“parseSpec”: {
“format” : “csv”,
“timestampSpec” : {
“column” : “ReqDateTimeDatePart”
},
“columns” : [“ReqDateTimeDatePart”,“id”,“CustomerId”,“CarVersionId”,“Color”,“NoOfCars”,“BuyTime”,“Comments”,“RequestDateTime”,“IsApproved”,“IsFake”,“StatusId”,"IsF$
“dimensionsSpec” : {
“dimensions” : [“id”,“CustomerId”,“CarVersionId”,“Color”,“NoOfCars”,“BuyTime”,“Comments”,“RequestDateTime”,“IsApproved”,“IsFake”,“StatusId”,“IsForwarded”,"IsReje$
}
}
},
“metricsSpec” : [
{
“name” : “count”,
“type” : “count”
}
]
},
“tuningConfig” : {
“type” : “hadoop”,
“partitionsSpec” : {
“type” : “hashed”,
“targetPartitionSize” : 5000000
},
“jobProperties” : {}
}
}
}