Member since
07-05-2016
17
Posts
1
Kudos Received
0
Solutions
07-08-2016
09:36 AM
Hi Bill, Using localhost worked! Just used Safari to connect. Many Thanks David
... View more
07-08-2016
09:06 AM
Hi David Thank you for your quick reply. 1. I checked that director is running here is the output. clouder+ 509 506 0 06:30 ? 00:00:00 bash /usr/lib64/cloudera-director/server/bin/cloudera-director-server clouder+ 551 509 0 06:30 ? 00:01:42 /usr/lib/jvm/jre-openjdk/bin/java -XX:MaxPermSize=256M -XX:+CMSClassUnloadingEnabled -Xms512m -Xmx1g -Dpid.file=/var/run/cloudera-director-server/application.pid -Djava.awt.headless=true -Djava.net.preferIPv4Stack=true -Dlogging.config=/etc/cloudera-director-server/logback.xml -Dloader.path=lib/ -cp /usr/lib64/cloudera-director/server/lib/launchpad-server-2.0.0.jar org.springframework.boot.loader.PropertiesLauncher --spring.config.location=/etc/cloudera-director-server/application.properties --lp.access.logging.config.file=/etc/cloudera-director-server/logback-access.xml --lp.database.path=/var/lib/cloudera-director-server/state ec2-user 3169 3145 0 11:47 pts/1 00:00:00 grep --color=auto director [ec2-user@ip-10-0-2-12 ~]$ 2. I tunneled to the public IP address in another window ssh -i "Fincerno.pem" -L 7189:localhost:7189 ec2-user@ec2-52-28-166-163.eu-central-1.compute.amazonaws.com Last login: Fri Jul 8 11:41:06 2016 from 90.201.159.230 [ec2-user@ip-10-0-2-12 ~]$ 3. Then tried Safari to conenct to the public IP on port 7189 http://52.28.166.163:7189 but safari hangs and says the server unexpectedly dropped the connection 4. Tried the same from Chrome and it says the address cant be reached. 5. I checked in the security groups and all IPs and port ranges seem to be open. Not sure where to go from here? Regards David.
... View more
07-08-2016
06:04 AM
Hello I am using the AWS quick start deployment guide here http://docs.aws.amazon.com/quickstart/latest/cloudera/step3.html I am using the Quick Start guide because I am new to this subject so thought this would be the best way to go and expected that the guide is Newbie/Idiot proof. I have created 2 RHEL-7.1 nodes, and it all goes well. However I am stuck at step 3 trying to connect to the Cloudera Director. When I enter the IP and port address into my browser (tried Safari and Chrome) no connection is made and the browsers time out the connection. I checked a lot of similar posts and tried lots of things but no luck. Its not clear to me if 1. The IP address I use in the SSH command in step 3.2 is the public or private IP address for my Cluster Launcher Node? 2. Do I enter this ssh tunnel command in a new terminal window on my machine (MacBook running 10.10.4) or the terminal window I used in Step 3.1 ? 2. Some posts reference port 7180, what IS the correct port 7180 or 7189? 3. Is There anything I need to do in my browser? I already followed the instructions to add the ProxySwitch Omega to Chrome and that did not work . 4. I have Cloudera Director running as seen in the ps - ef command, am I missing anything? Are there any steps missing from the guide? I am assuming lots of things you would normally do in a manual install are done 'behind the scenes' by the AWS CloudFormation template, but I suspect its missing something. Been stuck on this for weeks now, like many other people I have seen on various posts, so any new suggestions greatly appreciated Thanks.
... View more