Member since
07-30-2013
509
Posts
113
Kudos Received
123
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 3590 | 07-09-2018 11:54 AM | |
| 2911 | 05-03-2017 11:03 AM | |
| 7422 | 03-28-2017 02:27 PM | |
| 2904 | 03-27-2017 03:17 PM | |
| 2430 | 03-13-2017 04:30 PM |
02-18-2015
11:44 AM
Usually /etc/ and /etc/hadoop don't have group write permissions. Not sure how they got there, but removing it seems like a good idea.
... View more
02-18-2015
11:10 AM
1 Kudo
Hi Ty, parquet, hbase, zookeeper, and solr all say 5.3.0 version in host inspector. You need to make sure they're all upgraded to 5.3.1 and there's no 5.3.0 packages left. Thanks, Darren
... View more
02-05-2015
01:47 PM
1 Kudo
Did you install the CDH binaries on the hosts? This can be done via parcels (as described in the python tutorial: http://cloudera.github.io/cm_api/docs/python-client/#managing-parcels) or manually by sshing into the hosts and installing packages. Thanks, Darren
... View more
01-29-2015
11:05 AM
1 Kudo
Try increasing your datanode heap size. You may need to decrease heaps of other roles to make space, or move roles around so there isn't so much contention for memory on a single host.
... View more
01-15-2015
02:29 PM
Hi Psiamal, I believe you can just remove that file, then the CM agent will re-generate it with a unique ID for you. I would stop all your agents, delete the hosts via the CM UI, delete the uuid files on the agent hosts, then start your agents. The hosts should appear correctly in the CM UI shortly. I don't think there's any other things you need to purge from the clones. Can't say I've tested this myself though. Thanks, Darren
... View more
01-15-2015
01:50 PM
1 Kudo
Did you by chance configure all CM agent hosts with the same host id? /var/lib/cloudera-scm-agent/uuid
... View more
01-12-2015
05:09 PM
Hi Jy, Did you set Impala's dependency on Sentry? You need to set the dependency on Sentry in both the Hive service and the Impala service. Thanks, Darren
... View more
01-07-2015
11:09 AM
Hi Jy, Sentry only works on groups. You can always define a new group that just contains a single user to work around this. This is commonly (maybe always) defined for you already, so you might be able to just replace "user" with "group" and get that statement to do the logically equivalent thing. Group management is configurable and is commonly either shell-based or LDAP-based. You can find it in HDFS configuration under the name "Hadoop User Group Mapping Implementation". If it is shell-based (the default), then you need to make it so your operating system recognizes the correct group membership for your users via standard OS user administration commands. Thanks, Darren
... View more
01-06-2015
02:17 PM
Hi Jy, Unfortunately I can't see your images. It sounds like you're doing the right things, though I didn't see the step to change HDFS permissions for the hive warehouse directory. Make sure that you're using a Sentry superuser to work with roles, otherwise you'll get permission errors. See the "Admin Groups" config in Sentry for who is allowed to issue admin commands. You'll need to use beeline to interact with the roles, not the old hive CLI. Thanks, Darren
... View more
01-06-2015
12:44 PM
Hi Jy, I'm not aware of viable alternatives to Sentry. Please ignore the section called "Configuring HiveServer2 for the Sentry Service" on that page. Also ignore "Configuring the Hive Metastore for the Sentry Service". Basically you should stop after the subsection "Enabling the Sentry service for Hive". Cloudera Manager will automatically configure HS2 and Hive Metastore Server to talk to sentry once you configure the Sentry Service as a dependency of Hive. I'll get that doc page clarified. If you're using Impala, you also need to configure Impala to use Sentry (see "Enabling the Sentry Service for Impala"), but can ignore the section "Configuring Impala as a Client for the Sentry Service" since Cloudera Manager will do that for you automatically. In general, to add arbitrary configuration to a file you need to use an Advanced Configuration Snippet for the correct file and role. See here for more information: http://www.cloudera.com/content/cloudera/en/documentation/core/latest/topics/cm_mc_config_snippet.html Thanks, Darren
... View more