Created 05-16-2017 10:14 AM
Hi,
I am in the step of "Starting HDFS" installation, however, when it is about to be finished I get the following error:
"Creating HDFS /tmp/directory". Command aborted because of exception: Command timed-out after 90 seconds.
Directory /tmp does not currently exist.
How can I solve this problem?
Thanks,
Kind regards,
Created 05-18-2017 04:04 PM
Hi. I also had this problem and I solved it.
Just open port 8022.
All namenodes try to connect to cloudera manager using this port.
Good luck
Ricardo
Created 09-09-2017 07:46 AM
Created 09-11-2017 12:24 AM
Created 09-11-2017 04:58 AM
as a root run the below command to see if the port is listed there and listening .
netstat -nlp
meantime check your firewalld status if its active and if you are ok try disabling it .
could you let me know operating system that you are using ?
Created 10-14-2017 05:46 AM
I am having similar issue. I checked to see that firewalld is inactive. Port 8022 is listening as per netstat -nlp
I am using Cloudera installation wizard and on the Ssh login credentials page to select install options, I picked root password method
Any ideas what to check next?
Created on 10-14-2017 05:53 AM - edited 10-14-2017 05:54 AM
Also note that hostname returns the correct FQDN but hostname -f returns "localhost" and not a proper name. That could be an issue right?
Created 10-14-2017 06:15 AM
Created on 10-15-2017 02:05 PM - edited 10-15-2017 02:05 PM
I had a problem in my /etc/hosts file. Fixed that and now hostname -f is fine and I'm able to go past the issue with 8022 port.
Cautionary note: don't mess with existing lines in /etc/hosts file if you need to edit this file. Add to the file , don't update.
Created 05-19-2017 06:25 PM
Could you post the full installer log for more digging .
one thing i assume might be a permission issue .
did you kick off the installation as root ?
finally let me know if you are able to go to the
hostname:50070 - Namenode UI