----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34971/#review86580 -----------------------------------------------------------
common/src/main/java/org/apache/sqoop/error/code/CommonRepositoryError.java <https://reviews.apache.org/r/34971/#comment138637> "Resource doesn't exist" server/src/main/java/org/apache/sqoop/handler/AuthorizationRequestHandler.java <https://reviews.apache.org/r/34971/#comment138641> This should throw an exception. Maybe do some exception handling instead? server/src/main/java/org/apache/sqoop/handler/AuthorizationRequestHandler.java <https://reviews.apache.org/r/34971/#comment138640> This should throw an exception. Maybe do some exception handling instead? server/src/main/java/org/apache/sqoop/handler/AuthorizationRequestHandler.java <https://reviews.apache.org/r/34971/#comment138639> This should throw an exception. Maybe do some exception handling instead? server/src/main/java/org/apache/sqoop/handler/AuthorizationRequestHandler.java <https://reviews.apache.org/r/34971/#comment138638> "Resource can't be null" - Abraham Elmahrek On June 3, 2015, 8:47 a.m., Dian Fu wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/34971/ > ----------------------------------------------------------- > > (Updated June 3, 2015, 8:47 a.m.) > > > Review request for Sqoop. > > > Repository: sqoop-sqoop2 > > > Description > ------- > > Check whether resource exists before run privilege check, including > grant/check_privilege. If resource does not exists, throw "none resource > exception" > > > Diffs > ----- > > common/src/main/java/org/apache/sqoop/error/code/CommonRepositoryError.java > e5fbe2d > > server/src/main/java/org/apache/sqoop/handler/AuthorizationRequestHandler.java > 00f4b52 > > Diff: https://reviews.apache.org/r/34971/diff/ > > > Testing > ------- > > > Thanks, > > Dian Fu > >
