-
Notifications
You must be signed in to change notification settings - Fork 62
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
Issue 198: Fixes to allow running in Flink examples in SDP #199
base: dev
Are you sure you want to change the base?
Conversation
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 believe none of the samples as of now are supporting running with secure Pravega cluster. Moreover, the change that we have here is specific to publishing to Maven repo that Nautilus exposes. Should we target the PR against nautilus-samples
repo?
cc @fpj
I believe it would be a lot of unnecessary work to maintain a separate repo for Nautilus-specific samples. As you can see this in PR, the main difference is the inclusion of the pravega credentials jar file which is controlled by a Gradle property and off by default. There's also the Maven publish to Nautilus but that is only used when specifically called to publish. Prior to this change, publish was not available. |
@claudiofahey due to issues we had in previous releases merging |
- Added Pravega credentials dependency to all projects - Flink JAR can now be published to Nautilus Maven repo. - Hadoop examples can now be run without Hadoop installed. - Spark examples can now be run without Spark installed. Signed-off-by: Claudio Fahey <[email protected]>
Signed-off-by: Claudio Fahey <[email protected]>
35f1363
to
bd1b56e
Compare
This PR is ready for re-review. |
Signed-off-by: Claudio Fahey [email protected]