----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/26931/#review57848 -----------------------------------------------------------
client/src/main/java/org/apache/sqoop/client/request/ResourceRequest.java <https://reviews.apache.org/r/26931/#comment98721> Talking to Richard offline, I understood his design proposal a bit more. Richard, It would be nice to update the design doc with details you described to me. In a nutshell So currently our client/ shell uses jersey library to talk to the server over HTTP, w but jersey's native support for SPNEGO protocol/ handshake is not there. So Richard is suggesting dropping Jersey and using the hadoop-auth lib on the client that supports kerberos spenego. - Veena Basavaraj On Oct. 20, 2014, 7:56 a.m., richard zhou wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/26931/ > ----------------------------------------------------------- > > (Updated Oct. 20, 2014, 7:56 a.m.) > > > Review request for Sqoop. > > > Repository: sqoop-sqoop2 > > > Description > ------- > > SQOOP-1527: Kerberos support (SPNEGO) in communication between server and > client > This is an initial patch. > This patch depends on SQOOP-1526, which is under reviewing > (https://reviews.apache.org/r/26678/diff/#) > > > Diffs > ----- > > client/pom.xml b2e221ec3b5398c05fa081989e73cf1f2c4d43e5 > client/src/main/java/org/apache/sqoop/client/request/ResourceRequest.java > c84a83e3fd7c550645bda8cf5a0ecc844ef7721d > server/pom.xml 67baaa57da9f69f2e8795107ca1b6186eaef2b9c > server/src/main/java/org/apache/sqoop/filter/SqoopAuthenticationFilter.java > PRE-CREATION > server/src/main/webapp/WEB-INF/web.xml > d31120a367329a7868e64e4215c168bedaf3aac7 > shell/pom.xml 947eab02b229f734640c30de3a7d45ba86656d58 > > Diff: https://reviews.apache.org/r/26931/diff/ > > > Testing > ------- > > > Thanks, > > richard zhou > >