pishen / sbt-lighter

SBT plugin for Apache Spark on AWS EMR
Apache License 2.0
57 stars 15 forks source link

Use the name of the class as step name. #29

Closed mlavaert closed 6 years ago

mlavaert commented 6 years ago

When re-using the same cluster for submitting different jobs it can be confusing using the default "Spark Step"-name. It would be clearer when using the name of the class that is being used in the sparkSubmit-statement

pishen commented 6 years ago

Cool! Would you like to edit the email in your commit to match the one you use on Github? Otherwise Github won't count this commit as your contribution.

mlavaert commented 6 years ago

Hey, thanks for noticing that my e-mail wasn't correct... I've amended the commit but It looks like two people made that commit now. Maybe I'm doing something wrong here.

Btw, awesome plugin!