Member since
09-18-2015
3274
Posts
1159
Kudos Received
426
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2600 | 11-01-2016 05:43 PM | |
| 8707 | 11-01-2016 05:36 PM | |
| 4913 | 07-01-2016 03:20 PM | |
| 8242 | 05-25-2016 11:36 AM | |
| 4395 | 05-24-2016 05:27 PM |
12-21-2015
06:11 PM
1 Kudo
@Darpan Patel
Looks like failover is still in progress. Trying to fail over after sleeping for 676ms. org.apache.hadoop.ipc.RemoteException(org.apache.hadoop.ipc.StandbyException): Operation category READ is not supported in state standby at.. Restart HDFS components and then try again..
... View more
12-21-2015
03:48 PM
@Darpan Patel Ok. If issue is resolved then please accept one of the answers to close the thread.
... View more
12-21-2015
03:13 PM
@Darpan Patel Do you have admin user in AD? I guess yes
... View more
12-21-2015
01:52 PM
1 Kudo
@Darpan Patel Perfect! It looks like the ldap sync is working but you need to check credentials.
... View more
12-21-2015
01:45 PM
@Kevin Minder
... View more
12-21-2015
01:44 PM
2 Kudos
@jzhang See this ERROR namenode.FSImage(FSImage.java:loadFSImage(679))-Failed to load image fromFSImageFile(file=/hadoop/hdfs/namenode/current/fsimage_0000000000000006843, cpktTxId=0000000000000006843) It looks like that there was abnormal crash caused the loss or file creation issue. If there is no data in the sandbox and you don't see the above file and there is backup then you can try to format the namenode or import new sandbox image hadoop namenode -format **It can cause the data loss**
... View more
12-21-2015
01:35 PM
@Darpan Patel Please see my previous message. It seems like that your admin user is set to ldap user.
... View more
12-21-2015
01:18 PM
2 Kudos
@Darpan Patel
https://confluence.atlassian.com/display/CONFKB/Us... 52einvalid credentials
Regarding: admin use invalid credentials, it looks like your AD setup did change admin user settings in the database. For example: ambari213=> select ldap_user from users where user_name='admin'; ldap_user ----------- 1 (1 row) ambari213=> update users set ldap_user=0 where user_name='admin'; UPDATE 1 ambari213=> ambari213=> select ldap_user from users where user_name='admin'; ldap_user ----------- 0 (1 row) then try login with admin cred.
... View more
12-21-2015
09:55 AM
@Gerd Koenig That's :))
... View more