Extract domain graph from web archive using DataFrame and Spark SQL.
Extract domain graph from web archive using DataFrame and Spark SQL.
DataFrame obtained from RecordLoader
Dataset[Row], where the schema is (CrawlDate, SrcDomain, DestDomain, count)