Member since
04-22-2014
1218
Posts
341
Kudos Received
157
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 26377 | 03-03-2020 08:12 AM | |
| 16525 | 02-28-2020 10:43 AM | |
| 4795 | 12-16-2019 12:59 PM | |
| 4511 | 11-12-2019 03:28 PM | |
| 6777 | 11-01-2019 09:01 AM |
02-22-2018
11:22 AM
@GeKas, You are correct. Thank you for clarifying that EXTERNAL means NOT EMBEDDED. An external database server can be on the same host as Cloudera Manager. -Ben
... View more
02-22-2018
11:04 AM
@colearendt, I haven't played with the Docker release. Why are you kiniting from the commandline with the host principal? CM/CDH don't use the host principal. Any idea how the myfile.keytab gets created? I guess I am curious what you are trying to do and why when you get the error.
... View more
02-20-2018
05:07 PM
@nehanirmal, If you have a new question regarding Spark, try here: http://community.cloudera.com/t5/Advanced-Analytics-Apache-Spark/bd-p/Spark
... View more
02-20-2018
04:58 PM
@scld, Since you are using AES256, the most likely reason beeline cannot find any TGT is that the Unlimited JCE policy file is not installed in the JDK that beeline is using. Also, why did you download the binaries? beeline ships with CDH. @srcnblgc, Please show us the full command you are using and the output as it appears on the screen. It is hard to tell what you are doing/seeing. Check the HiveServer2 logs, as well, to see if there are errors or exceptions when you are having difficulty connecting.
... View more
02-20-2018
04:36 PM
Hi @Tarique, This is a good place to start planning: https://www.cloudera.com/documentation/enterprise/latest/topics/cm_ag_upgrading_cm.html That should cover most of what you need. If you have questions, let us know.
... View more
02-15-2018
08:50 AM
@cloudtiger, This error looks like it comes from within the server you are starting. I would check the log of the role you are starting. There may be more information or context in that file or the stderr.log. Please share the entire stderr.log and also any stack traces in the role log (HiveServer2 or Hive Metastore). Thanks! Ben
... View more
02-09-2018
02:19 PM
1 Kudo
@Krish216, As mentioned, there is no reason to have Activity Monitor running in your cluster if you are not using MapReduce1. Rather than troubleshoot the issue, unless you have legacy MR1 (deprecated in C5 and removed in C6) I would vote for just removing Activity Monitor from your deployment. To remove Activity Monitor: in Cloudera Manager, click on Clusters --> Cloudera Management Service --> Instances Check the box to the left of Activity Monitor. Click the Actions for Selected button and choose Delete. If you are still using Mapreduce1 in your cluster and need Activity Monitor, please show us the errors or log information you are seeing relative to the hue issue.
... View more
02-08-2018
01:23 PM
@nehanirmal, There isn't much risk here since the apache2 package isn't necessary for hadoop itself. When you upgrade packages, you may need to skip again, but other than that, as long as you don't use the Hue Load Balancer, you shouldn't notice a problem related to skipping the package. Ben
... View more
02-07-2018
08:15 PM
@Krish216, Activity Monitor is only useful for MapReduce1. It is not used if you are using YARN for your jobs. So, rather than troubleshoot this, unless you are using MR1, you can safely delete the Activity Monitor instance. It is not used for anything if you are using YARN/MR2 only. If you are using MR1 after all, is that the complete stack or is there possible more to the logs. Ben
... View more
02-07-2018
05:32 PM
@ludof, The exception in the stack shows: Caused by: java.net.SocketTimeoutException: connect timed out
at java.net.PlainSocketImpl.socketConnect(Native Method) That indicates that a timeout occurred while trying to establish a connection with the server/port combination you specified. I recommend trying to use "telnet" command to connec to the SMTP server host or port (from the Oozie host) or use tcpdump to help identify the problem. The problem most likely lies between your Oozie host and the mail server. Could be a firewall or some other reason the host you specified is unreachable from that location. Here is one page that explains how to use telnet against exchnage servers to test SMTP: https://technet.microsoft.com/en-us/library/bb123686(v=exchg.160).aspx
... View more