Hi Team, Need help below data modelling in HBase.
We have nested structure trying to model in HBASE. The problem I am facing is HBase support one level nested entity and my data has multiple inner level nested entity. Need guidance how to model in HBASE We have below data in hive table and storage format is parquet. Need to model to hbase for query performance improvment Below is the sample data *********************** PIN BigInteger TrendedData Trended: <Array<Struct<colname:value,colname:value>,email address:array<struct<colname:value,colname:value>,camp:array<struct<colname:value,colname:value>>>> Thanks and Regards, Somnath Thanks and Regards, Somnath
