Member since
05-27-2014
1499
Posts
77
Kudos Received
44
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3177 | 05-04-2020 11:56 AM | |
1954 | 05-01-2020 10:43 AM | |
2076 | 04-28-2020 03:11 PM | |
3556 | 04-28-2020 10:35 AM | |
2458 | 04-13-2020 10:44 AM |
10-07-2019
11:17 AM
@Alieer ,
Did you upgrade CM/CDH on your cluster recently?
From the error snippet below:
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'A0.OWNER_TYPE' in 'field list'
It looks like the Hive Hive Metastore Database Schema may not be upgraded correctly.
Please try these steps:
1. From Cloudera Manager, stop Hive service
2. On the UI, Clusters -> Hive -> Actions -> Upgrade Hive Metastore Database Schema
3. Start Hive service
4. Try your test again
Thanks and hope this helps,
Li
... View more
09-27-2019
10:46 AM
Hi @vikaskanchan ,
I have asked internally and unfortunately there is no spark level permission as far as I know.
Thanks,
Li
... View more
09-25-2019
10:44 AM
Hi @vikaskanchan ,
I believe you are asking a question about authorization for specific services access. I am not quite sure if there is a specific way to authorize users just using Spark. What we do have are permissions, ACLs, Sentry for the underlying data that services such as Spark or Pig would need. For example, HDFS and Hive can be configured using Sentry and Spark Jobs typically access HDFS and Hive data. More details about authorization can be found here:
https://www.cloudera.com/documentation/enterprise/latest/topics/sg_authorization.html
Cloudera Manager only provides Users Roles authorization which does not seem to fit your need:
https://www.cloudera.com/documentation/enterprise/latest/topics/cm_sg_user_roles.html
Thanks,
Li
... View more
09-23-2019
02:22 PM
Hi @bradybian ,
FYI, there is an external Hue jira ticket related to this topic which you can follow:
https://issues.cloudera.org/browse/HUE-8910
Have you tried either remove .scratchdir as a workaround or as suggested in earlier post referring to the knowledge article "Loading Data from Files into Tables | HiveServer2 and Sentry"?
Thanks,
Li
... View more
09-12-2019
12:58 PM
Hi @SandeepSingh ,
Glad to hear the issue got resolved. When you get a chance, could you please share more details on the "recommended model schema" so I can follow up internally to see what we can improve?
Thanks,
Li
... View more
09-10-2019
11:10 AM
Hi @Attu ,
So far no ETA yet. If I hear anything, will reply to you here.
Thanks,
Li
... View more
09-09-2019
09:26 AM
The jira ticket is internally only to Clouderans. However, you can reply to this thread and ask for an update or you can just raise a different thread in the future and reference the jira #.
I just checked the ticket and the last update was the jira was brought to the program and release manager's attention.
Thanks and hope this helps,
Li
... View more
09-06-2019
09:31 AM
Sure, here is the internal jira #OPSAPS-52437 for your reference in case in the future you need to check the status.
... View more
09-04-2019
02:43 PM
Hi @SandeepSingh ,
Please use role config groups instead of role types. You can see relevant methods in ApiService to get and create groups. You may want to read this thread which people experienced the similar error message.
https://grokbase.com/t/cloudera/scm-users/1373r4h204/cm-api-create-cluster-error
Thanks and hope this helps,
Li
... View more
09-04-2019
10:59 AM
2 Kudos
@Attu ,
Based on the official Cloudera documentation: https://www.cloudera.com/documentation/enterprise/6/release-notes/topics/rg_os_requirements.html#cdh_cm_supported_os
It looks like the latest RHEL version supported by Cloudera Enterprise 6.3.x is 7.6.
I can open a feature request to ask for supporting RHEL7.7.
It is recommended that you use the supported OS versions as that is fully tested by QA. Use the unsupported version may increase the chances of unexpected cluster issues.
Thanks and hope this helps,
Li
... View more