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
Currently to read distributed seriesbinary data we use the spark sc.binaryRecords method. This depends on Hadoop, and may have unexpected ordering behavior across different systems. We should probably just write a method that maps the list of file names and reads the files directly, just as we read binary images.
Currently to read distributed
series
binary
data we use the sparksc.binaryRecords
method. This depends on Hadoop, and may have unexpected ordering behavior across different systems. We should probably just write a method that maps the list of file names and reads the files directly, just as we read binary images.cc @jwittenbach
The text was updated successfully, but these errors were encountered: