Skip to content

Instantly share code, notes, and snippets.

@Chaffelson
Created June 10, 2017 20:46
Show Gist options
  • Save Chaffelson/2b7801007f65a10b13cf5690b6921eb6 to your computer and use it in GitHub Desktop.
Save Chaffelson/2b7801007f65a10b13cf5690b6921eb6 to your computer and use it in GitHub Desktop.
{
"type" : "record",
"namespace" : "hortonworks.hdp.refapp.trucking",
"name" : "truckgeoevent",
"fields" : [
{ "name" : "eventTime" , "type" : "string" },
{ "name" : "eventSource" , "type" : "string" },
{ "name" : "truckId" , "type" : "int" },
{ "name" : "driverId" , "type" : "int"},
{ "name" : "driverName" , "type" : "string"},
{ "name" : "routeId" , "type" : "int"},
{ "name" : "route" , "type" : "string"},
{ "name" : "eventType" , "type" : "string"},
{ "name" : "latitude" , "type" : "double"},
{ "name" : "longitude" , "type" : "double"},
{ "name" : "correlationId" , "type" : "long"}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment