forked from archivesunleashed/aut
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor ArchiveRecord classes; addresses archivesunleashed#101 and a…
…rchivesunleashed#102 (archivesunleashed#107) * remove ArcRecord and WarcRecord; rename GenericArchiveRecord to ArchiveRecord * fix import statements * change tests to use loadArchives instead of loadArc or loadWarc * change ArcTest to use loadArchives instead of loadArc * remove loadArc and loadWarc from RecordLoader.scala * change tests to use loadArchives with keepValidPages=false so as to not break them * make 'filter date' in ArcTest and 'discard mime' in RecordRDDTest NOT call collect() on RDD[ArchiveRecord] --- ArcRecords and WarcRecords are serializable, but ArchiveRecords are not... * remove commented line in RecordRDDTest.scala
- Loading branch information
Showing
13 changed files
with
117 additions
and
288 deletions.
There are no files selected for viewing
50 changes: 0 additions & 50 deletions
50
src/main/scala/io/archivesunleashed/spark/archive/io/ArcRecord.scala
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
104 changes: 0 additions & 104 deletions
104
src/main/scala/io/archivesunleashed/spark/archive/io/GenericArchiveRecord.scala
This file was deleted.
Oops, something went wrong.
55 changes: 0 additions & 55 deletions
55
src/main/scala/io/archivesunleashed/spark/archive/io/WarcRecord.scala
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.