This is the first time i am trying out druid. Looks very promising, but running into some teething issues. I hope you can help .
I have ingested some files using batch mode ( non-hadoop). The ingestion was successful as seen in the overlord console and also checked the ingestion log .
SegmentInsertAction{segments=[DataSegment{size=120158798, shardSpec=No
neShardSpec, metrics=[m1,m2.m3,m4,m5], dimensions=[a,b,c,d,e,f,g,h,i,j], version='2016-04-06T05:33:36.716Z', loadSpec={type=local
, path=/druid/storage/pos_big/2016-02-18T00:00:00.000Z_2016-02-19T00:00:00.000Z/2016-04-06T05:33:36.716Z/0/index.zip}, interval=2016-02-18T00:00:00.000Z/2016-02
-19T00:00:00.000Z, dataSource='pos_big', binaryVersion='9'}]}
......
2016-04-06T06:03:03,997 INFO [task-runner-0] io.druid.indexing.worker.executor.ExecutorLifecycle - Task completed with status: {
"id" : "index_pos_big_2016-04-06T05:33:36.716Z",
"status" : "SUCCESS",
"duration" : 1761899
}
I looked at the storage directories and they do have the files split for each date. However, when i query the data it does not show the new data loaded. I restarted druid but no luck. Is there any metadata update i need to do or check?
Thanks for your help
Giri