Closed vijikarthi closed 6 years ago
@vijikarthi have you executed a Hadoop sample with the connector including these changes?
@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.
Can this PR be merged?
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