Update getting-started.md

This commit is contained in:
Mars Lan 2017-09-05 14:56:04 -07:00 committed by GitHub
parent 2d8076746a
commit ab4205731a

View File

@ -98,9 +98,9 @@ Run the following command to create `flow_job` nested object mappings.
"is_first": { "type": "string" },
"is_last": { "type": "string" },
"job_type_id": { "type": "short" },
"app_id": { "type": "short" },
"flow_id": { "type": "long" },
"job_id": { "type": "long" }
"app_id": { "type": "short" },
"flow_id": { "type": "long" },
"job_id": { "type": "long" }
}
}
}