Repository: sqoop Updated Branches: refs/heads/sqoop2 1675c512a -> 49d6e2687
SQOOP-1843: Sqoop2: Fix anonymous configuration bug (Richard Zhou via Abraham Elmahrek) Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/49d6e268 Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/49d6e268 Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/49d6e268 Branch: refs/heads/sqoop2 Commit: 49d6e268771baf023561d2f556d8c5dce940137e Parents: 1675c51 Author: Abraham Elmahrek <[email protected]> Authored: Wed Dec 3 18:47:29 2014 -0800 Committer: Abraham Elmahrek <[email protected]> Committed: Wed Dec 3 18:48:05 2014 -0800 ---------------------------------------------------------------------- dist/src/main/server/conf/sqoop.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/49d6e268/dist/src/main/server/conf/sqoop.properties ---------------------------------------------------------------------- diff --git a/dist/src/main/server/conf/sqoop.properties b/dist/src/main/server/conf/sqoop.properties index 26bf734..fe4dfb6 100755 --- a/dist/src/main/server/conf/sqoop.properties +++ b/dist/src/main/server/conf/sqoop.properties @@ -146,7 +146,7 @@ org.apache.sqoop.execution.engine=org.apache.sqoop.execution.mapreduce.Mapreduce # #org.apache.sqoop.authentication.type=SIMPLE #org.apache.sqoop.authentication.handler=org.apache.sqoop.security.SimpleAuthenticationHandler -#org.apache.sqoop.anonymous=true +#org.apache.sqoop.authentication.anonymous=true #org.apache.sqoop.authentication.type=KERBEROS #org.apache.sqoop.authentication.handler=org.apache.sqoop.security.KerberosAuthenticationHandler #org.apache.sqoop.authentication.kerberos.principal=sqoop/_HOST@NOVALOCAL
