You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/01/20 07:44:57 UTC

[GitHub] [hudi] BruceKellan opened a new issue #4648: [SUPPORT] Upgrade Hudi to 0.10.1 from 0.10.0 using spark

BruceKellan opened a new issue #4648:
URL: https://github.com/apache/hudi/issues/4648


   **Describe the problem you faced**
   
   I am using spark3 + hudi 0.10.0.
   When I am upgrading hudi to 0.10.1-rc2, get this:
   java.io.InvalidClassException: org.apache.hudi.common.table.timeline.HoodieActiveTimeline; local class incompatible: stream classdesc serialVersionUID = -1280891512509140081, local class serialVersionUID = 1642514781003501811
   	at java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:699)
   	at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1941)
   	at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1807)
   	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2098)
   	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1624)
   	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2343)
   	at java.io.ObjectInputStream.defaultReadObject(ObjectInputStream.java:594)
   	at org.apache.hudi.common.table.HoodieTableMetaClient.readObject(HoodieTableMetaClient.java:151)
   	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   	at java.lang.reflect.Method.invoke(Method.java:498)
   	at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:1184)
   	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2234)
   	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2125)
   	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1624)
   	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2343)
   
   **Environment Description**
   
   * Hudi version : 0.10.1-rc2 using  b670801afc110870f354766c872f386d18261add
   
   * Spark version : 3.1.2
   
   * Hadoop version : 2.8.5
   
   * Storage (HDFS/S3/GCS..) : Aliyun OSS
   
   * Running on Docker? (yes/no) : no
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [hudi] BruceKellan commented on issue #4648: [SUPPORT] Upgrade Hudi to 0.10.1-rc2 from 0.10.0 using spark

Posted by GitBox <gi...@apache.org>.
BruceKellan commented on issue #4648:
URL: https://github.com/apache/hudi/issues/4648#issuecomment-1019648119


   @xushiyan I have already use spark3 profile.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [hudi] BruceKellan closed issue #4648: [SUPPORT] Upgrade Hudi to 0.10.1-rc2 from 0.10.0 using spark

Posted by GitBox <gi...@apache.org>.
BruceKellan closed issue #4648:
URL: https://github.com/apache/hudi/issues/4648


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [hudi] xushiyan commented on issue #4648: [SUPPORT] Upgrade Hudi to 0.10.1-rc2 from 0.10.0 using spark

Posted by GitBox <gi...@apache.org>.
xushiyan commented on issue #4648:
URL: https://github.com/apache/hudi/issues/4648#issuecomment-1017650551


   @BruceKellan did you build the bundle with spark 3 profile? https://github.com/apache/hudi/tree/release-0.10.1-rc2#build-with-spark-3


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [hudi] BruceKellan closed issue #4648: [SUPPORT] Upgrade Hudi to 0.10.1-rc2 from 0.10.0 using spark

Posted by GitBox <gi...@apache.org>.
BruceKellan closed issue #4648:
URL: https://github.com/apache/hudi/issues/4648


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [hudi] xushiyan edited a comment on issue #4648: [SUPPORT] Upgrade Hudi to 0.10.1-rc2 from 0.10.0 using spark

Posted by GitBox <gi...@apache.org>.
xushiyan edited a comment on issue #4648:
URL: https://github.com/apache/hudi/issues/4648#issuecomment-1017650551


   @BruceKellan did you build the bundle with spark 3 profile? https://github.com/apache/hudi/tree/release-0.10.1-rc2#build-with-spark-3  This looks like a local java class cache issue


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org