Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 63FED9C9D for ; Sun, 20 May 2012 19:46:31 +0000 (UTC) Received: (qmail 58430 invoked by uid 500); 20 May 2012 19:46:28 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 58387 invoked by uid 500); 20 May 2012 19:46:28 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 58378 invoked by uid 99); 20 May 2012 19:46:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 May 2012 19:46:28 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [217.146.183.194] (HELO nm20.bullet.mail.ukl.yahoo.com) (217.146.183.194) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 20 May 2012 19:46:21 +0000 Received: from [217.146.183.212] by nm20.bullet.mail.ukl.yahoo.com with NNFMP; 20 May 2012 19:45:59 -0000 Received: from [77.238.184.61] by tm5.bullet.mail.ukl.yahoo.com with NNFMP; 20 May 2012 19:45:59 -0000 Received: from [127.0.0.1] by smtp130.mail.ukl.yahoo.com with NNFMP; 20 May 2012 19:45:59 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ymail.com; s=s1024; t=1337543159; bh=W5IQE5Ygbo3jOoHJ5J4rQG1jqhNmSQmCqeRB/CVgiEs=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:From:Content-Type:Content-Transfer-Encoding:Subject:Date:Message-Id:To:Mime-Version:X-Mailer; b=RuM/zkU04H+QLGlzv6t2Rvyw2R/xsMjZ6FAq/Okt9dNzor7mAQxF6FrohycnDtwt26cpfyQDv3y438sFCXynLTd7dR/F49q7BgGJDs5p6/BJ//0bH3hSctd5L+XDOJo/i6MS8Gh5BfGP2AZlZ1tlpwtzC6POwjkukjbKpJao+h8= X-Yahoo-Newman-Id: 91399.44867.bm@smtp130.mail.ukl.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: ObAo1boVM1m7ZwinXkvDpk7n80t3Ts4OX4PLJOACraEfaQ7 zroLoicInL82aP4HIU0WCC0_9238tvweFWpVfJ_tWmW9Yul324MAC30T2Qk4 1GJrNgNOCS8Z_y_KNxnfHwtB3zd20Hhoc2SZSCCdwnT_TwqtLmPWMYYyYJax S.SpXQU8QEBNxH2KjCKGUJdO5GHkeV7ZdozpwWk9E98i__3IweqWdZhC5du2 7onneSEgeLwN.lCg40.IaXOZWBa3ysdpllxpPI86ov0TTSm4pdyT0ZQzP68F kHtZAciB6baOEKMw2HC8SB8pos4X.eRsBSPoYyTlQndc._81xYWQP7lnjZZF 9yodhTdNT.Rb7qItGNpuSni58Lsc1iSDdcXuSeIopZYqc1fSh0ZyX6sF953C tfsv4REMuwHP21OZDwAJAoAG2cA6PaGSIKFyNwxI- X-Yahoo-SMTP: RGNwQ4aswBDAPpFjUxqdIJsyvXqO6r1xRBgr_cfKlj9o.Q-- Received: from [144.10.3.81] (bencuthbert@86.11.75.72 with plain) by smtp130.mail.ukl.yahoo.com with SMTP; 20 May 2012 19:45:58 +0000 GMT From: Ben Cuthbert Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: failed to login Date: Sun, 20 May 2012 20:45:58 +0100 Message-Id: To: user@hbase.apache.org Mime-Version: 1.0 (Apple Message framework v1278) X-Mailer: Apple Mail (2.1278) X-Virus-Checked: Checked by ClamAV on apache.org All I just upgraded hbase and hadoop to hbase(0.92.1) and hadoop (1.0.3) hbase and hadoop look to come up correctly. but when I start my = application I am getting the error below. I have copied the hbase-security settings into the classpath. core-site.xml is set to configuration> hadoop.tmp.dir ${celer.hadoop.data.dir} A base for other temporary = directories. fs.default.name = hdfs://${celer.hadoop.master.address}:${celer.hadoop.bind.port} The name of the default file system. A URI = whose scheme and authority determine the FileSystem = implementation. The uri's scheme determines the config property = (fs.SCHEME.impl) naming the FileSystem implementation class. The uri's = authority is used to determine the host, port, etc. for a filesystem. hadoop.security.authorization false hadoop.security.authentication simple hadoop.security.token.service.use_ip true 2012-05-20 20:43:20,914 [main] INFO = org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementatio= n - getMaster attempt 2 of 10 failed; retrying after sleep of 1000 java.io.IOException: failure to login at = org.apache.hadoop.security.UserGroupInformation.getLoginUser(UserGroupInfo= rmation.java:490) at = org.apache.hadoop.security.UserGroupInformation.getCurrentUser(UserGroupIn= formation.java:452) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:= 39) at = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm= pl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.hadoop.hbase.util.Methods.call(Methods.java:37) at org.apache.hadoop.hbase.security.User.call(User.java:586) at = org.apache.hadoop.hbase.security.User.callStatic(User.java:576) at = org.apache.hadoop.hbase.security.User.access$400(User.java:50) at = org.apache.hadoop.hbase.security.User$SecureHadoopUser.(User.java:39= 3) at = org.apache.hadoop.hbase.security.User$SecureHadoopUser.(User.java:38= 8) at = org.apache.hadoop.hbase.security.User.getCurrent(User.java:139) at = org.apache.hadoop.hbase.ipc.HBaseRPC.getProxy(HBaseRPC.java:280) at = org.apache.hadoop.hbase.ipc.HBaseRPC.getProxy(HBaseRPC.java:332) at = org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementatio= n.getMaster(HConnectionManager.java:642) at = org.apache.hadoop.hbase.client.HBaseAdmin.(HBaseAdmin.java:106) Caused by: javax.security.auth.login.LoginException: = java.lang.NoClassDefFoundError: Could not initialize class = org.apache.hadoop.security.KerberosName at org.apache.hadoop.security.User.(User.java:44) at org.apache.hadoop.security.User.(User.java:39) at = org.apache.hadoop.security.UserGroupInformation$HadoopLoginModule.commit(U= serGroupInformation.java:130) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:= 39) at = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm= pl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at = javax.security.auth.login.LoginContext.invoke(LoginContext.java:769) at = javax.security.auth.login.LoginContext.access$000(LoginContext.java:186) at = javax.security.auth.login.LoginContext$5.run(LoginContext.java:706) at java.security.AccessController.doPrivileged(Native Method) at = javax.security.auth.login.LoginContext.invokeCreatorPriv(LoginContext.java= :703) at = javax.security.auth.login.LoginContext.login(LoginContext.java:576) at = org.apache.hadoop.security.UserGroupInformation.getLoginUser(UserGroupInfo= rmation.java:471) at = org.apache.hadoop.security.UserGroupInformation.getCurrentUser(UserGroupIn= formation.java:452) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:= 39) at = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm= pl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.hadoop.hbase.util.Methods.call(Methods.java:37) at org.apache.hadoop.hbase.security.User.call(User.java:586) at = org.apache.hadoop.hbase.security.User.callStatic(User.java:576) at = org.apache.hadoop.hbase.security.User.access$400(User.java:50) at = org.apache.hadoop.hbase.security.User$SecureHadoopUser.(User.java:39= 3) at = org.apache.hadoop.hbase.security.User$SecureHadoopUser.(User.java:38= 8) at = org.apache.hadoop.hbase.security.User.getCurrent(User.java:139) at = org.apache.hadoop.hbase.ipc.HBaseRPC.getProxy(HBaseRPC.java:280) at = org.apache.hadoop.hbase.ipc.HBaseRPC.getProxy(HBaseRPC.java:332) at = org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementatio= n.getMaster(HConnectionManager.java:642) at = org.apache.hadoop.hbase.client.HBaseAdmin.(HBaseAdmin.java:106)=