gt;>>> (manager) FateServiceHandler.authenticate ->
>>>>
>>>> (manager) SecurityOperation.authenticateUser ->
>>>> (manager) SecurityOperations.authenticate ->
>>>> (manager) Credentials.fromThrift -> …
>>>>
>&g
t;>>
>>>
>>>
>>> In your code, how is client created? Is it cached, shared, etc? Does
>>> the framework that you are using create a new instance of your class and
>>> maybe the AccumuloClient is not fully initialized?
>>>
>>&
dentials.fromThrift -> …
>>
>>
>>
>> In your code, how is client created? Is it cached, shared, etc? Does
>> the framework that you are using create a new instance of your class and
>> maybe the AccumuloClient is not fully initialized?
>>
>>
>&
ss and maybe
> the AccumuloClient is not fully initialized?
>
>
>
> *From:* Christopher
> *Sent:* Sunday, April 21, 2024 4:56 PM
> *To:* accumulo-user
> *Subject:* Re: Issue with TableOperations
>
>
>
> I don't see this error message anywhere in Accu
topher
Sent: Sunday, April 21, 2024 4:56 PM
To: accumulo-user
Subject: Re: Issue with TableOperations
I don't see this error message anywhere in Accumulo code. It looks like it
might be coming from d4m?
On Sat, Apr 20, 2024, 17:07 Geoffry Roberts mailto:geoffry.robe...@gmail.com> &g
I don't see this error message anywhere in Accumulo code. It looks like it
might be coming from d4m?
On Sat, Apr 20, 2024, 17:07 Geoffry Roberts
wrote:
> v2.1.2
>
> On Sat, 20 Apr 2024 at 13:11, Dave Marion wrote:
>
>>
>>
>> What version of Accumulo are you using?
>>
>>
>>
>> On Apr 20, 2024
v2.1.2
On Sat, 20 Apr 2024 at 13:11, Dave Marion wrote:
>
>
> What version of Accumulo are you using?
>
>
>
> On Apr 20, 2024 12:16 PM, Geoffry Roberts
> wrote:
>
> I am setting up a microservice that accesses accumulo. It's a specialized
> thing of limited scope. I do need to get it to cre
What version of Accumulo are you using?On Apr 20, 2024 12:16 PM, Geoffry Roberts wrote:I am setting up a microservice that accesses accumulo. It's a specialized thing of limited scope. I do need to get it to create tables (Code is below.). Java 17SpringBoot running JettyPostmanIn the below co
I am setting up a microservice that accesses accumulo. It's a specialized
thing of limited scope. I do need to get it to create tables (Code is
below.).
- Java 17
- SpringBoot running Jetty
- Postman
In the below code bit, the tableName is a string "patient״. When I run it,
I get an