From notifications-return-42365-archive-asf-public=cust-asf.ponee.io@accumulo.apache.org Sat Feb 24 18:28:32 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id B4BB9180656 for ; Sat, 24 Feb 2018 18:28:31 +0100 (CET) Received: (qmail 7024 invoked by uid 500); 24 Feb 2018 17:28:30 -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 7013 invoked by uid 99); 24 Feb 2018 17:28:30 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Feb 2018 17:28:30 +0000 From: GitBox To: notifications@accumulo.apache.org Subject: [GitHub] joshelser commented on a change in pull request #332: ACCUMULO-4826 Use the hadoop3 shaded jars Message-ID: <151949331020.7832.678761546350606316.gitbox@gitbox.apache.org> Date: Sat, 24 Feb 2018 17:28:30 -0000 joshelser commented on a change in pull request #332: ACCUMULO-4826 Use the hadoop3 shaded jars URL: https://github.com/apache/accumulo/pull/332#discussion_r170426906 ########## File path: assemble/bin/bootstrap_config.sh ########## @@ -383,6 +394,25 @@ elif [[ "${HADOOP_VERSION}" == "IOP4.1" ]]; then sed -e 's///-->/' \ "${CONF_DIR}/$ACCUMULO_SITE" > temp + sed -e 's///-->/' \ + "${CONF_DIR}/$ACCUMULO_SITE" > temp + mv temp "${CONF_DIR}/$ACCUMULO_SITE" +elif [[ "${HADOOP_VERSION}" == "3" ]]; then + sed -e 's///-->/' \ + "${CONF_DIR}/$ACCUMULO_SITE" > temp + sed -e 's///-->/' \ + "${CONF_DIR}/$ACCUMULO_SITE" > temp Review comment: All of these were fixed. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services