Member since
08-14-2013
558
Posts
13
Kudos Received
8
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 3055 | 10-29-2019 11:47 AM | |
| 3015 | 07-15-2019 09:02 AM | |
| 7255 | 06-06-2019 07:56 AM | |
| 11675 | 02-28-2019 11:34 AM | |
| 10125 | 01-07-2019 01:08 PM |
02-18-2019
03:09 PM
1 Kudo
Hi, We have seen this with a few upgrades to CDH 6.X from CDH 5.X recently. Could you please confirm if this was an upgrade (you had mentioned "just installed", so we would like to confirm)? The solution for upgrades has been to: 1. Execute the below command on the Oozie server host command line
unlink /opt/cloudera/parcels/CDH-6.1.0-1.cdh6.1.0.p0.770702/lib/oozie/embedded-oozie-server/dependency/javax.servlet.jsp-2.3.2.jar
*note that we aim to only remove the link to the actual jar file
2. Restart Oozie server
3. Please check if the web ui comes up correctly. This should be fixed in a future upgrade. Thanks, Robert Justice
... View more
01-08-2019
12:42 PM
There is no new product name. This will be a new feature within Sentry called Attribute Based Access Control using Navigator Lineage tags for metadata. At present, there is no estimated release date, but we will be sure to announce that.
... View more
01-07-2019
01:08 PM
1 Kudo
Typically, we see this type of stack trace when the keytab for the service principals do not match the principals in the KDC. Also, occasionally, the enctypes for the KDC do not match up with encryption types in your krb5.conf on the client side, with something like arcfour-hmac missing, but this is less likely the cause. https://web.mit.edu/kerberos/kfw-4.1/kfw-4.1/kfw-4.1-help/html/encryption_types.htm Our first suggestion would be to: Stop all services on the cluster Regenerating all of the existing principals beneath: Administration > Security > Kerberos Credentials > Select all > Regenerate Selected Start all services on the cluster
... View more
01-07-2019
09:28 AM
You are correct that Record Service has been no longer supported as of CDH 5.13 and the Record Service beta has ended (please see here). Cloudera is actively working on a generally available solution. That solution takes advantage of a new streamlined architecture, while solving the same problems that RecordService set out to solve, both dynamic column and and row-level permissions that work across multiple data access methods (including Spark). For now, the workarounds you mentioned would suffice, depending on your specific use case and needs.
... View more
08-29-2017
06:56 AM
@uzubair,
Great to hear! Thanks for getting back and letting us know.
... View more
08-28-2017
12:27 PM
Hi @uzubair,
Just touching base to see if you were able to resolve this issue, and if not, were you able to create a support case through through the Altus Web UI (Altus Web UI -> Support -> Support Center -> Technical Support; Component = Altus Data Engineering; Sub-Component = Clusters)?
Thanks,
Robert Justice
... View more
04-19-2017
02:59 PM
2 Kudos
Question Is the Cloudera Altus CLI supported for Windows systems?
Answer Starting with the Cloudera Altus CLI Version 1.1.3, installation is available through pip, as long as the following minimum requirements are met: Minimum version of Python 3.6+ 1) Download and Install Python for Windows according to the website's instructions: https://www.python.org/downloads/windows/ 2) Open a Command Prompt (Windows Key + R), then type cmd and hit enter. 3) In the Command prompt window, run the command to update the Windows environment to add the newly installed Python folder to the system path: setx "%PATH%";C:\<Python_Install_destination>\Scripts; For example, if Python 2.7 was installed in it's default location, the following command would be run: setx "%PATH%";C:\Python36\Scripts; 4) In the same Window, run the pip installer to install the Cloudera Altus CLI Utility: pip install altuscli 5) Once the Cloudera Altus CLI is installed, confirm its functionality by running altus --version as shown below:
... View more
04-19-2017
02:21 PM
Question Can I use a bootstrap script to further configure the cluster?
Answer Instance bootstrap scripts are executed on all the cluster instances immediately after startup before any services are configured and started. You can use it to install additional OS packages or add application dependencies (e.g. copy a jar to the cluster, etc). This is not intended to be a mechanism for cluster configuration.
... View more
04-19-2017
08:05 AM
1 Kudo
Question I noticed the Cloudera Altus documentation is not avaialable at the standard location for Cloudera documentation at: https://www.cloudera.com/documentation.html Where is this documentation available?
Answer When you login with your Cloudera credentials to: https://console.altus.cloudera.com/ There is a pulldown available in the upper right corner for Support -> Documentation that links to the docummentation at: https://console.altus.cloudera.com/support/documentation.html Documentation will also be available with the standard Cloudera documentation in an upcoming release.
... View more
04-17-2017
01:16 PM
1 Kudo
Symptoms When creating an AWS Environment through Quickstart, the environment attempts to create, but shows Failed.
Applies To Cloudera Altus Environments setup with Quickstart
Cause There can be several causes: Your limit of VPCs have been reached. Your Cloudwatch log group may already exist. Some other limit in AWS has been reached. You may not have proper permissions in AWS.
Troubleshooting Steps Beneath the AWS Console -> CloudFormation, select the Stack that just failed to deploy. Expand Events and work from the bottom up to see what the event that failed first. If a limit was exceeded, open an issue with AWS support or request a limit increase beneath EC2 -> limits. If a authorization role is needed for your account, contact your AWS account owner to provide you with that role. Otherwise, correct any failure other failure cause you see (e.g. duplicate CloudWatch log group, etc), delete the stack, and attempt to Quickstart the environment again.
References https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html
... View more
- « Previous
-
- 1
- 2
- Next »