Skip to content

Instantly share code, notes, and snippets.

@Chaffelson
Created June 10, 2017 20:45
Show Gist options
  • Save Chaffelson/5b757ee6db17f5a0947facf530a4d429 to your computer and use it in GitHub Desktop.
Save Chaffelson/5b757ee6db17f5a0947facf530a4d429 to your computer and use it in GitHub Desktop.
{
"type" : "record",
"namespace" : "hortonworks.hdp.refapp.trucking",
"name" : "truckspeedevent",
"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" : "speed" , "type" : "int"}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment