pravega / hadoop-connectors

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

[issue-62] Update Pravega version #63

Closed vijikarthi closed 6 years ago

vijikarthi commented 6 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/62

What the code does Updates Pravega dependency to latest published artifact.

How to verify it ./gradlew clean build should pass

RaulGracia commented 6 years ago

@vijikarthi have you executed a Hadoop sample with the connector including these changes?

vijikarthi commented 6 years ago

@RaulGracia I have tested wordcount sample program with the hadoop connectors artifacts from this PR and it worked. Once this PR is merged, we need to fix samples to address compile errors since the static configurations defined in PravegaInputFormat are now moved to PravegaConfig class.

vijikarthi commented 6 years ago

Can this PR be merged?