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
Just in case anyone is still blocked by this, I managed to overcome this issue and tfrecords with gzip compression, with Spark 3.0.0 and Scala 2.12.10. I simply replaced spark-tensorflow connector jar with spark-tfrecord_2.12-0.3.0.jar jar. The latter seems to be based upon the former. It comes with a slight change within the code, though : replacing tfrecords with tfrecord. This might eventually work:
#131 introduced the codec option, eg:
This works using org.tensorflow:spark-tensorflow-connector_2.11:1.15.0 from maven central.
However this setting is ignored when building from master ie: commit 77abfa1 (Scala 2.12 and Spark 3.0.0)
The text was updated successfully, but these errors were encountered: