[ 
https://issues.apache.org/jira/browse/GOBBLIN-1055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Li updated GOBBLIN-1055:
------------------------------
    Description: 
When state.store.enabled=true and state.store target is on HDFS, Gaas flows run 
into error when writing job state.  The reason is that Gaas used a particularly 
GobblinClassLoader to load classes, and without giving that information to 
Hadoop Configuration, the Hadoop hook tries to load the custom serializer using 
default Class Loader.  

See stack trace in comments. While *WritableShimSerialization* was loaded ** 
successfully by GobblinClassLoader, 

 

 

  was:When state.store.enabled=true and state.store target is on HDFS, Gaas 
flows run into error when writing job state.  The reason is that Gaas used a 
particularly GobblinClassLoader to load classes, and without giving that 
information to Hadoop Configuration, the Hadoop hook tries to load the custom 
serializer using default Class Loader. 


> Gaas jobs not able to write to state store
> ------------------------------------------
>
>                 Key: GOBBLIN-1055
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-1055
>             Project: Apache Gobblin
>          Issue Type: Bug
>          Components: state-management
>    Affects Versions: 0.14.0
>            Reporter: Chris Li
>            Assignee: Hung Tran
>            Priority: Major
>
> When state.store.enabled=true and state.store target is on HDFS, Gaas flows 
> run into error when writing job state.  The reason is that Gaas used a 
> particularly GobblinClassLoader to load classes, and without giving that 
> information to Hadoop Configuration, the Hadoop hook tries to load the custom 
> serializer using default Class Loader.  
> See stack trace in comments. While *WritableShimSerialization* was loaded ** 
> successfully by GobblinClassLoader, 
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to