Re: Issues with import from 0.92 into 0.98

2015-05-27 Thread apache
So more experimentation over the long weekend on this. If I load sample data into the new cluster table manually through the shell, column filters work as expected. Obviously not a solution to the problem. Anyone have any ideas or things I should be looking at? The regionserver logs show

Re: Issues with import from 0.92 into 0.98

2015-05-27 Thread apache
On Wed, May 27, 2015, at 01:54 PM, Dave Latham wrote: It looks like the hbase shell (beginning with 0.96) parses column names as FAMILY:QUALIFIER[:FORMATTER] due to work from HBASE-6592. As a result, the shell basically doesn't support specifying any columns (for gets/puts/scans/etc) that

Re: Issues with import from 0.92 into 0.98

2015-05-27 Thread apache
On Wed, May 27, 2015, at 11:41 AM, Nick Dimiduk wrote: Scanning without the column filter produces data? The content table on the new cluster has the same column family names ('x', in your example above)? Yes, if I scan without a column filter (and I should probably try some other filters

Re: Issues with import from 0.92 into 0.98

2015-05-27 Thread apache
On Wed, May 27, 2015, at 11:35 AM, Dave Latham wrote: Sounds like quite a puzzle. You mentioned that you can read data written through manual Puts from the shell - but not data from the Import. There must be something different about the data itself once it's in the table. Can you compare

Issues with import from 0.92 into 0.98

2015-05-24 Thread apache
Hello all- I'm hoping someone can point me in the right direction as I've exhausted all my knowledge and abilities on the topic... I've inherited an old, poorly configured and brittle CDH4 cluster running HBase 0.92. I'm attempting to migrate the data to a new Ambari cluster running HBase 0.98.