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 6566C200C5D for ; Fri, 24 Mar 2017 00:12:43 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 63D2E160B95; Thu, 23 Mar 2017 23:12:43 +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 ADCF4160B83 for ; Fri, 24 Mar 2017 00:12:42 +0100 (CET) Received: (qmail 53340 invoked by uid 500); 23 Mar 2017 23:12:41 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 53317 invoked by uid 99); 23 Mar 2017 23:12:41 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Mar 2017 23:12:41 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 874F1DFFF0; Thu, 23 Mar 2017 23:12:41 +0000 (UTC) From: ctubbsii To: dev@accumulo.apache.org Reply-To: dev@accumulo.apache.org References: In-Reply-To: Subject: [GitHub] accumulo pull request #235: ACCUMULO-4612 - Simplify Accumulo memory configu... Content-Type: text/plain Message-Id: <20170323231241.874F1DFFF0@git1-us-west.apache.org> Date: Thu, 23 Mar 2017 23:12:41 +0000 (UTC) archived-at: Thu, 23 Mar 2017 23:12:43 -0000 Github user ctubbsii commented on a diff in the pull request: https://github.com/apache/accumulo/pull/235#discussion_r107804432 --- Diff: docs/src/main/asciidoc/chapters/administration.txt --- @@ -404,6 +399,51 @@ and BatchScanner passing in the name of the context, app1 in the example above. iterators to load classes from the locations defined by the context. Passing the context name to the scanners allows you to override the table setting to load only scan time iterators from a different location. +=== Vendor-specific configuration --- End diff -- The user manual is tied to a version of Accumulo. It cannot be updated over time between releases. The copy on the website can, but the "1.8.0" user manual is fixed at a point in time and is distributed with the tarball. I agree with Keith it's better to put this on the website, outside the user manual. The user manual should have generic information applicable to everybody to keep it succinct. Specific documentation for a particular environment can be discussed in a blog, which refers to the appropriate section of the user manual. In other words: usermanual: "Section X: You should configure your CLASSPATH by doing Y" blog: "You can set your class path for HDP to ..., according to section X" (or similar) This also makes more sense from a versioning perspective. The classpath for HDP might not change, but the instructions in "Section X" (in my example) might be different. Keeping them separate like this keeps them both relevant longer. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---