Re: duplicated collumn name

2016-05-24 Thread Sergey Soldatov
Hi, Since the table was not properly created, the only reasonable solution is to delete it: delete from SYSTEM.CATALOG where TABLE_NAME='TABLE_20160511'; And in hbase shell disable 'TABLE_20160511' drop 'TABLE_20160511' Thanks, Sergey On Tue, May 24, 2016 at 2:04 AM, Tim Polach wrote: > Hi eve

phoenix on non-apache hbase

2016-05-24 Thread Koert Kuipers
hello all, i decided i wanted to give phoenix a try on our cdh 5.7.0 cluster. so i download phoenix, see that the master is already for hbase 1.2.0, change the hbase version to 1.2.0-cdh5.7.0, and tell maven to run tests make the package, expecting not much trouble. but i was wrong... plenty of c

duplicated collumn name

2016-05-24 Thread Tim Polach
Hi everyone, we found a problem when creating a table with duplicated collumn name, create was done but now the table cannot be dropped or searched by. Does anyone know how we could solve the problem or delete the problematic tables? Thanks! Using: phoenix-4.6.0 HBase-1.1 Logs: Create: 2016-