All,
We have an HBase job running correctly with data-integration and it is extracting data from HBase into our MYSQL tables. We now want to create another job that will extract from another HBase table that has the following column family with a composite key. The structure in hbase looks like
TQ:1401216565661:1 column=d:vut, timestamp=1401173398283, value=DATA1
column=r:1:lqgbfp, timestamp=1401173398283, value=VALUE1
So most of our data is on column family d and we can get to this by mapping using column family d but when we use the HBase data-integration job and set the column to r under the d we don't get any data back into MYSQL.
We have an HBase job running correctly with data-integration and it is extracting data from HBase into our MYSQL tables. We now want to create another job that will extract from another HBase table that has the following column family with a composite key. The structure in hbase looks like
TQ:1401216565661:1 column=d:vut, timestamp=1401173398283, value=DATA1
column=r:1:lqgbfp, timestamp=1401173398283, value=VALUE1
So most of our data is on column family d and we can get to this by mapping using column family d but when we use the HBase data-integration job and set the column to r under the d we don't get any data back into MYSQL.