diff options
Diffstat (limited to 'testSchemaFiles/recommendation_app_cip.json')
| -rw-r--r-- | testSchemaFiles/recommendation_app_cip.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/testSchemaFiles/recommendation_app_cip.json b/testSchemaFiles/recommendation_app_cip.json new file mode 100644 index 0000000..8d815ea --- /dev/null +++ b/testSchemaFiles/recommendation_app_cip.json @@ -0,0 +1,27 @@ +{ + "type": "record", + "name": "recommendation_app_cip", + "namespace": "tsg_galaxy", + "fields": [ + { + "name": "ROWKEY", + "label": "Row Key", + "type": "string" + }, + { + "name": "app_label", + "label": "APP Label", + "type": "string" + }, + { + "name": "last_update_time", + "label": "Last Update Time", + "type": "long" + }, + { + "name": "client_ip_list", + "label": "Client IP List", + "type": "string" + } + ] +}
\ No newline at end of file |
