pravega / hadoop-connectors

Apache Hadoop connectors for Pravega.
Apache License 2.0
3 stars 13 forks source link

[issue-80] Fix TLS security configuration #83

Closed vijikarthi closed 5 years ago

vijikarthi commented 5 years ago

Signed-off-by: Vijay Srinivasaraghavan vijayaraghavan.srinivasaraghavan@emc.com

Change log description

Purpose of the change To address https://github.com/pravega/hadoop-connectors/issues/80

What the code does Uses security configurations from Pravega based on changes introduced in pravega/pravega#3693.

How to verify it ./gradlew clean build should pass

vijikarthi commented 5 years ago

LGTM. One of the tests has failed in the Travis CI build, which appears to be unrelated to this PR. Nonetheless, it should be resolved before merging this.

It looks like an intermittent failure. I have restarted the Travis build and it worked.

vijikarthi commented 5 years ago

FYI, I want to merge this PR only after all other PRs are merged.

vijikarthi commented 5 years ago

Reverted Pravega version from this PR and created a separate PR https://github.com/pravega/hadoop-connectors/pull/85 to address the Pravega version ugrade