StephanEwen opened a new pull request #9282: [FLINK-13499][maprfs] Remove dependency on MapR artifact repository URL: https://github.com/apache/flink/pull/9282 ## What is the purpose of the change This change removes the MapR FS connector to work based on reflection and avoid a hard dependency on any of the MapR vendor-specific artifacts. That allows us to get rid of the dependency without regressing on the support for the file system. The MapR artifact repository causes some problems. Access to the a secure (https://) endpoint is very flaky. ## Verifying this change Verified by existing tests. ## Does this pull request potentially affect one of the following parts: - Dependencies (does it add or upgrade a dependency): **No** - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: **No** - The serializers: **No** - The runtime per-record code paths (performance sensitive): **No** - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Yarn/Mesos, ZooKeeper: **No** - The S3 file system connector: **No** ## Documentation - Does this pull request introduce a new feature? **No** - If yes, how is the feature documented? **No**
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
