You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by sam smith <qu...@gmail.com> on 2021/12/23 12:14:49 UTC

dataset partitioning algorithm implementation help

Hello All,

I am replicating a paper's algorithm about a partitioning approach to
anonymize datasets with Spark / Java, and want to ask you for some help to
review my 150 lines of code. My github repo, attached below, contains both
my java class and the related paper:

https://github.com/SamSmithDevs10/paperReplicationForReview

Thanks in advance.

Thanks.