Manish: You can use the following command to see full stack trace: hbase shell --debug
Cheers On Thu, Mar 13, 2014 at 8:20 AM, Jean-Marc Spaggiari < [email protected]> wrote: > Hi Manish, > > Which version of HBase? Is your cluster secured with Kerberos? > > JM > > > 2014-03-13 11:09 GMT-04:00 Manish <[email protected]>: > > > Hi All, > > > > Below is the error details that i am getting when creating tables in > > Hbase. All the services are running fine. > > > > hbase(main):001:0> create 't1', 'cf1' > > > > *ERROR: java.lang.NoClassDefFoundError: org/apache/hadoop/security/ > > authentication/util/KerberosName* > > > > Here is some help for this command: > > Create table; pass table name, a dictionary of specifications per > > column family, and optionally a dictionary of table configuration. > > Dictionaries are described below in the GENERAL NOTES section. > > Examples: > > > > hbase> create 't1', {NAME => 'f1', VERSIONS => 5} > > hbase> create 't1', {NAME => 'f1'}, {NAME => 'f2'}, {NAME => 'f3'} > > hbase> # The above in shorthand would be the following: > > hbase> create 't1', 'f1', 'f2', 'f3' > > hbase> create 't1', {NAME => 'f1', VERSIONS => 1, TTL => 2592000, > > BLOCKCACHE => true} > > hbase> create 't1', 'f1', {SPLITS => ['10', '20', '30', '40']} > > > > > > Please suggest. > > > > Thank you, > > Manish > > >
