You are doing java <-> thrift <-> hbase? (Why not just use the java client
directly rather than go via thrift?)

Are you referring to the generated code
under src/main/java//org/apache/hadoop/hbase/thrift/generated/Hbase.java?
If so, it does not look thread safe. There are some shared data members and
there are no synchronizes in the class.

St.Ack


On Fri, Nov 28, 2014 at 12:57 PM, Néstor Boscán <[email protected]> wrote:

> Hi
>
> I'm using the Thrift Java API on a web application. Is the Hbase.Client
> thread safe?
>
> Regards,
>
> Néstor
>

Reply via email to