When attempting to scan for authorizations that aren't granted to my user, I get an AccumuloSecurityException, which is expected. However, it appears that pyaccumulo is having trouble handling this exception. I receive the following when attempting to get the message property from the Exception object:
Thrift.py:82: AttributeError: 'AccumuloSecurityException' object has no attribute '_message'
Hi,
When attempting to scan for authorizations that aren't granted to my user, I get an AccumuloSecurityException, which is expected. However, it appears that pyaccumulo is having trouble handling this exception. I receive the following when attempting to get the message property from the Exception object:
Thrift.py:82: AttributeError: 'AccumuloSecurityException' object has no attribute '_message'
I'm running python 2.7.4 on Linux.
Thanks!