pravega / hadoop-connectors

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

Use new Pravega API #106

Closed RaulGracia closed 4 years ago

RaulGracia commented 4 years ago

Problem description As part of pravega/pravega#3126, the use of ClientFactory and other client-related APIs was deprecated. In PR pravega/pravega#4417 we are removing all these deprecated APIs, which means that if you are using them your application won't compile. We need to update the samples to use the proper Pravega API.

Problem location Use of Pravega API.

Suggestions for an improvement Use the right APIs.

crazyzhou commented 4 years ago

Re-checked all removed APIs are not used.