Re: Accumulo 1.10.0

2022-04-13 Thread Ligade, Shailesh [USA]
Thanks Ed, after few rounds of delete duplicate location, the cluster is up and kicking. I didn't have to restart accumulo after deletes. Thank again -S From: Ligade, Shailesh [USA] Sent: Wednesday, April 13, 2022 9:20 AM To: 'user@accumulo.apache.org' Subject

Re: Accumulo 1.10.0

2022-04-13 Thread Ligade, Shailesh [USA]
Thanks i noticed that issue with the write permission, anyway i was able to run all delete. In reality i ran CheckForMetadatProblems to generate script and ran all delete Shell didn't throw any error Then i restarted my both masters, but then master came up i am seeing the same duplicate entry e

RE: Accumulo 1.10.0

2022-04-13 Thread dev1
If you still have an issue – check that your user has WRITE permissions on the metadata table (even root needs to be added) – if you grant permission(s) you likely would want to remove what you added once you are done to prevent inadvertently modifying the table in the future if you make a mista

Re: Accumulo 1.10.0

2022-04-13 Thread Ligade, Shailesh [USA]
I think i figured out i have to be on that accumulo.metadata table in order for delete command to work.. -t accumulo.metadata did not work ..not sure why 🙁 Thanks 0S From: Ligade, Shailesh [USA] Sent: Wednesday, April 13, 2022 7:51 AM To: 'user@accumulo.apache.

Re: Accumulo 1.10.0

2022-04-13 Thread Ligade, Shailesh [USA]
Thanks Ed, a quick question, Now that i want to delete those duplicates (there are many of those 🙁) the scan output is a;: loc:a [] tablet1:9997 a;: loc:zz [] tablet2:9997 What is the right delete command, when i issue delete a; loc a -t accumulo.metadata i get he