Re: [Erorr:]vieiwng Web UI on EMR cluster

2016-09-12 Thread Mohammad Tariq
Hi Divya,

Do you you have inbounds enabled on port 50070 of your NN machine. Also,
it's a good idea to have the public DNS in your /etc/hosts for proper name
resolution.


[image: --]

Tariq, Mohammad
[image: https://]about.me/mti





[image: http://]

Tariq, Mohammad
about.me/mti
[image: http://]



On Tue, Sep 13, 2016 at 9:28 AM, Divya Gehlot 
wrote:

> Hi,
> I am on EMR 4.7 with Spark 1.6.1   and Hadoop 2.7.2
> When I am trying to view Any of the web UI of the cluster either hadoop or
> Spark ,I am getting below error
> "
> This site can’t be reached
>
> "
> Has anybody using EMR and able to view WebUI .
> Could you please share the steps.
>
> Would really appreciate the help.
>
> Thanks,
> Divya
>


[Erorr:]vieiwng Web UI on EMR cluster

2016-09-12 Thread Divya Gehlot
Hi,
I am on EMR 4.7 with Spark 1.6.1   and Hadoop 2.7.2
When I am trying to view Any of the web UI of the cluster either hadoop or
Spark ,I am getting below error
"
This site can’t be reached

"
Has anybody using EMR and able to view WebUI .
Could you please share the steps.

Would really appreciate the help.

Thanks,
Divya


question about TotalWriteTime in DataNode metrics

2016-09-12 Thread Steven Rand
Hi all,

I was looking at the JMX metrics from one of my DataNodes and noticed that
if I divide BytesWritten by TotalWriteTime, I get a result of about 1000
Mb/sec. However, I can only dd to the disk storing HDFS data on that node
at about 95 Mb/sec.

To try to figure out what's going on, I uploaded some data to HDFS and
checked the values of BytesWritten before and after. BytesWritten changed
by the expected amount (roughly the size of the data uploaded), so those
numbers seem fine. I only have 3 DataNodes and RF=3, so all data is written
to each DataNode during upload.

Therefore it seems that the value of TotalWriteTime must either be too low,
or I'm misunderstanding what it means. My understanding of
BlockReceiver#receivePacket is that TotalWriteTime measures the cumulative
time spent by the DataNode writing to its local disk. Is this correct? If
so, what could explain its value being so low that write throughput seems
to be roughly 10x what the disk is actually capable of?

Thanks,
Steve