Return-Path: X-Original-To: apmail-bigtop-user-archive@www.apache.org Delivered-To: apmail-bigtop-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 930B410B16 for ; Tue, 7 Jan 2014 18:57:22 +0000 (UTC) Received: (qmail 54696 invoked by uid 500); 7 Jan 2014 18:55:26 -0000 Delivered-To: apmail-bigtop-user-archive@bigtop.apache.org Received: (qmail 54603 invoked by uid 500); 7 Jan 2014 18:55:16 -0000 Mailing-List: contact user-help@bigtop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@bigtop.apache.org Delivered-To: mailing list user@bigtop.apache.org Received: (qmail 54555 invoked by uid 99); 7 Jan 2014 18:55:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jan 2014 18:55:08 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of shaposhnik@gmail.com designates 209.85.219.42 as permitted sender) Received: from [209.85.219.42] (HELO mail-oa0-f42.google.com) (209.85.219.42) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jan 2014 18:55:03 +0000 Received: by mail-oa0-f42.google.com with SMTP id n16so604739oag.15 for ; Tue, 07 Jan 2014 10:54:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=O99umqQRoXj816U7HCSWTDvSVkV5unK3w55s3L00KbY=; b=oENC5ltGYSocArUCgX7IQbkJ5JueuvZBdAyc47SIY6QI586pH9unV9TuyWz4jxTOah 6sjVn14C3a35Bc7uTFxM/6oG2TexERKdRO4x416V3ut8rlpb5PsFtyEmrjEepX6uesKf pS5AEAU+PcyBntd4ZxZBgUNg/VV2vfR0llYXolENzDY44Av2kA4F/9Sjh7EAuB4523G4 iR4M5niqLRqddrcxBC/0NJ9SWX/bDU2VteqMDPkKOzLuUbvJY1UF4yoP70OoWEHyY7pI M6+8g2P14KMAb8jbFq0DvBGrVczSiQaWjP0nR+Nt0x+0xf8BFeVI/Vu4WgUAjf5Jp4jv ONZw== MIME-Version: 1.0 X-Received: by 10.60.63.102 with SMTP id f6mr938219oes.76.1389120882374; Tue, 07 Jan 2014 10:54:42 -0800 (PST) Sender: shaposhnik@gmail.com Received: by 10.182.133.101 with HTTP; Tue, 7 Jan 2014 10:54:42 -0800 (PST) In-Reply-To: <52CC1FFD.7080003@googlemail.com> References: <52A1AA33.2090703@apache.org> <52CC1FFD.7080003@googlemail.com> Date: Tue, 7 Jan 2014 10:54:42 -0800 X-Google-Sender-Auth: b72gg0sDRWJ4AwBRd07B1g0ZMVY Message-ID: Subject: Re: Puppet manual From: Roman Shaposhnik To: "user@bigtop.apache.org" Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi Ivo! On Tue, Jan 7, 2014 at 7:40 AM, Ivo Frankov wrote: > Dear All, > > Is there some step by step manual for puppet configuration on CentOS 6 > > Following questions: > a) how to install puppet ? is it already in bigtop distribution? The puppet itself is best obtained from the puppetlabs own repo. E.g. for CentOS 6.2/x64 you'll need this: http://yum.puppetlabs.com/el/6.2/products/x86_64/ Personally, I'd recommend using Puppet 2.7 > b) some scrpits to start pseudo mode cluster for Hadoop , Spark, giraph, > Solr, HBase, pig I haven't tried using our puppet much for the pseudo distributed configuration, but on a fully distributed cluster it seems to be working reasonably well. You can try it in a pseudo distributed case and let us know. The entry point remains the same: https://github.com/apache/bigtop/tree/master/bigtop-deploy/puppet Thanks, Roman.