----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32196/ -----------------------------------------------------------
Review request for Sqoop. Repository: sqoop-sqoop2 Description ------- The root cause of avoiding connector cache is this case: When a user without privilege of READ CONNECTOR runs a "show connector" in CLI, the result page shows nothing. Then this user is granted READ CONNECTOR privilege. But he could not show all connector immediately, due to connector cache, unless he restart the Sqoop Client. Diffs ----- shell/src/main/java/org/apache/sqoop/shell/ShowConnectorFunction.java 2a21b85abd2aa6b37cbd3f791c583f7179049ba8 Diff: https://reviews.apache.org/r/32196/diff/ Testing ------- manual Thanks, richard zhou
