Where is this file? It's not present in log directory of my Hypertable installation dir. There are 4 other files, which I uploaded to: http://groups.google.com/group/hypertable-dev/web/log.tar.gz. The last operation in the logs is this drop table, but creating of _test_table_8 was long time ago, and I'm not sure if it's still visible in the logs.
What's wierd, after creating this table, I noticed two instances of _test_table_8. First drop operation was successful, and one table disapeared. But the second remained... BTW: hypertable> select * from '_test_table_8'; Error: Problem getting attribute 'table_id' of hyperspace file '/ hypertable/tables/_test_table_8' - HYPERSPACE attribute not found hypertable> Rafał Zarajczyk On 6 Lis, 19:15, "Doug Judd" <[EMAIL PROTECTED]> wrote: > That's strange. Can you post the Hypertable.log file? If it's not too big, > just attach it to the e-mail, otherwise you can upload it here: > > http://groups.google.com/group/hypertable-dev/files > > - Doug > > On Thu, Nov 6, 2008 at 7:53 AM, Rafal Zarajczyk <[EMAIL PROTECTED]>wrote: > > > > > I get a strange error when I try to drop table: > > > hypertable> show tables; > > A > > METADATA > > UBrecrep_recrep > > _test_table_8 > > t1 > > hypertable> drop table '_test_table_8'; > > 1225986718 ERROR hypertable : (/home/rzarajczyk/hypertable-0.9.0.11- > > alpha/src/cc/Hypertable/Lib/MasterClient.cc:214) Master 'drop table' > > error : Problem getting attribute 'table_id' of hyperspace file '/ > > hypertable/tables/_test_table_8' > > Error: - HYPERSPACE attribute not found > > > I created the table using C++ API and there were no errors. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Hypertable Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/hypertable-dev?hl=en -~----------~----~----~----~------~----~------~--~---
