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

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

There is a newer version: 1.1.0
Show newest version
{
  "type": "record",
  "name": "SubRecord2",
  "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_2" } },
    
    { "name": "keyPart2", "type": "string", "mapping": { "type": "column", "value": "meta:part2_2" } },

    { "name": "field1", "type": "string", "mapping": 
      { "type": "column", "value": "meta:subrecord2_1" }
    },

    { "name": "field2", "type": "string", "mapping":
      { "type": "column", "value": "meta:subrecord2_2" }
    }
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy