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

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

There is a newer version: 1.1.0
Show newest version
{
  "type": "record",
  "name": "TestIncrement",
  "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" } }
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy