Return-Path: X-Original-To: apmail-hadoop-hdfs-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-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 06E4B18A04 for ; Fri, 23 Oct 2015 14:07:11 +0000 (UTC) Received: (qmail 7366 invoked by uid 500); 23 Oct 2015 14:07:06 -0000 Delivered-To: apmail-hadoop-hdfs-user-archive@hadoop.apache.org Received: (qmail 7233 invoked by uid 500); 23 Oct 2015 14:07:06 -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 7223 invoked by uid 99); 23 Oct 2015 14:07:06 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Oct 2015 14:07:06 +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 C51D81809AB for ; Fri, 23 Oct 2015 14:07:05 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.899 X-Spam-Level: ** X-Spam-Status: No, score=2.899 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001, 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-eu-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id Iy6GkstVdwvR for ; Fri, 23 Oct 2015 14:07:00 +0000 (UTC) Received: from mail-vk0-f48.google.com (mail-vk0-f48.google.com [209.85.213.48]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id AF449204C9 for ; Fri, 23 Oct 2015 14:06:59 +0000 (UTC) Received: by vkex70 with SMTP id x70so64377057vke.3 for ; Fri, 23 Oct 2015 07:06:52 -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=Sqm78VL9DgmB4haDff2f09dc8CmIiisQZ14PEcY5vTM=; b=a5QnZg8DmjK5Nmmuh4rw1loMJq6Jb84AA7ORNyGVhNPeMEDKdBZeG21EUMZbYG3YNC H73Ipigqm6hjcn59bdW5gE2Z7FS6HMB4C1GtOF1CwDjEgE5HjJ3wIHU/AEG8Hytv/ZXu pBlS07t0wa5flQcoWES/ZDMsvW2UUfb9c/pYQzeD/CUeA6euvlC+dKKIAG9pO/nvmaEd kszb1BMS7ZIeP7inHp+2zCdUbz+oKxK6Q50vqvlo6oDmq5t5BGi5fnnbgQs90RcvRkXp 3RFMkKrtfUXWs5Q9LxlPXxZyjQRXr1B6iUhAel9opfT5XJWV73n9jd4N8+Vl8CV3TJD0 9Mtg== MIME-Version: 1.0 X-Received: by 10.31.49.213 with SMTP id x204mr13437089vkx.51.1445609212501; Fri, 23 Oct 2015 07:06:52 -0700 (PDT) Received: by 10.31.4.67 with HTTP; Fri, 23 Oct 2015 07:06:52 -0700 (PDT) Date: Fri, 23 Oct 2015 07:06:52 -0700 Message-ID: Subject: Start/stop scripts - particularly start-dfs.sh - in Hortonworks Data Platform 2.3.X From: Stephen Boesch To: user@hadoop.apache.org Content-Type: multipart/alternative; boundary=001a1143f1ae9887450522c61f4c --001a1143f1ae9887450522c61f4c Content-Type: text/plain; charset=UTF-8 We are setting up automated deployments on a headless system: so using the GUI is not an option here. When we search for those scripts under HDP they are not found: $ pwd /usr/hdp/current Which scripts exist in HDP ? [stack@s1-639016 current]$ find -L . -name \*.sh ... There are ZERO start/stop sh scripts.. In particular I am interested in the *start-dfs.sh* script that starts the namenode(s) , journalnode, and datanodes. --001a1143f1ae9887450522c61f4c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

We are setting up automated deployments on a headless syst= em: so using the GUI is not an option here. =C2=A0When we search for those scripts under HDP they are not found:

$ pwd
/usr/hdp/current

Which scripts exist in HDP ? =C2=A0

[stack@s1-639016 curr=
ent]$ find -L . -name \*.sh
...
There are ZERO start/stop sh scripts..

In particular I am int= erested in the=C2=A0sta= rt-dfs.sh=C2=A0script that starts the namenode(s) , journalnode, a= nd datanodes.


--001a1143f1ae9887450522c61f4c--