I’ve created a couple of tables via a third party API, GeoTools that I cannot delete and re-create because other projects are now using the data from those tables. Unfortunately, in the version of GeoTools that we are using for our project “updateSchema” is currently not available. I wanted to handle this update of the metadata myself since the schema is written as the part of the Metadata for the table.
I am still fairly green to Accumulo and have no idea the structure of the Metadata, how it is represented for each table. Thanks, Tiffany From: Mike Drob [mailto:[email protected]] Sent: Tuesday, May 27, 2014 5:53 PM To: [email protected] Subject: Re: Updating Metadata of a Table I'm not sure I understand what you are trying to do. Can you give us an example and a use case? The metadata table is just like any other table where you can do inserts/deletes/etc. On Tue, May 27, 2014 at 4:49 PM, Tiffany Reid <[email protected]<mailto:[email protected]>> wrote: Or even via the Java API? I haven’t found any examples to update the MetaData for a specific table, only read the current entries. From: Tiffany Reid Sent: Tuesday, May 27, 2014 5:39 PM To: [email protected]<mailto:[email protected]> Subject: Updating Metadata of a Table Hi, Does anyone know how to go about updating the metadata for a table in Accumulo via shell command tool? I’m using 1.4 and I cannot upgrade to the latest due to project requirements. Thanks, Tiffany
