Skip to content
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

Merged
merged 23 commits into from
Aug 24, 2021

Conversation

dk1844
Copy link
Collaborator

@dk1844 dk1844 commented Jul 30, 2021

The examples have been moved to examples/ subfolder (core examples & s3 sdk extension examples). Each has their own maven pom definition and a readme.

@dk1844 dk1844 marked this pull request as ready for review August 2, 2021 09:12
@dk1844 dk1844 force-pushed the feature/99-examples-standalone-in-repo branch from 2abd5f3 to 72ef1c3 Compare August 2, 2021 10:39
@dk1844 dk1844 force-pushed the feature/99-examples-standalone-in-repo branch from 4e1f7f2 to a5ad850 Compare August 2, 2021 11:34
@dk1844 dk1844 linked an issue Aug 5, 2021 that may be closed by this pull request
@dk1844 dk1844 requested a review from AB006J9 August 5, 2021 07:42
@dk1844 dk1844 requested review from benedeki, Zejnilovic, AB006J9 and TerezaHrubesova and removed request for AB006J9 August 5, 2021 09:10
Copy link
Collaborator

@Zejnilovic Zejnilovic left a 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

.github/workflows/build.yml Show resolved Hide resolved
examples/atum-examples/README.md Outdated Show resolved Hide resolved
<plugin>
<groupId>com.github.wajda</groupId>
<artifactId>scala-cross-build-maven-plugin</artifactId>
<version>0.2.1</version>
Copy link
Collaborator

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)

Copy link
Collaborator Author

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.

import scala.reflect.ClassTag
import scala.reflect.runtime.universe

trait SparkJobRunnerMethods {
Copy link
Collaborator

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?

Copy link
Collaborator Author

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]>
@dk1844 dk1844 requested a review from Zejnilovic August 12, 2021 10:37
Zejnilovic
Zejnilovic previously approved these changes Aug 12, 2021
AB006J9
AB006J9 previously approved these changes Aug 13, 2021
@dk1844 dk1844 dismissed stale reviews from AB006J9 and Zejnilovic via ea27482 August 13, 2021 13:22
@dk1844 dk1844 merged commit 6356edb into release/4.0.0 Aug 24, 2021
@dk1844 dk1844 deleted the feature/99-examples-standalone-in-repo branch August 24, 2021 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move examples to in-repo non-submodule folder
3 participants