mirror of https://github.com/apache/druid.git
fix breakage in batch ingestion schema
This commit is contained in:
parent
5c2bfef2e0
commit
d9c9190e2f
|
@ -83,7 +83,7 @@ The interval is the [ISO8601 interval](http://en.wikipedia.org/wiki/ISO_8601#Tim
|
||||||
"type": "hashed"
|
"type": "hashed"
|
||||||
"targetPartitionSize": 5000000
|
"targetPartitionSize": 5000000
|
||||||
},
|
},
|
||||||
"metadataUpdateSpec": {
|
"updaterJobSpec": {
|
||||||
"type": "db",
|
"type": "db",
|
||||||
"connectURI": "jdbc:mysql:\/\/localhost:7980\/test_db",
|
"connectURI": "jdbc:mysql:\/\/localhost:7980\/test_db",
|
||||||
"user": "username",
|
"user": "username",
|
||||||
|
|
Loading…
Reference in New Issue