Advertisement
Guest User

Untitled

a guest
Jun 18th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.08 KB | None | 0 0
  1. 2010-09-30 14:10:24,437 DEBUG org.apache.hadoop.hbase.regionserver.handler.OpenRegionHandler: Processing open of -ROOT-,,0.70236052
  2. 2010-09-30 14:10:24,438 DEBUG org.apache.hadoop.hbase.zookeeper.ZKAssign: regionserver60020-0x12b647928c30003 Attempting to transition node 70236052/-ROOT-
  3. from M_ZK_REGION_OFFLINE to RS_ZK_REGION_OPENING
  4. 2010-09-30 14:10:24,444 DEBUG org.apache.hadoop.hbase.zookeeper.ZKUtil: regionserver60020-0x12b647928c30003 Retrieved 51 bytes of data from znode /hbase/una
  5. ssigned/70236052
  6. 2010-09-30 14:10:24,458 DEBUG org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher: regionserver60020-0x12b647928c30003 Received ZooKeeper Event, type=NodeDat
  7. aChanged, state=SyncConnected, path=/hbase/unassigned/70236052
  8. 2010-09-30 14:10:24,458 DEBUG org.apache.hadoop.hbase.zookeeper.ZKAssign: regionserver60020-0x12b647928c30003 Successfully transitioned node 70236052 from M
  9. _ZK_REGION_OFFLINE to RS_ZK_REGION_OPENING
  10. 2010-09-30 14:10:24,463 DEBUG org.apache.hadoop.hbase.regionserver.HRegion: Opening region: REGION => {NAME => '-ROOT-,,0', STARTKEY => '', ENDKEY => '', EN
  11. CODED => 70236052, TABLE => {{NAME => '-ROOT-', IS_ROOT => 'true', IS_META => 'true', OWNER => 'hadoop/ghelmling-laptop.local@HADOOP.LOCALDOMAIN', FAMILIES
  12. => [{NAME => 'info', BLOOMFILTER => 'NONE', REPLICATION_SCOPE => '0', VERSIONS => '10', COMPRESSION => 'NONE', TTL => '2147483647', BLOCKSIZE => '8192', IN_
  13. MEMORY => 'true', BLOCKCACHE => 'true'}]}}
  14. 2010-09-30 14:10:24,466 DEBUG org.apache.hadoop.ipc.Client: RPC Server Kerberos principal name for protocol=org.apache.hadoop.hdfs.protocol.ClientProtocol i
  15. s hadoop/ghelmling-laptop.local@HADOOP.LOCALDOMAIN
  16. 2010-09-30 14:10:24,466 DEBUG org.apache.hadoop.ipc.Client: Use KERBEROS authentication for protocol ClientProtocol
  17. 2010-09-30 14:10:24,466 DEBUG org.apache.hadoop.ipc.Client: Connecting to ghelmling-laptop.local/127.0.1.1:9000
  18. 2010-09-30 14:10:24,467 DEBUG org.apache.hadoop.security.SaslRpcClient: Creating SASL GSSAPI client. Server's Kerberos principal name is hadoop/ghelmling-la
  19. ptop.local@HADOOP.LOCALDOMAIN
  20. 2010-09-30 14:10:24,471 WARN org.apache.hadoop.ipc.Client: Exception encountered while connecting to the server : javax.security.sasl.SaslException: GSS ini
  21. tiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)]
  22. 2010-09-30 14:10:24,472 DEBUG org.apache.hadoop.ipc.Client: closing ipc connection to ghelmling-laptop.local/127.0.1.1:9000: javax.security.sasl.SaslExcepti
  23. on: GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)]
  24. java.io.IOException: javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Failed
  25. to find any Kerberos tgt)]
  26. at org.apache.hadoop.ipc.Client$Connection$1.run(Client.java:478)
  27. at java.security.AccessController.doPrivileged(Native Method)
  28. at javax.security.auth.Subject.doAs(Subject.java:396)
  29. at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1062)
  30. at org.apache.hadoop.ipc.Client$Connection.handleSaslConnectionFailure(Client.java:444)
  31. at org.apache.hadoop.ipc.Client$Connection.setupIOstreams(Client.java:525)
  32. at org.apache.hadoop.ipc.Client$Connection.access$2500(Client.java:214)
  33. at org.apache.hadoop.ipc.Client.getConnection(Client.java:1154)
  34. at org.apache.hadoop.ipc.Client.call(Client.java:999)
  35. at org.apache.hadoop.ipc.RPC$Invoker.invoke(RPC.java:224)
  36. at $Proxy1.getProtocolVersion(Unknown Source)
  37. at org.apache.hadoop.ipc.RPC.getProxy(RPC.java:368)
  38. at org.apache.hadoop.hdfs.DFSClient.createRPCNamenode(DFSClient.java:111)
  39. at org.apache.hadoop.hdfs.DFSClient.<init>(DFSClient.java:213)
  40. at org.apache.hadoop.hdfs.DFSClient.<init>(DFSClient.java:180)
  41. at org.apache.hadoop.hdfs.DistributedFileSystem.initialize(DistributedFileSystem.java:89)
  42. at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:1430)
  43. at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:65)
  44. at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:1448)
  45. at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:226)
  46. at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:109)
  47. at org.apache.hadoop.hbase.regionserver.HRegion.openHRegion(HRegion.java:2508)
  48. at org.apache.hadoop.hbase.regionserver.handler.OpenRegionHandler.process(OpenRegionHandler.java:92)
  49. at org.apache.hadoop.hbase.executor.EventHandler.run(EventHandler.java:150)
  50. at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
  51. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
  52. at java.lang.Thread.run(Thread.java:619)
  53. Caused by: javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)]
  54. at com.sun.security.sasl.gsskerb.GssKrb5Client.evaluateChallenge(GssKrb5Client.java:194)
  55. at org.apache.hadoop.security.SaslRpcClient.saslConnect(SaslRpcClient.java:134)
  56. at org.apache.hadoop.ipc.Client$Connection.setupSaslConnection(Client.java:405)
  57. at org.apache.hadoop.ipc.Client$Connection.access$1300(Client.java:214)
  58. at org.apache.hadoop.ipc.Client$Connection$2.run(Client.java:518)
  59. at org.apache.hadoop.ipc.Client$Connection$2.run(Client.java:515)
  60. at java.security.AccessController.doPrivileged(Native Method)
  61. at javax.security.auth.Subject.doAs(Subject.java:396)
  62. at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1062)
  63. at org.apache.hadoop.ipc.Client$Connection.setupIOstreams(Client.java:514)
  64. ... 21 more
  65. Caused by: GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)
  66. at sun.security.jgss.krb5.Krb5InitCredential.getInstance(Krb5InitCredential.java:130)
  67. at sun.security.jgss.krb5.Krb5MechFactory.getCredentialElement(Krb5MechFactory.java:106)
  68. at sun.security.jgss.krb5.Krb5MechFactory.getMechanismContext(Krb5MechFactory.java:172)
  69. at sun.security.jgss.GSSManagerImpl.getMechanismContext(GSSManagerImpl.java:209)
  70. at sun.security.jgss.GSSContextImpl.initSecContext(GSSContextImpl.java:195)
  71. at sun.security.jgss.GSSContextImpl.initSecContext(GSSContextImpl.java:162)
  72. at com.sun.security.sasl.gsskerb.GssKrb5Client.evaluateChallenge(GssKrb5Client.java:175)
  73. ... 30 more
  74. 2010-09-30 14:10:24,473 DEBUG org.apache.hadoop.ipc.Client: IPC Client (47) connection to ghelmling-laptop.local/127.0.1.1:9000 from hadoop/ghelmling-laptop.local@HADOOP.LOCALDOMAIN: closed
  75. 2010-09-30 14:10:24,474 ERROR org.apache.hadoop.hbase.regionserver.handler.OpenRegionHandler: IOException instantiating region for REGION => {NAME => '-ROOT-,,0', STARTKEY => '', ENDKEY => '', ENCODED => 70236052, TABLE => {{NAME => '-ROOT-', IS_ROOT => 'true', IS_META => 'true', OWNER => 'hadoop/ghelmling-laptop.local@HADOOP.LOCALDOMAIN', FAMILIES => [{NAME => 'info', BLOOMFILTER => 'NONE', REPLICATION_SCOPE => '0', VERSIONS => '10', COMPRESSION => 'NONE', TTL => '2147483647', BLOCKSIZE => '8192', IN_MEMORY => 'true', BLOCKCACHE => 'true'}]}}; resetting state of transition node from OPENING to OFFLINE
  76. 2010-09-30 14:10:24,474 DEBUG org.apache.hadoop.hbase.zookeeper.ZKAssign: regionserver60020-0x12b647928c30003 Forcing existing unassigned node for 70236052 to OFFLINE state
  77. 2010-09-30 14:10:28,853 DEBUG org.apache.hadoop.ipc.HBaseClient: IPC Client (47) connection to ghelmling-laptop.local/127.0.1.1:60000 from hadoop/ghelmling-laptop.local@HADOOP.LOCALDOMAIN: closed
  78. 2010-09-30 14:10:28,853 DEBUG org.apache.hadoop.ipc.HBaseClient: IPC Client (47) connection to ghelmling-laptop.local/127.0.1.1:60000 from hadoop/ghelmling-laptop.local@HADOOP.LOCALDOMAIN: stopped, remaining connections 0
  79. 2010-09-30 14:10:29,196 DEBUG org.apache.hadoop.ipc.Client: IPC Client (47) connection to ghelmling-laptop.local/127.0.1.1:9000 from hadoop/ghelmling-laptop.local@HADOOP.LOCALDOMAIN: closed
  80. 2010-09-30 14:10:29,197 DEBUG org.apache.hadoop.ipc.Client: IPC Client (47) connection to ghelmling-laptop.local/127.0.1.1:9000 from hadoop/ghelmling-laptop.local@HADOOP.LOCALDOMAIN: stopped, remaining connections 0
  81. 2010-09-30 14:10:34,435 DEBUG org.apache.hadoop.ipc.HBaseServer: IPC Server listener on 60020: disconnecting client 127.0.1.1. Number of active connections: 1
  82. 2010-09-30 14:10:49,197 DEBUG org.apache.hadoop.ipc.Client: RPC Server Kerberos principal name for protocol=org.apache.hadoop.hdfs.protocol.ClientProtocol is hadoop/ghelmling-laptop.local@HADOOP.LOCALDOMAIN
  83. 2010-09-30 14:10:49,198 DEBUG org.apache.hadoop.ipc.Client: Use KERBEROS authentication for protocol ClientProtocol
  84. 2010-09-30 14:10:49,198 DEBUG org.apache.hadoop.ipc.Client: Connecting to ghelmling-laptop.local/127.0.1.1:9000
  85. 2010-09-30 14:10:49,201 DEBUG org.apache.hadoop.security.SaslRpcClient: Creating SASL GSSAPI client. Server's Kerberos principal name is hadoop/ghelmling-laptop.local@HADOOP.LOCALDOMAIN
  86. 2010-09-30 14:10:49,225 DEBUG org.apache.hadoop.security.SaslRpcClient: Have sent token of size 645 from initSASLContext.
  87. 2010-09-30 14:10:49,229 DEBUG org.apache.hadoop.security.SaslRpcClient: Will read input token of size 104 for processing by initSASLContext
  88. 2010-09-30 14:10:49,229 DEBUG org.apache.hadoop.security.SaslRpcClient: Will send token of size 0 from initSASLContext.
  89. 2010-09-30 14:10:49,230 DEBUG org.apache.hadoop.security.SaslRpcClient: Will read input token of size 50 for processing by initSASLContext
  90. 2010-09-30 14:10:49,231 DEBUG org.apache.hadoop.security.SaslRpcClient: Will send token of size 50 from initSASLContext.
  91. 2010-09-30 14:10:49,234 DEBUG org.apache.hadoop.security.SaslRpcClient: SASL client context established. Negotiated QoP: auth
  92. 2010-09-30 14:10:49,234 DEBUG org.apache.hadoop.ipc.Client: IPC Client (47) connection to ghelmling-laptop.local/127.0.1.1:9000 from hadoop/ghelmling-laptop.local@HADOOP.LOCALDOMAIN: starting, having connections 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement