Member since
04-22-2014
1218
Posts
342
Kudos Received
157
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 28570 | 03-03-2020 08:12 AM | |
| 19027 | 02-28-2020 10:43 AM | |
| 5274 | 11-12-2019 03:28 PM | |
| 7660 | 11-01-2019 09:01 AM | |
| 7370 | 08-12-2019 11:06 AM |
07-23-2019
03:51 AM
Thanks. It worked.
... View more
07-18-2019
06:31 PM
@Debashish, yup, stderr.log looks good. Please check your Region Server log file on that host (usually it is in /var/log/hbase with the name REGIONSERVER in it). I am guessing you will see an attempt to start up and then a failure of sorts.
... View more
07-17-2019
07:41 PM
Sorry @Consult I did not notice your question until now. The business case is simple. Now a days many people do not use password to login to their window workstation. They use pin/with PIV card, face id, finger print, etc. to login to desktop. Some government agancies do not even give password to users to enforce users not to use password. Now after login to the desktop account, the user need to login to cloudera CM with the same AD account they used to login to windows. but they don't have the password for the AD account, what can they do?
... View more
07-17-2019
02:58 AM
It would be safe if you remove balancer role. balancer is required only when there is data incosistency.stop the role and follow below steps. You can goto HDFS-> instances -> select balancer -> migrate roles and specify target host. Regards, Asim
... View more
07-15-2019
05:44 AM
@bgooley Cloudera Navigator Metastore needs TLS password to be set in CM UI otherwise it wont start. Thanks for the help to fix the issue. - Vijay M
... View more
07-10-2019
02:56 PM
@Former Member, I just worked with Cloudera engineering and we have fixed up the code logic that led to the false ERROR. I tested and it looks good. We'll add the fix into future releases. Cheers, Ben
... View more
07-09-2019
01:26 PM
1 Kudo
@kal, Yup, you can stop Service Monitor and Host Monitor and then remove the contents of cloudera-host-monitor and cloudera-service-monitor directories. When you restart Servcie and Host Monitor, new indexes will be start from scratch. You will only lose the historical information.
... View more
06-23-2019
08:37 PM
1 Kudo
This looks like a case of edit logs getting reordered. As @bgooley noted, it is similar to HDFS-12369, where the OP_CLOSE is appearing after OP_DELETE causing the file to be absent when replaying the edits. The simplest fix, depending on if this is the only file instance of the reordered issue in your edit logs, would be to run the NameNode manually in an edits-recovery mode and "skip" this edit when it catches the error. The rest of the edits should apply normally and let you start up your NameNode. The recovery mode of NameNode is detailed at https://blog.cloudera.com/blog/2012/05/namenode-recovery-tools-for-the-hadoop-distributed-file-system/ If you're using CM, you'll need to use the NameNode's most recent generated configuration directory under /var/run/cloudera-scm-agent/process/ on the NameNode host as the HADOOP_CONF_DIR, while logged in as 'hdfs' user, before invoking the manual NameNode startup command. Once you've followed the prompts and the NameNode appears to start up, quit out/kill it to restart from Cloudera Manager normally. If you have a Support subscription, I'd recommend filing a case for this, as the process could get more involved depending on how widespread this issue is.
... View more
06-18-2019
11:37 AM
1 Kudo
@MichalAR , Right, so SAML can be used for Authentication and then LDAP for user/group sync. If you are not using LDAP for authentication, then "Create LDAP users on login" won't impact you. If you want to prevent the creation of a Hue user for a new user login, you can set the following: [libsaml] create_users_on_login=False If you do that, though, you need to be sure that you have all of your users already in Hue before they authenticate; otherwise, they will get an error. If you would like to leave create_users_on_login "True" but change the default group membership, you can adjust the "default" group that is set for new users. To do so, set: [useradmin] default_user_group=<name_of_your_preferred_group> That way, you don't prevent users from authenticating via SAML if they don't already exist as Hue users, but you can restrict the resources they can access. It's just another thing to consider that may help you achieve the type of configuration you want.
... View more
- « Previous
- Next »