Dear,
In the process to configure Hadoop on an Windows Azure CentOS Virtual Machine, I want to see the result of the setup on a webbrowser as per the documentation :http://lancegatlin.org/tech/centos-6-install-hadoop-from-cloudera-cdh
Open the main Apache “config”:
>sudo nano /etc/httpd/conf/httpd.conf
#ServerName www.example.com:80
All you need to do is enter your Cloud Server host name or a fully-qualified domain name:
what should i replace ServerName xxxxx with ? my azure VM account name such as :
ServerName albabig.cloudapp.net:80 ????????? it doesnt work!
Thx for helping.