Re: TableNotDisabled Exception

2009-07-08 Thread stack
Try running disable again if drop complains it not disabled. St.Ack On Wed, Jul 8, 2009 at 7:18 AM, bharath vissapragada < bhara...@students.iiit.ac.in> wrote: > Hi all, > > I Have run a java program and it created a table named "users" . I have > made some modifications to the code and i want t

Re: TableNotDisabled Exception

2009-07-08 Thread Jean-Daniel Cryans
You have to disable a table to change its schema. Do it either by shell like you already did or via HBaseAdmin (which shell uses). J-D On Wed, Jul 8, 2009 at 10:18 AM, bharath vissapragada wrote: > Hi all, > > I Have run a java program and it created  a table named "users" . I have > made some mo

TableNotDisabled Exception

2009-07-08 Thread bharath vissapragada
Hi all, I Have run a java program and it created a table named "users" . I have made some modifications to the code and i want to run it again . So i tried to delete the existing table using "hbase shell" . When i tried to issue the command "drop 'users'" it said "Disable the table first".. Then