Member since
08-16-2016
642
Posts
131
Kudos Received
68
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 3978 | 10-13-2017 09:42 PM | |
| 7475 | 09-14-2017 11:15 AM | |
| 3799 | 09-13-2017 10:35 PM | |
| 6036 | 09-13-2017 10:25 PM | |
| 6603 | 09-13-2017 10:05 PM |
06-20-2017
01:56 AM
1 Kudo
The Problem was in a misconfigured Kerberos encryption type.... Tested the ktutil, first time it did not work, because I misspelled the encryption type. Worked well with the right encryption. Tried to fix encryption type in Manager. Worked well! I deleted everything else and added aes128-cts-hmac-sha1-96 (as in the example from https://web.mit.edu/kerberos/krb5-1.13/doc/admin/admin_commands/ktutil.html) This config option should be defenitelly improved in cloudera manager! Aswell, as the error reporting! Hope this will be helpfull to somebody else too. the default encryption type (if not configured in kerberos *.conf files) is: aes256-cts-hmac-sha1-96 thus it should also become default encryption type in cloudera manager.
... View more
06-19-2017
09:38 AM
Went ahead and downloaded a fresh .jar and followed the steps in the guide posted above - got it working! Appreciate the help.
... View more
06-16-2017
11:50 AM
1 Kudo
Yeah, that is normal. Beeline is another client that connects to HS2 where the Hive cli connects directly to HMS. The latter has some security issues and is not scalable. In Hive 2.x the Hive cli will be a wrapper around beeline. You can ignore the message for now or start using beeline right out the gate.
... View more
06-16-2017
11:28 AM
@mbigelow thats wright! the app used an older API from MRv1. The app uses almost the same amount of data each day plus aprox 30GB so the expected time could be a little bit more each day, as the app runs daily, but in the last days past from 9 hours to more than a day to finish. The solution I've founded was to decrease the amount of memory instead of increase it. Now the app can allocate more containers so the app is runing pretty fast. Thanks for your help, just in case I'll let you know. Guido.
... View more
06-15-2017
02:12 PM
Check the logs for the Jhist role. The stderr log should have the exception or error that caused it to fail to start. The issue with the jobs is that on the worker nodes the yarn.nodemanager.local-dirs directories (it can be more than one) do not have enough space. Check your config, and the check the space on those directories on the worker nodes.
... View more
06-13-2017
12:36 PM
@mbigelowTry to search for "How to install CM over an existing CDH Cluster"
... View more
06-13-2017
02:12 AM
@mbigelow Sorry for the late response , was on Vacation :)) bleow is my answer to the questionaire is size the amount after the merge? Yes it . What was the average size before? between 50kb to 100 kb . How long did it take to run? 10-15 minutes
... View more
06-12-2017
10:20 AM
It is by design. The impala-shell scripts calls out that it will look in the current working directory. Either workaround it or submit a request or submit your change back to the Apache Impala project.
... View more
06-07-2017
08:53 AM
It seems like if we are not confident that changing those configuration will solve the HDFS IO Exception (in our Hive application) its better to not mess around with them. Do you have any suggestion about the root couse of our exception?
... View more
06-07-2017
01:02 AM
perfect thank you, that was the issue. I needed to add the placement rule "Use the pool root.[Username], only if the pool exists".
... View more