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

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

There is a newer version: 1.1.0
Show newest version
{
  "type": "record",
  "name": "OtherTestRecord",
  "namespace": "org.kitesdk.data.hbase.avro.entities",

  "partitions": [
    { "type": "identity", "source": "keyPart1" },
    { "type": "identity", "source": "keyPart2" },
    { "type": "identity", "source": "keyPart3" }
  ],

  "fields": [
    { "name": "keyPart1", "type": "string", "mapping": { "type": "column", "value": "meta:part1" } },
    { "name": "keyPart2", "type": "string", "mapping": { "type": "column", "value": "meta:part2" } },
    { "name": "keyPart3", "type": "string", "mapping": { "type": "column", "value": "meta:part3" } },
    { "name": "field", "type": "string", "mapping":
      { "type": "column", "value": "meta:otherfield" }
    }
  ]
}

  




© 2015 - 2024 Weber Informatics LLC | Privacy Policy