Member since
09-23-2013
238
Posts
72
Kudos Received
28
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1803 | 08-13-2019 09:10 AM | |
3161 | 07-22-2015 08:51 AM | |
7068 | 06-29-2015 06:43 AM | |
4928 | 06-02-2015 05:17 PM | |
20685 | 05-23-2015 04:48 AM |
09-25-2014
10:14 AM
Thanks for opening my eyes. I was scrolling through lots of subversions named postgresql-8.1.x and i didn't notice that additional rpm called postgresql84. Unfortunately for me it's too late as i just finished the install of RHEL 6. To answer previous question: RHEL 5 is still supported by RedHat. Changing the OS baseline, for an entire line of solutions, isn't an easy choice when working in a large corporation.
... View more
09-14-2014
10:09 AM
Oh, I didn?t try that. I was looking in the documentation provided on the Express page (tab along the row where the download section is) and perhaps it is documented there but I didn?t read far enough into it. I?ll give it a try later and respond on the forum. Thanks for the quick reply. Kevin
... View more
08-27-2014
11:20 AM
1 Kudo
Todd, thanks for the details information. However, I still can't figure it out. (except to reboot the node) my cluster has three nodes: the /etc/hosts are identical as: 127.0.0.1 localhost.localdomain localhost 10.122.195.196 hdfs001.demai.com hdfs001 10.122.195.197 hdfs002.demai.com hdfs002 10.122.195.198 hdfs003.demai.com hdfs003 I tested hostname in the following ways: [ptadm@hdfs001 work-demai]$ hostname hdfs001.demai.com [ptadm@hdfs001 work-demai]$ hostname -f hdfs001.demai.com [ptadm@hdfs001 work-demai]$ python -c "import socket; print socket.getfqdn(); print socket.gethostbyname(socket.getfqdn())" hdfs001.demai.com 10.122.195.196 I turned of selinux, and tested: $selinuxenabled && echo enabled || echo disabled disable
... View more
08-05-2014
07:18 AM
The problem was that the following call: (Found in the error log of the installation UI, check out the original question) python -c 'import socket; import sys; s = socket.socket(socket.AF_INET); s.settimeout(5.0); s.connect((sys.argv[1], int(sys.argv[2]))); s.close();' hadooop-test.in.wellcentive.com 7182 was calling hadooop (threee o's) instead of the name of the server hadoop (two o's) I checked with my systems team and there was a duplicate entry in the dns with the three o's. Fixed and that was teh problem.
... View more
08-05-2014
06:19 AM
Hi, Can help you http://www.cloudera.com/content/support/en/downloads/cloudera_manager/cm-5-1-0.html Cloudera Manager Installation Guide.pdf - check uninstall guide you need to record the paths which you install the CDH
... View more
06-27-2014
04:34 AM
I had deployed JCE. It does not work.The cluster has 4 nodes,hosts: 172.20.0.11 namenode11.yeahmobi.com namenode11 172.20.0.12 datanode12.yeahmobi.com datanode12 172.20.0.13 datanode13.yeahmobi.com datanode13 172.20.0.14 datanode14.yeahmobi.com datanode14 I guess,maybe I missed some configurations. I had Enable Authentication for HTTP Web-Consoles,if want to access webUI(eg:namenode:50070) from a windows client,what should I do? Should I do Integrating Hadoop Security with Alternate Authentication? http://www.cloudera.com/content/cloudera-content/cloudera-docs/CDH5/latest/CDH5-Security-Guide/cdh5sg_hadoop_security_alternate_authen_integrate.html
... View more
03-30-2014
05:36 PM
For the benefit of others that may encounter this, the root cause of this problem was eventually identified. The problem was caused by the SSH-client-launched remote command running under a much older version of "bash", a version that had the (temporary) problem of not exporting the SSH_CLIENT variable to the environment. How can this happen and be obscure? It turns out that when the CM executes "ssh 'bash -c ...'", the remote SSH server relies on a static search PATH to locate "bash", which may be different from the path you pick-up with interactive shells. To check if you have this (unlikely) problem, run this from a machine remote from the target machine: $ ssh you@yourmachine.com 'which bash' /usr/local/bin/bash $ ssh you@yourmachine.com 'bash --version' GNU bash, version 2.05.8(1)-release (i386-redhat-linux-gnu) $ ssh you@yourmachine.com 'env | grep SSH_CLIENT' SSH_CLIENT=10.1.2.3 56617 22 $ ssh you@yourmachine.com 'bash -c "env | grep SSH_CLIENT"' (nothing) Note the really old version of bash reported here for me, and the non-standard path. Then when "bash" is explicitly invoked when checking SSH_CLIENT, it is missing. You can compare this to the results from an interactive shell session. The version of bash above and some other versions around the same time do not correctly export SSH_CLIENT. The fix for this is eliminate the bad version of bash from the target machine. Brett
... View more
02-19-2014
08:49 PM
Thanks for your help.
... View more
11-13-2013
10:23 AM
2 Kudos
(yes the reboot after changing selinux config is necessary)
... View more
- « Previous
- Next »