Please make sure that your Gson parser is a transient member of the operator.
On Thu, Oct 20, 2016 at 2:33 PM, Bandaru, Srinivas < [email protected]> wrote: > Hi, > > We are building a an apex (Datatorrent) application to write into Hbase. > Getting the below error while launching the application. Is anyone had the > similar issue? > > > > 2016-10-20 16:05:50,675 INFO org.apache.hadoop.service.AbstractService: > Service com.datatorrent.stram.StreamingAppMasterService failed in state > INITED; cause: com.esotericsoftware.kryo.KryoException: Encountered > unregistered class ID: 95 > > Serialization trace: > > systemMap (com.google.gson.internal.ParameterizedTypeHandlerMap) > > instanceCreators (com.google.gson.internal.ConstructorConstructor) > > constructorConstructor (com.google.gson.Gson) > > gson (com.example.datatorrent.HbaseTableUpdate) > > com.esotericsoftware.kryo.KryoException: Encountered unregistered class > ID: 95 > > Serialization trace: > > systemMap (com.google.gson.internal.ParameterizedTypeHandlerMap) > > instanceCreators (com.google.gson.internal.ConstructorConstructor) > > constructorConstructor (com.google.gson.Gson) > > gson (com.example.datatorrent.HbaseTableUpdate) > > > > > > Thanks, > > *Srinivas Bandaru* > > > This e-mail, including attachments, may include confidential and/or > proprietary information, and may be used only by the person or entity > to which it is addressed. If the reader of this e-mail is not the intended > recipient or his or her authorized agent, the reader is hereby notified > that any dissemination, distribution or copying of this e-mail is > prohibited. If you have received this e-mail in error, please notify the > sender by replying to this message and delete this e-mail immediately. >
