Created
June 10, 2017 20:46
-
-
Save Chaffelson/2b7801007f65a10b13cf5690b6921eb6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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