uber / RemoteShuffleService

Remote shuffle service for Apache Spark to store shuffle data on remote servers.
Other
321 stars 100 forks source link

RSS-K8: Adding scala plugin to pom file to be able to run scala tests, as wel… #47

Closed mabansal closed 3 years ago

mabansal commented 3 years ago

Currently, K8 branch does not run with scala tests, add the scala plugin in the pom file to be able to run Scala tests , as well as fixing java code for not mutating variables

mayurdb commented 3 years ago

lgtm, we are already using these dependencies internally to run scala UTs

mabansal commented 3 years ago

lgtm, we are already using these dependencies internally to run scala UTs

Yup you are correct, we have to add them in K8 branch as well as main branch, will add them in main branch in a seperate PR

mabansal commented 3 years ago

merging in