Adding hoodie-hadoop-mr module to add HoodieInputFormat
This commit is contained in:
17
hoodie-hadoop-mr/src/test/resources/sample1.avro
Normal file
17
hoodie-hadoop-mr/src/test/resources/sample1.avro
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type" : "record",
|
||||
"name" : "testRecord",
|
||||
"fields" : [ {
|
||||
"name" : "field1",
|
||||
"type" : "string"
|
||||
}, {
|
||||
"name" : "field2",
|
||||
"type" : "string"
|
||||
}, {
|
||||
"name" : "_hoodie_commit_time",
|
||||
"type" : "string"
|
||||
}, {
|
||||
"name" : "_hoodie_commit_seqno",
|
||||
"type" : "string"
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user