Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 670A711594 for ; Sun, 20 Apr 2014 16:41:21 +0000 (UTC) Received: (qmail 26905 invoked by uid 500); 20 Apr 2014 16:41:19 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 26755 invoked by uid 500); 20 Apr 2014 16:41:18 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 26697 invoked by uid 99); 20 Apr 2014 16:41:17 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Apr 2014 16:41:17 +0000 Date: Sun, 20 Apr 2014 16:41:17 +0000 (UTC) From: "David Medinets (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (ACCUMULO-1186) create a script which can bootstrap an entire cluster to run out of hdfs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ACCUMULO-1186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Medinets updated ACCUMULO-1186: ------------------------------------- Priority: Trivial (was: Major) > create a script which can bootstrap an entire cluster to run out of hdfs > ------------------------------------------------------------------------- > > Key: ACCUMULO-1186 > URL: https://issues.apache.org/jira/browse/ACCUMULO-1186 > Project: Accumulo > Issue Type: Task > Components: start > Reporter: Eric Newton > Priority: Trivial > Fix For: 1.7.0 > > > The current bootstrap script syncs the entire tree across the cluster; it would be better for it to pull down a script on each node which will then pull down any resources it needs from hdfs and start up the proper servers. > {noformat} > for h in `cat conf/slaves` > do > scp conf/accumulo-site.xml $h: > ssh $h 'hadoop fs -get /accumulo/bin/start-here.sh ; ./start-here-sh accumulo-site.xml' > done > {noformat} -- This message was sent by Atlassian JIRA (v6.2#6252)