Hi,

I have the following queries on the relationship def.

In the below example what "name" means..

eg. we have *columns* as name in hbase_column_family type and what
cardinality means here.?

In my understanding hbase_column type attribute should be of set
type.. which is not what is here..

{
    "name": "hbase_column_family_columns",
    "typeVersion": "1.0",
    "relationshipCategory": "COMPOSITION",
    "endDef1": {
        "type": "hbase_column_family",
        "name": "columns",
        "isContainer": true,
        "cardinality": "SET",
        "isLegacyAttribute": true
    },
    "endDef2": {
        "type": "hbase_column",
        "name": "column_family",
        "isContainer": false,
        "cardinality": "SINGLE",
        "isLegacyAttribute": true
    },
    "propagateTags": "NONE"
}



-- 
Thanks & Regards,
Anshu Shukla

Reply via email to