Return-Path: X-Original-To: apmail-mesos-user-archive@www.apache.org Delivered-To: apmail-mesos-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7EBE31843B for ; Fri, 3 Jul 2015 14:52:36 +0000 (UTC) Received: (qmail 96136 invoked by uid 500); 3 Jul 2015 14:52:31 -0000 Delivered-To: apmail-mesos-user-archive@mesos.apache.org Received: (qmail 96082 invoked by uid 500); 3 Jul 2015 14:52:31 -0000 Mailing-List: contact user-help@mesos.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@mesos.apache.org Delivered-To: mailing list user@mesos.apache.org Received: (qmail 96072 invoked by uid 99); 3 Jul 2015 14:52:31 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Jul 2015 14:52:31 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 95115181A51 for ; Fri, 3 Jul 2015 14:52:30 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.151 X-Spam-Level: *** X-Spam-Status: No, score=3.151 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, HTML_MESSAGE=3, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd3-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id DNXGkBfTrnLQ for ; Fri, 3 Jul 2015 14:52:18 +0000 (UTC) Received: from mail-ie0-f181.google.com (mail-ie0-f181.google.com [209.85.223.181]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 59BC242AA9 for ; Fri, 3 Jul 2015 14:52:18 +0000 (UTC) Received: by iecvh10 with SMTP id vh10so78266377iec.3 for ; Fri, 03 Jul 2015 07:51:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=p2N/IkdegtdGpygXaENCvGHTS0FL+K6GESAGmY+uwaQ=; b=gXsQVmQ5mHcDGPyG64o/3YzQ0so5Pu5RmyBwChV4kFRBEz5kLTKPYtCm0P74oM/MBA zpOGKjjpmX2iqf9IDb2YYs72wW2RVAgXCgsKQJIXjtSQt2y4YGLSmKLEeEcK1WiMmH8R XgIAZ+UEGHW5sEoGDU5/ViV84TGyT12NlZtf6iHsiKtj7T5oDSSCTC9On+thZv3ZOpHS fMqqRj4FCcuPSEGsibL/go570KK1c0xBpCD6QL8bb70v/pmVczsWEIXXaYJXnPFxnOJe O/aQKpyiAaAefMwNus9Pyn9XQvjF26VWVkcrOxg24BArk8mRgGcBSugS8gNxYjgvLotA n8GA== MIME-Version: 1.0 X-Received: by 10.42.43.199 with SMTP id y7mr19011509ice.12.1435935092928; Fri, 03 Jul 2015 07:51:32 -0700 (PDT) Received: by 10.107.154.130 with HTTP; Fri, 3 Jul 2015 07:51:32 -0700 (PDT) Date: Fri, 3 Jul 2015 07:51:32 -0700 Message-ID: Subject: Hadoop on Mesos. HDFS question. From: Kk Bk To: user@mesos.apache.org Content-Type: multipart/alternative; boundary=bcaec5196941229a980519f9b1f9 --bcaec5196941229a980519f9b1f9 Content-Type: text/plain; charset=UTF-8 I am trying to install Hadoop on Mesos on ubuntu servers, So followed instruction as per link https://open.mesosphere.com/tutorials/run-hadoop-on-mesos/#step-2. Step-2 of link says to install HDFS using as per link http://www.cloudera.com/content/cloudera/en/documentation/cdh4/latest/CDH4-Installation-Guide/cdh4ig_topic_4_4.html . Question: Is it sufficient to run following commands 1) On Namenode: sudo apt-get install hadoop-hdfs-namenode 2) On Datanode: sudo apt-get install hadoop-0.20-mapreduce-tasktracker hadoop-hdfs-datanode Or just follow the instructions on the mesosphere link that installs HDFS ? --bcaec5196941229a980519f9b1f9 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I am trying to= install Hadoop on Mesos on ubuntu servers, So followed instruction as per = link=C2=A0https://open.mesosphere.com/tutorials/run-ha= doop-on-mesos/#step-2.


Question: Is it sufficient to run followi= ng commands

1) On Namenode: sudo apt-get instal= l hadoop-hdfs-namenode
2) = On Datanode: sudo apt-get install hadoop-0.20-mapreduce-tasktracker hadoop-= hdfs-datanode

Or just follow the instructions o= n the mesosphere link that installs HDFS ?


=


--bcaec5196941229a980519f9b1f9--