All Downloads are FREE. Search and download functionalities are using the official Maven repository.

example-models.UserActionsModel2.avsc Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
{
  "type": "record",
  "name": "UserActionsModel2",
  "namespace": "org.kitesdk.data.hbase.avro.example",
  "tables": ["kite_example_user_profiles"],
  "fields": [
    {
      "name": "lastName",
      "type": "string",
      "mapping": { "type": "key", "value": "0" }
    },

    {
      "name": "firstName",
      "type": "string",
      "mapping": { "type": "key", "value": "1" }
    },

    {
      "name": "actions",
      "type": { "type": "map", "values": "string" },
      "mapping": { "type": "keyAsColumn", "value": "actions:" }
    }
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy