Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 57977200C28 for ; Mon, 13 Mar 2017 19:42:48 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 56184160B5D; Mon, 13 Mar 2017 18:42:48 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A34CD160B6C for ; Mon, 13 Mar 2017 19:42:47 +0100 (CET) Received: (qmail 78182 invoked by uid 500); 13 Mar 2017 18:42:46 -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 78171 invoked by uid 99); 13 Mar 2017 18:42:46 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Mar 2017 18:42:46 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 5D9C9C0E9B for ; Mon, 13 Mar 2017 18:42:46 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.451 X-Spam-Level: * X-Spam-Status: No, score=1.451 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id CBr2sZqxiXmK for ; Mon, 13 Mar 2017 18:42:45 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 143CE5F47E for ; Mon, 13 Mar 2017 18:42:45 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 48DCEE04A6 for ; Mon, 13 Mar 2017 18:42:42 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 9F596243A8 for ; Mon, 13 Mar 2017 18:42:41 +0000 (UTC) Date: Mon, 13 Mar 2017 18:42:41 +0000 (UTC) From: "Christopher Tubbs (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-4606) Host scripts are not created by `accumulo-util create-config` MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 13 Mar 2017 18:42:48 -0000 [ https://issues.apache.org/jira/browse/ACCUMULO-4606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15922702#comment-15922702 ] Christopher Tubbs commented on ACCUMULO-4606: --------------------------------------------- > Do you recall what that was? At least one issue is with bootstrapping. The {{accumulo}} command requires the environment and configs to already be set up. The {{accumulo-util}} command is a utility script to assist a user creating those configs. I guess it also has other utility commands. Personally, I think we can get of the {{hadoop-jar}}, {{gen-monitor-cert}}, and {{load-jars-hdfs}} subcommands. Those can easily be converted to simple instructions which we can document. If we get rid of those, the remaining {{create-config}} and {{build-native}} commands can be rolled in to the {{accumulo}} command, but it needs to be *well-documented* that these need to be run before any other commands, in order to set up the user's environment with the appropriate libs/configs. > Host scripts are not created by `accumulo-util create-config` > ------------------------------------------------------------- > > Key: ACCUMULO-4606 > URL: https://issues.apache.org/jira/browse/ACCUMULO-4606 > Project: Accumulo > Issue Type: Bug > Components: scripts > Reporter: Josh Elser > Fix For: 2.0.0 > > > Not sure if this was an intended divergence from previous, but the generated configuration files don't include defaults of "localhost" as previous. > [~mikewalch], can you confirm? -- This message was sent by Atlassian JIRA (v6.3.15#6346)