Member since
07-30-2013
509
Posts
113
Kudos Received
123
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3090 | 07-09-2018 11:54 AM | |
2572 | 05-03-2017 11:03 AM | |
6321 | 03-28-2017 02:27 PM | |
2436 | 03-27-2017 03:17 PM | |
2119 | 03-13-2017 04:30 PM |
10-09-2015
01:00 PM
1 Kudo
Hi, This is not currently supported. We'll be adding placementRules in CM 5.5 that will allow you to specify that a role must be placed with another role, but it only lets you specify roles in the same service. We're aware of interest in requiring a role to be co-located with a role in a different service, and will keep that in mind for a future release. Thanks, Darren
... View more
09-15-2015
01:54 PM
Hi, Sqoop2 + Kerberos has not really worked (though it may have started, it didn't function) until both CDH and CM 5.4.5. If you upgrade both to 5.4.5+, it will start working. You have to upgrade both though. Thanks, Darren
... View more
08-06-2015
09:16 AM
1 Kudo
Sounds like CM can't talk to its own database. Verify that the database is up and running and the user that CM is using can talk to it. See connection info in /etc/cloudera-scm-server/db.properties. Thanks, Darren
... View more
07-23-2015
03:27 PM
Did the page where you test your Hive database connection work? Did you make any changes to database configuration since running that test? This error happens because you have invalid configuration for Hive, which is described in the error message you posted. Hive has no idea how to talk to its database because the configuration for the database host is missing.
... View more
07-16-2015
04:55 PM
1 Kudo
If you're running on EC2, Cloudera Director makes all this very easy for you. The CM API client bindings has some examples here: https://github.com/cloudera/cm_api/tree/master/python/examples
... View more
07-09-2015
11:08 AM
Until this bug is fixed, yes, you'll need to replace /etc/hive/fsxml/fair-scheduler.xml every time you change Yarn's copy of fair-scheduler.xml. Thanks, Darren
... View more
07-06-2015
10:45 AM
When you ran from command-line, did you use "hive" or "beeline"? I forgot to clarify that you should test using the "beeline" client so it goes through HS2 and fully integrates with Sentry. This is also more similar to how Hue works (it talks to HS2). When using Sentry, you are supposed to disable impersonation for HS2, which means that all jobs will be submitted as user "hive". When looking up permissions in Sentry and/or deciding which YARN pool to run in, however, it should use the submitting user, not "hive". So it isn't necessarily a problem that the hive job is submitted as the hive user. Thanks, Darren
... View more
06-26-2015
04:46 PM
Hi Ben, The hive+sentry issue sounds like an issue that was fixed in CDH5.2.1 and CDH5.3.0+. What version of CDH are you using? Are you seeing the same problem for jobs launched from command-line (as a user other than hive, of course), or only ones launched through hue and oozie? I'm not sure if we had any releases where llama was known to have this issue. Thanks, Darren
... View more
06-24-2015
03:33 PM
I believe that you can give people an exported charts view and ask them to import the JSON manually after installing your CSD (custom service descriptor), which may be a reasonable workaround in the meantime.
... View more