Return-Path: X-Original-To: apmail-hadoop-common-user-archive@www.apache.org Delivered-To: apmail-hadoop-common-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 0F84B1795E for ; Mon, 1 Jun 2015 20:47:20 +0000 (UTC) Received: (qmail 83208 invoked by uid 500); 1 Jun 2015 20:47:15 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 83100 invoked by uid 500); 1 Jun 2015 20:47:15 -0000 Mailing-List: contact user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hadoop.apache.org Delivered-To: mailing list user@hadoop.apache.org Received: (qmail 83090 invoked by uid 99); 1 Jun 2015 20:47:15 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Jun 2015 20:47:15 +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 99836C0DFB for ; Mon, 1 Jun 2015 20:47:14 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.02 X-Spam-Level: X-Spam-Status: No, score=-0.02 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd4-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 7sSJXf06ezzz for ; Mon, 1 Jun 2015 20:47:14 +0000 (UTC) Received: from mail-ig0-f174.google.com (mail-ig0-f174.google.com [209.85.213.174]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id 3B2B723142 for ; Mon, 1 Jun 2015 20:47:13 +0000 (UTC) Received: by igbhj9 with SMTP id hj9so71248022igb.1 for ; Mon, 01 Jun 2015 13:46:27 -0700 (PDT) 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=VzXPiE5S9DiPZKuicqzl4krjrvR9TE+jLrtUiOZ3Abo=; b=WVVF48lCjiiFacUOT7ky4pULNAmYXGz1Ji9b/kqVyTs70sz5N4AhWTtNvFmLRJ6t3V h7fG3c/Ae3/B4JjDbcpN+fPNu+ffFL1YtzqnUeCXpelXzqdwoMIurKT84JAjyCpaQ0mf E5v+cLWGpVvZO8wsLirVDLdjGviSd7klH/hAa6g/gBFEkeb7KSjyKLEZqNDo5CYxjNzU 85DU1bvLOC3V1EJt4hloCjqf2dBRRPamkw3y1vbtQi1RVwPoQ8JjwYdzo/vv9r6ddqWf oC0WfxYvQsKTkKT7nAayXhbtwcTplbjkQBKqc7ymObMJ1AHKXVxTWg4DFkB1BrB3A7JQ LrLA== MIME-Version: 1.0 X-Received: by 10.50.79.167 with SMTP id k7mr15954273igx.32.1433191587241; Mon, 01 Jun 2015 13:46:27 -0700 (PDT) Sender: shaposhnik@gmail.com Received: by 10.50.170.10 with HTTP; Mon, 1 Jun 2015 13:46:27 -0700 (PDT) In-Reply-To: References: Date: Mon, 1 Jun 2015 13:46:27 -0700 X-Google-Sender-Auth: UfKO-Etd1PmC0XU5PiKrQVVR3ZI Message-ID: Subject: Re: a non-commerial distribution of hadoop ecosystem? From: Roman Shaposhnik To: user@hadoop.apache.org, nidmgg@gmail.com, "dev@bigtop.apache.org" Content-Type: text/plain; charset=UTF-8 On Mon, Jun 1, 2015 at 1:37 PM, Demai Ni wrote: > My question is besides the commercial distributions: CDH(Cloudera) , HDP > (Horton work), and others like Mapr, IBM... Is there a distribution that is > NOT owned by a company? I am looking for something simple for cluster > configuration/installation for multiple components: hdfs, yarn, zookeeper, > hive, hbase, maybe Spark. Surely, for a well-experience person(not me), > he/she can build the distribution from Apache releases. Well, I am more > interested on building application on top of it, and hopefully to find one > packed them together. Apache Bigtop (CCed) aims at delivering a 100% open and community-driven distribution of big data management technologies around Apache Hadoop. Same as, for example, what Debian is trying to do for Linux. > BTW, I don't need the latest releases like other commercial distribution > offered. I am also looking into the ODP(the open data platform), but that > project is kind of quiet after the initial Feb announcement. Feel free to ping me off list if you want more details on ODP. Thanks, Roman.