What the code does
If the auth flag is enabled, then the test configuration will include the credential information as environment variable for the ClientConfig implementation to instantiate the default Credentials instance.
How to verify it
./gradlew clean build should pass
Signed-off-by: Vijay Srinivasaraghavan vijayaraghavan.srinivasaraghavan@emc.com
Change log description
Purpose of the change Fixes https://github.com/pravega/hadoop-connectors/issues/86
What the code does If the auth flag is enabled, then the test configuration will include the credential information as environment variable for the ClientConfig implementation to instantiate the default Credentials instance.
How to verify it ./gradlew clean build should pass