1
0

Adding hoodie-hadoop-mr module to add HoodieInputFormat

This commit is contained in:
Prasanna Rajaperumal
2016-12-16 19:29:53 -08:00
parent 8e80c8d2ea
commit 61200b1207
7 changed files with 806 additions and 6 deletions

View 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"
}]
}