Re: Issues adding column families

2013-06-20 Thread Aji Janis
Haa.. this is what happens when you stare at the code for too long. Thank you! On Thu, Jun 20, 2013 at 2:12 PM, Asaf Mesika wrote: > if (!admin.tableExists(tableName)){ > > Shouldn't it be: > if (admin.tableExists(tableName)){ > > ? > > > On Thu, Jun 20, 2013 at 6:42 PM, Aji Janis wrote: > > >

Re: Issues adding column families

2013-06-20 Thread Asaf Mesika
if (!admin.tableExists(tableName)){ Shouldn't it be: if (admin.tableExists(tableName)){ ? On Thu, Jun 20, 2013 at 6:42 PM, Aji Janis wrote: > I have the following function for adding column family but its not working > for some reason. I am able to get proper configuration and establish the >

Issues adding column families

2013-06-20 Thread Aji Janis
I have the following function for adding column family but its not working for some reason. I am able to get proper configuration and establish the right connection. Can anyone explain whats wrong? Hbase version: http://archive.cloudera.com/cdh/3/*hbase-0.90.6-cdh3u5* /apidocs/