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

ite-data-hbase.1.0.0.source-code.BadSchemaOCCVersionAndCounter.avsc Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
{
  "type": "record",
  "name": "TestRecord",
  "namespace": "org.kitesdk.data.hbase.avro.entities",
  
  "partitions": [
    { "type": "identity", "source": "keyPart1" },
    { "type": "identity", "source": "keyPart2" }
  ],
  
  "fields": [

    { "name": "keyPart1", "type": "string", "mapping": { "type": "column", "value": "meta:part1" } },
    
    { "name": "keyPart2", "type": "string", "mapping": { "type": "column", "value": "meta:part2" } },

    { "name": "field1", "type": "long", "mapping": { "type": "counter", "value": "meta:field1" } },

    {
      "name": "version",
      "type": "long",
      "default": 0,
      "mapping": { "type": "occVersion" }
    }
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy