summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-discuss/20110828
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-discuss/20110828')
-rw-r--r--zarb-ml/mageia-discuss/20110828/005096.html114
-rw-r--r--zarb-ml/mageia-discuss/20110828/author.html52
-rw-r--r--zarb-ml/mageia-discuss/20110828/date.html52
l---------zarb-ml/mageia-discuss/20110828/index.html1
-rw-r--r--zarb-ml/mageia-discuss/20110828/subject.html52
-rw-r--r--zarb-ml/mageia-discuss/20110828/thread.html53
6 files changed, 324 insertions, 0 deletions
diff --git a/zarb-ml/mageia-discuss/20110828/005096.html b/zarb-ml/mageia-discuss/20110828/005096.html
new file mode 100644
index 000000000..709053efb
--- /dev/null
+++ b/zarb-ml/mageia-discuss/20110828/005096.html
@@ -0,0 +1,114 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-discuss] Support of Mageia in BigTop
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Support%20of%20Mageia%20in%20BigTop&In-Reply-To=%3C4E5AADAB.50405%40laposte.net%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+
+
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-discuss] Support of Mageia in BigTop</H1>
+ <B>Bruno Mahe</B>
+ <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Support%20of%20Mageia%20in%20BigTop&In-Reply-To=%3C4E5AADAB.50405%40laposte.net%3E"
+ TITLE="[Mageia-discuss] Support of Mageia in BigTop">bruno.mahe at laposte.net
+ </A><BR>
+ <I>Sun Aug 28 23:05:47 CEST 2011</I>
+ <P><UL>
+
+
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#5096">[ date ]</a>
+ <a href="thread.html#5096">[ thread ]</a>
+ <a href="subject.html#5096">[ subject ]</a>
+ <a href="author.html#5096">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>On 08/26/2011 01:04 AM, Bruno Mahe wrote:
+&gt;<i> On 08/25/2011 01:53 PM, Reinout van Schouwen wrote:
+</I>&gt;&gt;<i> Hi Bruno,
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> 2011/8/14 Bruno Mahe &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">bruno.mahe at laposte.net</A>&gt;:
+</I>&gt;&gt;<i>
+</I>&gt;&gt;&gt;<i> I don't know how many fans of hadoop there are around here, but I
+</I>&gt;&gt;&gt;<i> recently added support for Mageia in BigTop. This is not yet checked in
+</I>&gt;&gt;&gt;<i> and in a release, but it means anyone can now build or install packages
+</I>&gt;&gt;&gt;<i> for the following projects (descriptions taken from their respective
+</I>&gt;&gt;&gt;<i> website):
+</I>&gt;&gt;<i> I know a little bit about Hadoop but BigTop is new to me. I found
+</I>&gt;&gt;<i> <A HREF="https://github.com/cloudera/bigtop/wiki">https://github.com/cloudera/bigtop/wiki</A> but it's not quite clear to me
+</I>&gt;&gt;<i> what I need to do to build a Mageia package. Could you elaborate a bit
+</I>&gt;&gt;<i> on this subject please?
+</I>&gt;&gt;<i>
+</I>&gt;<i> Hi Reinout,
+</I>&gt;<i>
+</I>&gt;<i> First of all, BigTop is now an Apache Incubator project. So all
+</I>&gt;<i> informations are located here:
+</I>&gt;<i> <A HREF="http://incubator.apache.org/projects/bigtop.html">http://incubator.apache.org/projects/bigtop.html</A>
+</I>&gt;<i>
+</I>&gt;<i> I also put on the wiki a small faq explaining how to build a component:
+</I>&gt;<i> <A HREF="https://cwiki.apache.org/confluence/display/BIGTOP/Frequently+Asked+Questions+%28FAQ%29#FrequentlyAskedQuestions%28FAQ%29-HowtobuildacomponentofBigTop%3F">https://cwiki.apache.org/confluence/display/BIGTOP/Frequently+Asked+Questions+%28FAQ%29#FrequentlyAskedQuestions%28FAQ%29-HowtobuildacomponentofBigTop%3F</A>
+</I>&gt;<i> But in a nutshell, you should just have to type: &quot;make &lt;component&gt;-rpm&quot;
+</I>&gt;<i> where component is one of the following value &quot;flume hadoop hbase
+</I>&gt;<i> hive oozie pig sqoop whirr zookeeper&quot;
+</I>&gt;<i> You could also just type &quot;make rpm&quot; to build RPMs for all the projects.
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> You will also find a list of dependencies needed to build Hadoop here:
+</I>&gt;<i> <A HREF="http://incubator.apache.org/bigtop/">http://incubator.apache.org/bigtop/</A>
+</I>&gt;<i> Note Forrest 0.8 (documentation generation tool used by hadoop and pig)
+</I>&gt;<i> will only work on with a 32bit 1.5 JDK. This should be only needed for
+</I>&gt;<i> building Hadoop.
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> And also, in the &quot;test&quot; directory, you will find a testing framework
+</I>&gt;<i> (along with some tests) to automatically do:
+</I>&gt;<i> * package testing (checking files attributes, checking packages
+</I>&gt;<i> metadata, ensuring service scripts perform as expected...)
+</I>&gt;<i> * smoke testing to ensure correct basic usage of each component
+</I>&gt;<i> * integration testing to ensure interoperability between each component
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> I hope this answer your questions. But feel free to let me know if you
+</I>&gt;<i> encounter any issue.
+</I>&gt;<i> Don't hesitate also to join BigTop mailing list.
+</I>&gt;<i>
+</I>&gt;<i> Thanks,
+</I>&gt;<i> Bruno
+</I>
+I also just put online the packages I use.
+So if you don't feel to build them, but to play with them, feel free to
+do a:
+urpmi.addmedia BigTop &quot;<A HREF="http://www.bmahe.net/repos/BigTop/mageia/1/x86_64/">http://www.bmahe.net/repos/BigTop/mageia/1/x86_64/</A>&quot;
+
+So far I have only focused on getting things built and installable. And
+will start focusing on ensuring they do work as expected :)
+
+Note that I don't guarantee anything about that repository, although I
+will try to update it from time to time.
+
+</PRE>
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+
+
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#5096">[ date ]</a>
+ <a href="thread.html#5096">[ thread ]</a>
+ <a href="subject.html#5096">[ subject ]</a>
+ <a href="author.html#5096">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss
+mailing list</a><br>
+</body></html>
diff --git a/zarb-ml/mageia-discuss/20110828/author.html b/zarb-ml/mageia-discuss/20110828/author.html
new file mode 100644
index 000000000..b0e208649
--- /dev/null
+++ b/zarb-ml/mageia-discuss/20110828/author.html
@@ -0,0 +1,52 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <title>The Mageia-discuss 28 August 2011 Archive by author</title>
+ <META NAME="robots" CONTENT="noindex,follow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <a name="start"></A>
+ <h1>28 August 2011 Archives by author</h1>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+ <a href="thread.html#start">[ thread ]</a>
+ <a href="subject.html#start">[ subject ]</a>
+
+ <a href="date.html#start">[ date ]</a>
+
+ <li><b><a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More info on this list...
+ </a></b></li>
+ </ul>
+ <p><b>Starting:</b> <i>Sun Aug 28 23:05:47 CEST 2011</i><br>
+ <b>Ending:</b> <i>Sun Aug 28 23:05:47 CEST 2011</i><br>
+ <b>Messages:</b> 1<p>
+ <ul>
+
+<LI><A HREF="005096.html">[Mageia-discuss] Support of Mageia in BigTop
+</A><A NAME="5096">&nbsp;</A>
+<I>Bruno Mahe
+</I>
+
+ </ul>
+ <p>
+ <a name="end"><b>Last message date:</b></a>
+ <i>Sun Aug 28 23:05:47 CEST 2011</i><br>
+ <b>Archived on:</b> <i>Sun Aug 28 23:05:56 CEST 2011</i>
+ <p>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+ <a href="thread.html#start">[ thread ]</a>
+ <a href="subject.html#start">[ subject ]</a>
+
+ <a href="date.html#start">[ date ]</a>
+ <li><b><a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More info on this list...
+ </a></b></li>
+ </ul>
+ <p>
+ <hr>
+ <i>This archive was generated by
+ Pipermail 0.09 (Mailman edition).</i>
+ </BODY>
+</HTML>
+
diff --git a/zarb-ml/mageia-discuss/20110828/date.html b/zarb-ml/mageia-discuss/20110828/date.html
new file mode 100644
index 000000000..b0421fe67
--- /dev/null
+++ b/zarb-ml/mageia-discuss/20110828/date.html
@@ -0,0 +1,52 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <title>The Mageia-discuss 28 August 2011 Archive by date</title>
+ <META NAME="robots" CONTENT="noindex,follow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <a name="start"></A>
+ <h1>28 August 2011 Archives by date</h1>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+ <a href="thread.html#start">[ thread ]</a>
+ <a href="subject.html#start">[ subject ]</a>
+ <a href="author.html#start">[ author ]</a>
+
+
+ <li><b><a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More info on this list...
+ </a></b></li>
+ </ul>
+ <p><b>Starting:</b> <i>Sun Aug 28 23:05:47 CEST 2011</i><br>
+ <b>Ending:</b> <i>Sun Aug 28 23:05:47 CEST 2011</i><br>
+ <b>Messages:</b> 1<p>
+ <ul>
+
+<LI><A HREF="005096.html">[Mageia-discuss] Support of Mageia in BigTop
+</A><A NAME="5096">&nbsp;</A>
+<I>Bruno Mahe
+</I>
+
+ </ul>
+ <p>
+ <a name="end"><b>Last message date:</b></a>
+ <i>Sun Aug 28 23:05:47 CEST 2011</i><br>
+ <b>Archived on:</b> <i>Sun Aug 28 23:05:56 CEST 2011</i>
+ <p>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+ <a href="thread.html#start">[ thread ]</a>
+ <a href="subject.html#start">[ subject ]</a>
+ <a href="author.html#start">[ author ]</a>
+
+ <li><b><a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More info on this list...
+ </a></b></li>
+ </ul>
+ <p>
+ <hr>
+ <i>This archive was generated by
+ Pipermail 0.09 (Mailman edition).</i>
+ </BODY>
+</HTML>
+
diff --git a/zarb-ml/mageia-discuss/20110828/index.html b/zarb-ml/mageia-discuss/20110828/index.html
new file mode 120000
index 000000000..db4b46f72
--- /dev/null
+++ b/zarb-ml/mageia-discuss/20110828/index.html
@@ -0,0 +1 @@
+thread.html \ No newline at end of file
diff --git a/zarb-ml/mageia-discuss/20110828/subject.html b/zarb-ml/mageia-discuss/20110828/subject.html
new file mode 100644
index 000000000..969bf23e2
--- /dev/null
+++ b/zarb-ml/mageia-discuss/20110828/subject.html
@@ -0,0 +1,52 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <title>The Mageia-discuss 28 August 2011 Archive by subject</title>
+ <META NAME="robots" CONTENT="noindex,follow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <a name="start"></A>
+ <h1>28 August 2011 Archives by subject</h1>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+ <a href="thread.html#start">[ thread ]</a>
+
+ <a href="author.html#start">[ author ]</a>
+ <a href="date.html#start">[ date ]</a>
+
+ <li><b><a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More info on this list...
+ </a></b></li>
+ </ul>
+ <p><b>Starting:</b> <i>Sun Aug 28 23:05:47 CEST 2011</i><br>
+ <b>Ending:</b> <i>Sun Aug 28 23:05:47 CEST 2011</i><br>
+ <b>Messages:</b> 1<p>
+ <ul>
+
+<LI><A HREF="005096.html">[Mageia-discuss] Support of Mageia in BigTop
+</A><A NAME="5096">&nbsp;</A>
+<I>Bruno Mahe
+</I>
+
+ </ul>
+ <p>
+ <a name="end"><b>Last message date:</b></a>
+ <i>Sun Aug 28 23:05:47 CEST 2011</i><br>
+ <b>Archived on:</b> <i>Sun Aug 28 23:05:56 CEST 2011</i>
+ <p>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+ <a href="thread.html#start">[ thread ]</a>
+
+ <a href="author.html#start">[ author ]</a>
+ <a href="date.html#start">[ date ]</a>
+ <li><b><a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More info on this list...
+ </a></b></li>
+ </ul>
+ <p>
+ <hr>
+ <i>This archive was generated by
+ Pipermail 0.09 (Mailman edition).</i>
+ </BODY>
+</HTML>
+
diff --git a/zarb-ml/mageia-discuss/20110828/thread.html b/zarb-ml/mageia-discuss/20110828/thread.html
new file mode 100644
index 000000000..60eafca3a
--- /dev/null
+++ b/zarb-ml/mageia-discuss/20110828/thread.html
@@ -0,0 +1,53 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <title>The Mageia-discuss 28 August 2011 Archive by thread</title>
+ <META NAME="robots" CONTENT="noindex,follow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <a name="start"></A>
+ <h1>28 August 2011 Archives by thread</h1>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+
+ <a href="subject.html#start">[ subject ]</a>
+ <a href="author.html#start">[ author ]</a>
+ <a href="date.html#start">[ date ]</a>
+
+ <li><b><a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More info on this list...
+ </a></b></li>
+ </ul>
+ <p><b>Starting:</b> <i>Sun Aug 28 23:05:47 CEST 2011</i><br>
+ <b>Ending:</b> <i>Sun Aug 28 23:05:47 CEST 2011</i><br>
+ <b>Messages:</b> 1<p>
+ <ul>
+
+<!--0 01314565547- -->
+<LI><A HREF="005096.html">[Mageia-discuss] Support of Mageia in BigTop
+</A><A NAME="5096">&nbsp;</A>
+<I>Bruno Mahe
+</I>
+
+ </ul>
+ <p>
+ <a name="end"><b>Last message date:</b></a>
+ <i>Sun Aug 28 23:05:47 CEST 2011</i><br>
+ <b>Archived on:</b> <i>Sun Aug 28 23:05:56 CEST 2011</i>
+ <p>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+
+ <a href="subject.html#start">[ subject ]</a>
+ <a href="author.html#start">[ author ]</a>
+ <a href="date.html#start">[ date ]</a>
+ <li><b><a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More info on this list...
+ </a></b></li>
+ </ul>
+ <p>
+ <hr>
+ <i>This archive was generated by
+ Pipermail 0.09 (Mailman edition).</i>
+ </BODY>
+</HTML>
+