Return-Path: X-Original-To: apmail-hadoop-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 85AC017661 for ; Mon, 23 Feb 2015 06:34:14 +0000 (UTC) Received: (qmail 64629 invoked by uid 500); 23 Feb 2015 06:34:08 -0000 Delivered-To: apmail-hadoop-user-archive@hadoop.apache.org Received: (qmail 64507 invoked by uid 500); 23 Feb 2015 06:34:08 -0000 Mailing-List: contact user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hadoop.apache.org Delivered-To: mailing list user@hadoop.apache.org Received: (qmail 64497 invoked by uid 99); 23 Feb 2015 06:34:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Feb 2015 06:34:07 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of hadoop.support@visolve.com designates 173.11.74.250 as permitted sender) Received: from [173.11.74.250] (HELO mail.visolve.com) (173.11.74.250) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Feb 2015 06:34:03 +0000 Received: from ViMF (mail.visolve.com [173.11.74.250]) by mail.visolve.com (Postfix) with ESMTPA id 44CEC525E; Sun, 22 Feb 2015 22:33:39 -0800 (PST) Received: from abts-tn-static-154.230.165.122.airtelbroadband.in ([122.165.230.154] helo=visolvePC) by ViMF with ESMTP (ASSP 1.9); 22 Feb 2015 22:33:38 -0800 From: To: Cc: References: <002201d04e07$a07ba620$e172f260$@visolve.com> <54E91A60.5080204@ulul.org> In-Reply-To: <54E91A60.5080204@ulul.org> Subject: RE: Hadoop - HTTPS communication between nodes - How to Confirm ? Date: Mon, 23 Feb 2015 12:03:31 +0530 Message-ID: <008a01d04f32$a6dd3b60$f497b220$@visolve.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_008B_01D04F60.C09A5960" X-Mailer: Microsoft Outlook 15.0 Thread-Index: AQGAoELXmE9daF8htpubynIWs7tCGwLFCKYlnYb7U0A= Content-Language: en-us X-Virus-Checked: Checked by ClamAV on apache.org This is a multipart message in MIME format. ------=_NextPart_000_008B_01D04F60.C09A5960 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Thanks for the help Ulul/Daemeon, =20 Problem has sorted using lsof =96p command.=20 =20 Thanks, S.RagavendraGanesh ViSolve Hadoop Support Team ViSolve Inc. | San Jose, California Website: www.visolve.com =20 Email: services@visolve.com | Phone: 408-850-2243 =20 From: Ulul [mailto:hadoop@ulul.org]=20 Sent: Sunday, February 22, 2015 5:23 AM To: user@hadoop.apache.org Subject: Re: Hadoop - HTTPS communication between nodes - How to Confirm = ? =20 Hi Be careful, HTTPS is to secure WebHDFS. If you want to protect all = network streams you need more than that : =20 https://s3.amazonaws.com/dev.hortonworks.com/HDPDocuments/HDP2/HDP-2.1.2/= bk_ reference/content/reference_chap-wire-encryption.html If you're just interested in HTTPS an lsof -p | grep TCP = will show you that DN listening on 50075 for HTTP, 50475 for HTTPS. For = namenode that would be 50070 and 50470 Ulul =20 Le 21/02/2015 19:53, hadoop.support@visolve.com a =E9crit : Hello Everyone, =20 We are trying to measure performance between HTTP and HTTPS version on Hadoop DFS, Mapreduce and other related modules. =20 As of now, we have tested using several metrics on Hadoop HTTP Mode. Similiarly we are trying to test the same metrics on HTTPS Platform. Basically our test suite cluster consists of one Master Node and two = Slave Nodes.=20 We have configured HTTPS connection and now we need to verify whether = Nodes are communicating directly through HTTPS. Tried checking logs, clusters webhdfs ui, health check information, dfs admin report but of no help. = Since there is only limited documentation available in HTTPS, we are unable to verify whether Nodes are communicating through HTTPS.=20 =20 Hence any experts around here can shed some light on how to confirm = HTTPS communication status between nodes (might be with mapreduce/DFS). =20 Note: If I have missed any information, feel free to check with me for = the same.=20 =20 Thanks, S.RagavendraGanesh ViSolve Hadoop Support Team ViSolve Inc. | San Jose, California Website: www.visolve.com =20 email: services@visolve.com | Phone: 408-850-2243 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 ------=_NextPart_000_008B_01D04F60.C09A5960 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

Thanks for the help = Ulul/Daemeon,

 

Problem has sorted = using lsof –p <datanode pid> command. =

 

= Thanks,

= S.RagavendraGanesh

= ViSolve Hadoop Support Team
ViSolve = Inc. | San Jose, California

Website: www.visolve.com

= Email: services@visolve.com | Phone: 408-850-2243

 

From: Ulul [mailto:hadoop@ulul.org] =
Sent: Sunday, February 22, 2015 5:23 AM
To: = user@hadoop.apache.org
Subject: Re: Hadoop - HTTPS = communication between nodes - How to Confirm = ?

 

Hi

Be careful, = HTTPS is to secure WebHDFS. If you want to protect all network streams = you need more than that :
https://s3.amazonaws.com/dev.hortonworks.com/HDPDocuments/H= DP2/HDP-2.1.2/bk_reference/content/reference_chap-wire-encryption.html

If = you're just interested in HTTPS an lsof -p <datanode pid> | grep = TCP will show you that DN listening on 50075 for HTTP, 50475 for HTTPS. = For namenode that would be 50070 and = 50470

Ulul
 

Le 21/02/2015 19:53, hadoop.support@visolve.com= a =E9crit :

Hello Everyone,

 

We are = trying to measure performance between HTTP and HTTPS version on Hadoop = DFS, Mapreduce and other related modules.

 

As of now, = we have tested using several metrics on Hadoop HTTP Mode. Similiarly we = are trying to test the same metrics on HTTPS Platform. Basically our = test suite cluster consists of one Master Node and two Slave Nodes. =

We have = configured HTTPS connection and now we need to verify whether Nodes are = communicating directly through HTTPS. Tried checking logs, clusters = webhdfs ui, health check information, dfs admin report but of no help. = Since there is only limited documentation available in HTTPS, we are = unable to verify whether Nodes are communicating through HTTPS. =

 

Hence any experts around here can shed some light on = how to confirm HTTPS communication status between nodes (might be with = mapreduce/DFS).

 

Note: If I = have missed any information, feel free to check with me for the same. =

 

= Thanks,=

= S.RagavendraGanesh=

= ViSolve Hadoop Support Team
ViSolve Inc. | San Jose, = California
Website: www.visolve.com

= email: services@visolve.com = | Phone: 408-850-2243

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

         &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;            =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;            =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;            =             &= nbsp;      

 

------=_NextPart_000_008B_01D04F60.C09A5960--