-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
examples standalone in repo #106
examples standalone in repo #106
Conversation
…la 2.12/spark3 support
2abd5f3
to
72ef1c3
Compare
4e1f7f2
to
a5ad850
Compare
…) called at the end instead.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like it. i found only small things, more questions
examples/atum-examples/pom.xml
Outdated
<plugin> | ||
<groupId>com.github.wajda</groupId> | ||
<artifactId>scala-cross-build-maven-plugin</artifactId> | ||
<version>0.2.1</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know this is in another pom as well. But could this be moved up to properties (even in the other one)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for noticing, fixed. While doing this, I have also moved the version of maven-release-plugin
to properties.
examples/atum-examples/src/test/scala/za/co/absa/atum/utils/SparkJobRunnerMethods.scala
Outdated
Show resolved
Hide resolved
import scala.reflect.ClassTag | ||
import scala.reflect.runtime.universe | ||
|
||
trait SparkJobRunnerMethods { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see this is in both examples and s3-examples. 1to1 copy. Is that needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it is 1:1 copy. Well, both projects need it to run tests and they are not depending on each other. What alternative do you have in mind?
README.md suggested change taken Co-authored-by: Saša Zejnilović <[email protected]>
…release.plugin.version, scala.cross.build.maven.plugin.version) - licence check update (exclusions), workflow
The examples have been moved to
examples/
subfolder (core examples & s3 sdk extension examples). Each has their own maven pom definition and a readme.