Member since
12-14-2016
39
Posts
3
Kudos Received
4
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1091 | 10-17-2017 12:53 PM | |
2561 | 10-09-2017 09:39 AM | |
10897 | 08-16-2017 03:56 PM | |
2074 | 01-25-2017 10:19 AM |
10-19-2018
01:38 PM
@Kamlesh, If Diagnostic Data Bundle Directory has not been configured in Cloudera Manager (Administration --> Settings --> Support) then the bundle file will be stored in your Java temp directory which defaults to /tmp. Check /tmp for a file that contains the string scm-command-result. For example, on my Cloudera Manager host, I see: /tmp/9245-scm-command-result-data3965754000660825578.zip
... View more
09-22-2018
12:34 PM
I had the same problem - create external table intermediate_access_logs hanging. The solution which helped in my case was increasing memory in my virtual machine (VirtualBox). I've set VM memory to 20GB. I did not experiment, I don't know what is the working minimum. What I can tell is that 20GB works.
... View more
01-20-2018
12:46 AM
Cause: This issue occurs when the jce jars are not up to date on the client machine and not able to use the encryption key provided by Kerberos kdc. Solution: Download the latest/appropriate jce jars and place them in JAVA_HOME/jre/lib//security. The files are: US_export_policy.jar local_policy.jar These files are dependent on the Java version.
... View more
01-09-2018
03:44 AM
Any update on this error. I am also getting this one.
... View more
10-17-2017
12:53 PM
Hi parnigot, That upgrade should be fine. You would still be in the same major version. Here's some more information on upgrades, FYI.
... View more
10-10-2017
12:40 PM
Glad to help, @parnigot!
... View more
10-09-2017
09:54 AM
Hi Ashish, Is the Java client in the VM or just on the same host? If the same krb5.conf file as that in the VM exists and connection the the KDC server resolves properly, you should be able to kinit from another host.
... View more
10-08-2017
05:22 PM
Thanks for the info. From my point of view there would be two ways of approaching this problem: 1) Provide "read-only" access on per-service basis 2) Create some sort of "monitoring" user than can only see non-data related stuff, ie metrics and statuses As noted above, looks like current version can hide Impala queries, but now we are blocked by issue of being able to see Hive queries in logs (I know they could be redacted, but that's besides the point). Will be looking forward to grantular access features then, which hopefully will solve all the above - is there any predicted date for the release?
... View more
10-05-2017
03:09 PM
Hi stumilus, Not sure if this is answering the question but just some observations: That export looks to be using the API to retrieve the information. The information displayed for each application should match what is shown in the Resource Manager Web UI.
... View more
08-28-2017
01:59 PM
Hi mtrepanier, Keystores can be created with keytool. I believe you only need to have the server certificate in the keystore specified in the connection string. The CA file should already be in the truststore.
... View more