Hey, I seem to have encountered this problem too, not very sure, the following is some information on overlord, can anyone tell me how to solve it?
(I am doing ingesting data from local, curl -X ‘POST’ -H ‘Content-Type:application/json’ -d @wikiticker-index.json my_overlord_ip:8090/druid/indexer/v1/task)
payload:
{“task”:“index_wikipedia_2019-01-03T02:08:53.359Z”,“payload”:{“type”:“index”,“id”:“index_wikipedia_2019-01-03T02:08:53.359Z”,“resource”:{“availabilityGroup”:“index_wikipedia_2019-01-03T02:08:53.359Z”,“requiredCapacity”:1},“spec”:{“dataSchema”:{“dataSource”:“wikipedia”,“parser”:{“type”:“string”,“parseSpec”:{“format”:“json”,“dimensionsSpec”:{“dimensions”:[“channel”,“cityName”,“comment”,“countryIsoCode”,“countryName”,“isAnonymous”,“isMinor”,“isNew”,“isRobot”,“isUnpatrolled”,“metroCode”,“namespace”,“page”,“regionIsoCode”,“regionName”,“user”,{“name”:“added”,“type”:“long”},{“name”:“deleted”,“type”:“long”},{“name”:“delta”,“type”:“long”}]},“timestampSpec”:{“column”:“time”,“format”:“iso”}}},“metricsSpec”:,“granularitySpec”:{“type”:“uniform”,“segmentGranularity”:“DAY”,“queryGranularity”:{“type”:“none”},“rollup”:false,“intervals”:[“2015-09-12T00:00:00.000Z/2015-09-13T00:00:00.000Z”]},“transformSpec”:{“filter”:null,“transforms”:}},“ioConfig”:{“type”:“index”,“firehose”:{“type”:“local”,“baseDir”:"/home/druid/druid-0.13.0/quickstart/tutorial",“filter”:“wikiticker-2015-09-12-sampled.json.gz”,“parser”:null},“appendToExisting”:false},“tuningConfig”:{“type”:“index”,“targetPartitionSize”:5000000,“maxRowsInMemory”:25000,“maxBytesInMemory”:0,“maxTotalRows”:null,“numShards”:null,“partitionDimensions”:,“indexSpec”:{“bitmap”:{“type”:“concise”},“dimensionCompression”:“lz4”,“metricCompression”:“lz4”,“longEncoding”:“longs”},“maxPendingPersists”:0,“buildV9Directly”:true,“forceExtendableShardSpecs”:true,“forceGuaranteedRollup”:false,“reportParseExceptions”:false,“pushTimeout”:0,“segmentWriteOutMediumFactory”:null,“logParseExceptions”:false,“maxParseExceptions”:2147483647,“maxSavedParseExceptions”:0}},“context”:{},“groupId”:“index_wikipedia_2019-01-03T02:08:53.359Z”,“dataSource”:“wikipedia”}}
``
status:
{“task”:“index_wikipedia_2019-01-03T02:08:53.359Z”,“status”:{“id”:“index_wikipedia_2019-01-03T02:08:53.359Z”,“type”:“index”,“createdTime”:“2019-01-03T02:08:53.371Z”,“queueInsertionTime”:“1970-01-01T00:00:00.000Z”,“statusCode”:“FAILED”,“status”:“FAILED”,“runnerStatusCode”:“WAITING”,“duration”:4254,“location”:{“host”:null,“port”:-1,“tlsPort”:-1},“dataSource”:“wikipedia”,“errorMsg”:null}}
``
log (all):
No log was found for this task. The task may not exist, or it may not have begun running yet.
``
在 2017年9月21日星期四 UTC+8下午6:45:19,Rodrigues da Silva写道: