You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I came across the same issue with #104 when using spark-submit to generate TFRecords.
I analysis the dependency using 'mv dependency:tree' command and 100% sure there is only one version of protobuf-java within my project.
protobuf-java: 3.5.1
tensorflow-hadoop: 1.13.1
java.lang.NoSuchMethodError: com.google.protobuf.Descriptors$Descriptor.getOneofs()Ljava/util/List;
at com.google.protobuf.GeneratedMessageV3$FieldAccessorTable.<init>(GeneratedMessageV3.java:1727)
at org.tensorflow.example.FeatureProtos.<clinit>(FeatureProtos.java:105)
at org.tensorflow.example.Features$FeatureDefaultEntryHolder.<clinit>(Features.java:103)
Any suggestions?
The text was updated successfully, but these errors were encountered:
Hi,
I came across the same issue with #104 when using spark-submit to generate TFRecords.
I analysis the dependency using 'mv dependency:tree' command and 100% sure there is only one version of protobuf-java within my project.
protobuf-java: 3.5.1
tensorflow-hadoop: 1.13.1
Any suggestions?
The text was updated successfully, but these errors were encountered: