pravega / hadoop-connectors

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

Change the usage of ControllerImpl #135

Closed crazyzhou closed 4 years ago

crazyzhou commented 4 years ago

Problem description The connector is incompatible with the latest Pravega client now. With the package moving of the ControllerImpl class, we need to change its use in tests.

Problem location SetupUtils and PravegaInputFormatITCase

Suggestions for an improvement Remove the redundant methods in the SetupUtils and move the import package to let the build pass