<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Amir, I have updated that page to
      reflect F20 and Hadoop-2.2.0 build instructions for those
      branches. Please let me know if you find other discrepancies or
      ommissions.<br>
      <br>
      Thanks,<br>
      \Pete<br>
      <br>
      On 10/24/2013 12:01 PM, Amir Sanjar wrote:<br>
    </div>
    <blockquote
cite="mid:OF8A122440.EAECBC19-ON87257C0E.0057C927-86257C0E.0058041B@us.ibm.com"
      type="cite">
      <p><font face="sans-serif" size="2">then please have that
          documented in </font><a moz-do-not-send="true"
          href="https://fedoraproject.org/wiki/Changes/Hadoop#Test_suite"><font
            face="sans-serif" size="2">https://fedoraproject.org/wiki/Changes/Hadoop#Test_suite</font></a><br>
        <font face="sans-serif" size="2">It would save newcomers to
          fedora time.  </font><br>
        <font face="sans-serif" size="2"><br>
          Best Regards<br>
          Amir Sanjar<br>
          <br>
          PowerLinux Open Source Hadoop Architect<br>
          IBM Senior Software Engineer <br>
          Phone# 512-286-8393<br>
          Fax#      512-838-8858<br>
          <br>
        </font><br>
        <br>
        <img src="cid:part2.08000402.06090305@redhat.com" alt="Inactive
          hide details for Peter MacKinnon ---10/24/2013 10:47:48
          AM---Actually &quot;-o&quot; is required for xmvn when you
          want to build" height="16" width="16" border="0"><font
          face="sans-serif" size="2" color="#424282">Peter MacKinnon
          ---10/24/2013 10:47:48 AM---Actually "-o" is required for xmvn
          when you want to build the fedora  branches.</font><br>
        <br>
        <font face="sans-serif" size="1" color="#5F5F5F">From: </font><font
          face="sans-serif" size="1">Peter MacKinnon
          <a class="moz-txt-link-rfc2396E" href="mailto:pmackinn@redhat.com">&lt;pmackinn@redhat.com&gt;</a></font><br>
        <font face="sans-serif" size="1" color="#5F5F5F">To: </font><font
          face="sans-serif" size="1">Fedora Big Data SIG
          <a class="moz-txt-link-rfc2396E" href="mailto:bigdata@lists.fedoraproject.org">&lt;bigdata@lists.fedoraproject.org&gt;</a></font><br>
        <font face="sans-serif" size="1" color="#5F5F5F">Date: </font><font
          face="sans-serif" size="1">10/24/2013 10:47 AM</font><br>
        <font face="sans-serif" size="1" color="#5F5F5F">Subject: </font><font
          face="sans-serif" size="1">Re: xmvn build issue</font><br>
        <font face="sans-serif" size="1" color="#5F5F5F">Sent by: </font><font
          face="sans-serif" size="1"><a class="moz-txt-link-abbreviated" href="mailto:bigdata-bounces@lists.fedoraproject.org">bigdata-bounces@lists.fedoraproject.org</a></font><br>
      </p>
      <hr style="color:#8091A5; " noshade="noshade" size="2"
        width="100%" align="left"><br>
      <br>
      <br>
      <font face="serif" size="3">Actually "-o" is required for xmvn
        when you want to build the fedora branches.<br>
        <br>
        \Pete <br>
        <br>
        On 10/24/2013 10:48 AM, Amir Sanjar wrote:</font>
      <ul style="padding-left: 36pt">
        <br>
        <font face="sans-serif" size="2">Thanks Robert, it worked, but
          should -o option be a default setting for xmvn?!<br>
          I have found another issue with the same branch:<br>
          <br>
          [ERROR] Failed to execute goal on project hadoop-hdfs: Could
          not resolve dependencies for project
          org.apache.hadoop:hadoop-hdfs:jar:2.0.5-alpha: Cannot access
          apache.snapshots.https (</font><a moz-do-not-send="true"
          href="https://repository.apache.org/content/repositories/snapshots"><font
            face="sans-serif" size="2" color="#0000FF"><u>https://repository.apache.org/content/repositories/snapshots</u></font></a><font
          face="sans-serif" size="2">) in offline mode and the artifact
          org.apache.zookeeper:zookeeper-test:jar:tests:3.4.5 has not
          been downloaded from it before. -&gt; [Help 1]<br>
          same error exists in hadoop-common, I have fixed both errors
          by making bellow changes into respective pom.xmls. There is no
          need to define zookeeper-test while type is test-jar.<br>
               &lt;dependency&gt;<br>
                 &lt;groupId&gt;org.apache.zookeeper&lt;/groupId&gt;<br>
          -      &lt;artifactId&gt;zookeeper-test&lt;/artifactId&gt;<br>
          +      &lt;artifactId&gt;zookeeper&lt;/artifactId&gt;<br>
                 &lt;version&gt;3.4.5&lt;/version&gt;<br>
                 &lt;type&gt;test-jar&lt;/type&gt;<br>
                 &lt;scope&gt;test&lt;/scope&gt;<br>
          <br>
          Best Regards<br>
          Amir Sanjar<br>
          <br>
          PowerLinux Open Source Hadoop Architect<br>
          IBM Senior Software Engineer <br>
          Phone# 512-286-8393<br>
          Fax#      512-838-8858<br>
        </font><font face="serif" size="3"><br>
          <br>
          <br>
        </font><img src="cid:part2.08000402.06090305@redhat.com"
          alt="Inactive hide details for Robert Rati ---10/24/2013
          09:13:47 AM---Try doing 'xmvn -o -DskipTests -DskipIT clean
          package'. With" height="16" width="16"><font face="sans-serif"
          size="2" color="#424282">Robert Rati ---10/24/2013 09:13:47
          AM---Try doing 'xmvn -o -DskipTests -DskipIT clean package'.
           Without the -o  you are allowing xmvn to d/</font><font
          face="serif" size="3"><br>
        </font><font face="sans-serif" size="1" color="#5F5F5F"><br>
          From: </font><font face="sans-serif" size="1">Robert Rati </font><a
          moz-do-not-send="true" href="mailto:rrati@redhat.com"><font
            face="sans-serif" size="1" color="#0000FF"><u>&lt;rrati@redhat.com&gt;</u></font></a><font
          face="sans-serif" size="1" color="#5F5F5F"><br>
          To: </font><font face="sans-serif" size="1">Fedora Big Data
          SIG </font><a moz-do-not-send="true"
          href="mailto:bigdata@lists.fedoraproject.org"><font
            face="sans-serif" size="1" color="#0000FF"><u>&lt;bigdata@lists.fedoraproject.org&gt;</u></font></a><font
          face="sans-serif" size="1" color="#5F5F5F"><br>
          Date: </font><font face="sans-serif" size="1">10/24/2013
          09:13 AM</font><font face="sans-serif" size="1"
          color="#5F5F5F"><br>
          Subject: </font><font face="sans-serif" size="1">Re: xmvn
          build issue</font><font face="sans-serif" size="1"
          color="#5F5F5F"><br>
          Sent by: </font><a moz-do-not-send="true"
          href="mailto:bigdata-bounces@lists.fedoraproject.org"><font
            face="sans-serif" size="1" color="#0000FF"><u>bigdata-bounces@lists.fedoraproject.org</u></font></a>
        <hr noshade="noshade" size="2" width="100%" align="left"><font
          face="serif" size="3"><br>
          <br>
        </font><tt><font size="2"><br>
            Try doing 'xmvn -o -DskipTests -DskipIT clean package'.
             Without the -o <br>
            you are allowing xmvn to d/l from maven respositories and
            use already <br>
            downloaded jars.  You could be running into a version issue
            with tools.jar.<br>
            <br>
            Rob<br>
            <br>
            On 10/24/2013 10:07 AM, Amir Sanjar wrote:<br>
            &gt; xmvn -DskipTests -DskipIT clean package<br>
            &gt;<br>
            &gt; Best Regards<br>
            &gt; Amir Sanjar<br>
            &gt;<br>
            &gt; PowerLinux Open Source Hadoop Architect<br>
            &gt; IBM Senior Software Engineer<br>
            &gt; Phone# 512-286-8393<br>
            &gt; Fax#      512-838-8858<br>
            &gt;<br>
            &gt;<br>
            &gt;<br>
            &gt; Inactive hide details for Robert Rati ---10/24/2013
            07:42:10 AM---What<br>
            &gt; is your build command? RobRobert Rati ---10/24/2013
            07:42:10 AM---What<br>
            &gt; is your build command? Rob<br>
            &gt;<br>
            &gt; From: Robert Rati </font></tt><a
          moz-do-not-send="true" href="mailto:rrati@redhat.com"><tt><font
              size="2" color="#0000FF"><u>&lt;rrati@redhat.com&gt;</u></font></tt></a><tt><font
            size="2"><br>
            &gt; To: </font></tt><a moz-do-not-send="true"
          href="mailto:bigdata@lists.fedoraproject.org"><tt><font
              size="2" color="#0000FF"><u>bigdata@lists.fedoraproject.org</u></font></tt></a><tt><font
            size="2"><br>
            &gt; Date: 10/24/2013 07:42 AM<br>
            &gt; Subject: Re: xmvn build issue<br>
            &gt; Sent by: </font></tt><a moz-do-not-send="true"
          href="mailto:bigdata-bounces@lists.fedoraproject.org"><tt><font
              size="2" color="#0000FF"><u>bigdata-bounces@lists.fedoraproject.org</u></font></tt></a><tt><font
            size="2"><br>
            &gt;<br>
            &gt;
            ------------------------------------------------------------------------<br>
            &gt;<br>
            &gt;<br>
            &gt;<br>
            &gt; What is your build command?<br>
            &gt;<br>
            &gt; Rob<br>
            &gt;<br>
            &gt; On 10/23/2013 04:56 PM, Amir Sanjar wrote:<br>
            &gt;  &gt; fedora19-2.0.5-alpha-test<br>
            &gt;  &gt;<br>
            &gt;  &gt; Best Regards<br>
            &gt;  &gt; Amir Sanjar<br>
            &gt;  &gt;<br>
            &gt;  &gt; PowerLinux Open Source Hadoop Architect<br>
            &gt;  &gt; IBM Senior Software Engineer<br>
            &gt;  &gt; Phone# 512-286-8393<br>
            &gt;  &gt; Fax#      512-838-8858<br>
            &gt;  &gt;<br>
            &gt;  &gt;<br>
            &gt;  &gt;<br>
            &gt;  &gt; Inactive hide details for Robert Rati
            ---10/23/2013 02:45:49 PM---You<br>
            &gt;  &gt; should not need to add scope or the path to
            tools.jar. DRobert Rati<br>
            &gt;  &gt; ---10/23/2013 02:45:49 PM---You should not need
            to add scope or the path<br>
            &gt;  &gt; to tools.jar.  Doing so on  fedora will cause
            issues wh<br>
            &gt;  &gt;<br>
            &gt;  &gt; From: Robert Rati </font></tt><a
          moz-do-not-send="true" href="mailto:rrati@redhat.com"><tt><font
              size="2" color="#0000FF"><u>&lt;rrati@redhat.com&gt;</u></font></tt></a><tt><font
            size="2"><br>
            &gt;  &gt; To: </font></tt><a moz-do-not-send="true"
          href="mailto:bigdata@lists.fedoraproject.org"><tt><font
              size="2" color="#0000FF"><u>bigdata@lists.fedoraproject.org</u></font></tt></a><tt><font
            size="2"><br>
            &gt;  &gt; Date: 10/23/2013 02:45 PM<br>
            &gt;  &gt; Subject: Re: xmvn build issue<br>
            &gt;  &gt; Sent by: </font></tt><a moz-do-not-send="true"
          href="mailto:bigdata-bounces@lists.fedoraproject.org"><tt><font
              size="2" color="#0000FF"><u>bigdata-bounces@lists.fedoraproject.org</u></font></tt></a><tt><font
            size="2"><br>
            &gt;  &gt;<br>
            &gt;  &gt;
            ------------------------------------------------------------------------<br>
            &gt;  &gt;<br>
            &gt;  &gt;<br>
            &gt;  &gt;<br>
            &gt;  &gt; You should not need to add scope or the path to
            tools.jar.  Doing so on<br>
            &gt;  &gt; fedora will cause issues when another projects
            wants to use a jar from<br>
            &gt;  &gt; that build.  What branch are you building off of
            and what is your xmvn<br>
            &gt;  &gt; command line?<br>
            &gt;  &gt;<br>
            &gt;  &gt; Rob<br>
            &gt;  &gt;<br>
            &gt;  &gt; On 10/22/2013 03:38 PM, Amir Sanjar wrote:<br>
            &gt;  &gt;  &gt; I used xmv.<br>
            &gt;  &gt;  &gt;<br>
            &gt;  &gt;  &gt; Best Regards<br>
            &gt;  &gt;  &gt; Amir Sanjar<br>
            &gt;  &gt;  &gt;<br>
            &gt;  &gt;  &gt; PowerLinux Open Source Hadoop Architect<br>
            &gt;  &gt;  &gt; IBM Senior Software Engineer<br>
            &gt;  &gt;  &gt; Phone# 512-286-8393<br>
            &gt;  &gt;  &gt; Fax#      512-838-8858<br>
            &gt;  &gt;  &gt;<br>
            &gt;  &gt;  &gt;<br>
            &gt;  &gt;  &gt;<br>
            &gt;  &gt;  &gt; Inactive hide details for </font></tt><a
          moz-do-not-send="true" href="mailto:puntogil@libero.it"><tt><font
              size="2" color="#0000FF"><u>"puntogil@libero.it"</u></font></tt></a><tt><font
            size="2"> ---10/22/2013 01:53:25<br>
            &gt;  &gt;  &gt; PM---Il 22/10/2013 20:45, Amir Sanjar ha
            scritto:<br>
            &gt;  &gt;</font></tt><a moz-do-not-send="true"
          href="mailto:puntogil@libero.it"><tt><font size="2"
              color="#0000FF"><u>"puntogil@libero.it"</u></font></tt></a><tt><font
            size="2"><br>
            &gt;  &gt;  &gt; ---10/22/2013 01:53:25 PM---Il 22/10/2013
            20:45, Amir Sanjar ha<br>
            &gt;  &gt; scritto: &gt;<br>
            &gt;  &gt;  &gt;<br>
            &gt;  &gt;  &gt; From: </font></tt><a
          moz-do-not-send="true" href="mailto:puntogil@libero.it"><tt><font
              size="2" color="#0000FF"><u>"puntogil@libero.it"</u></font></tt></a><tt><font
            size="2"> </font></tt><a moz-do-not-send="true"
          href="mailto:puntogil@libero.it"><tt><font size="2"
              color="#0000FF"><u>&lt;puntogil@libero.it&gt;</u></font></tt></a><tt><font
            size="2"><br>
            &gt;  &gt;  &gt; To: </font></tt><a moz-do-not-send="true"
          href="mailto:bigdata@lists.fedoraproject.org"><tt><font
              size="2" color="#0000FF"><u>bigdata@lists.fedoraproject.org</u></font></tt></a><tt><font
            size="2"><br>
            &gt;  &gt;  &gt; Date: 10/22/2013 01:53 PM<br>
            &gt;  &gt;  &gt; Subject: Re: xmvn build issue<br>
            &gt;  &gt;  &gt; Sent by: </font></tt><a
          moz-do-not-send="true"
          href="mailto:bigdata-bounces@lists.fedoraproject.org"><tt><font
              size="2" color="#0000FF"><u>bigdata-bounces@lists.fedoraproject.org</u></font></tt></a><tt><font
            size="2"><br>
            &gt;  &gt;  &gt;<br>
            &gt;  &gt;  &gt;<br>
            &gt;
            ------------------------------------------------------------------------<br>
            &gt;  &gt;  &gt;<br>
            &gt;  &gt;  &gt;<br>
            &gt;  &gt;  &gt;<br>
            &gt;  &gt;  &gt; Il 22/10/2013 20:45, Amir Sanjar ha
            scritto:<br>
            &gt;  &gt;  &gt;<br>
            &gt;  &gt;  &gt;<br>
            &gt;  &gt;  &gt;     Update:<br>
            &gt;  &gt;  &gt;     if I add &lt;scope&gt; and hardcode the
            path to tools.jar using<br>
            &gt;  &gt;  &gt;     &lt;systemPath&gt;, it fixes the issue
            !!!<br>
            &gt;  &gt;  &gt;<br>
            &gt;  &gt;  &gt;       &lt;dependency&gt;<br>
            &gt;  &gt;  &gt;              
             &lt;groupId&gt;com.sun&lt;/groupId&gt;<br>
            &gt;  &gt;  &gt;              
             &lt;artifactId&gt;tools&lt;/artifactId&gt;<br>
            &gt;  &gt;  &gt;     */ &lt;scope&gt;system&lt;/scope&gt;  
            &lt;&lt;added<br>
            &gt;  &gt;  &gt;<br>
            &gt;  &gt;  &gt;<br>
            &gt;  &gt;<br>
            &gt;
&lt;systemPath&gt;/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.60-2.4.2.9.fc20.x86_64/lib/tools.jar&lt;/systemPath&gt;<br>
            &gt;  &gt;  &gt;         &lt;&lt;added/*<br>
            &gt;  &gt;  &gt;              &lt;/dependency&gt;<br>
            &gt;  &gt;  &gt;<br>
            &gt;  &gt;  &gt;<br>
            &gt;  &gt;  &gt; but in Fedora isn't correct<br>
            &gt;  &gt;  &gt; which command use for build hadoop<br>
            &gt;  &gt;  &gt; use the macro? %mvn_build .... ?<br>
            &gt;  &gt;  &gt; regards<br>
            &gt;  &gt;  &gt;<br>
            &gt;  &gt;  &gt;<br>
            &gt;  &gt;  &gt;<br>
            &gt;  &gt;<br>
            &gt;
================================================================================================================================<br>
            &gt;  &gt;  &gt;<br>
            &gt;  &gt;  &gt;     with fedora maven build 3.1.1-2<br>
            &gt;  &gt;  &gt;<br>
            &gt;  &gt;  &gt;     Build error:<br>
            &gt;  &gt;  &gt;     [ERROR] Failed to execute goal on
            project hadoop-annotations:<br>
            &gt; Could<br>
            &gt;  &gt;  &gt;     not resolve dependencies for project<br>
            &gt;  &gt;  &gt;    
            org.apache.hadoop:hadoop-annotations:jar:2.0.5-alpha: Failed
            to<br>
            &gt;  &gt;  &gt;     collect dependencies at
            com.sun:tools:jar:SYSTEM: Failed to read<br>
            &gt;  &gt;  &gt;     artifact descriptor for
            com.sun:tools:jar:SYSTEM: Could not<br>
            &gt; transfer<br>
            &gt;  &gt;  &gt;     artifact com.sun:tools:pom:SYSTEM
            from/to apache.snapshots.https<br>
            &gt;  &gt;  &gt;<br>
            &gt; (_</font></tt><a moz-do-not-send="true"
          href="https://repository.apache.org/content/repositories/snapshots_"><tt><font
              size="2" color="#0000FF"><u>https://repository.apache.org/content/repositories/snapshots_</u></font></tt></a><tt><font
            size="2">): No<br>
            &gt;  &gt;  &gt;     connector factories available -&gt;
            [Help 1]<br>
            &gt;  &gt;  &gt;<br>
            &gt;  &gt;  &gt;<br>
            &gt;  &gt;  &gt;     [xxxxx@localhost hadoop-common]$ mvn -v<br>
            &gt;  &gt;  &gt;     Apache Maven 3.1.1
            (NON-CANONICAL_2013-10-22_09-01_mockbuild;<br>
            &gt;  &gt;  &gt;     2013-10-22 04:01:59-0500)<br>
            &gt;  &gt;  &gt;     Maven home: /usr/share/maven<br>
            &gt;  &gt;  &gt;     Java version: 1.7.0_40, vendor: Oracle
            Corporation<br>
            &gt;  &gt;  &gt;     Java home:<br>
            &gt;  &gt;  &gt;    
            /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.60-2.4.2.9.fc20.x86_64/jre<br>
            &gt;  &gt;  &gt;     Default locale: en_US, platform
            encoding: UTF-8<br>
            &gt;  &gt;  &gt;     OS name: "linux", version:
            "3.11.5-302.fc20.x86_64", arch:<br>
            &gt; "amd64",<br>
            &gt;  &gt;  &gt;     family: "unix"<br>
            &gt;  &gt;  &gt;<br>
            &gt;  &gt;  &gt;       &gt;&gt;&gt;&gt;&gt; xmvn -v<br>
            &gt;  &gt;  &gt;     Apache Maven 3.1.1
            (NON-CANONICAL_2013-10-22_09-01_mockbuild;<br>
            &gt;  &gt;  &gt;     2013-10-22 04:01:59-0500)<br>
            &gt;  &gt;  &gt;     Maven home: /usr/share/xmvn<br>
            &gt;  &gt;  &gt;     Java version: 1.7.0_40, vendor: Oracle
            Corporation<br>
            &gt;  &gt;  &gt;     Java home:<br>
            &gt;  &gt;  &gt;    
            /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.60-2.4.2.9.fc20.x86_64/jre<br>
            &gt;  &gt;  &gt;     Default locale: en_US, platform
            encoding: UTF-8<br>
            &gt;  &gt;  &gt;     OS name: "linux", version:
            "3.11.5-302.fc20.x86_64", arch:<br>
            &gt; "amd64",<br>
            &gt;  &gt;  &gt;     family: "unix"<br>
            &gt;  &gt;  &gt;<br>
            &gt;  &gt;  &gt;     Best Regards<br>
            &gt;  &gt;  &gt;     Amir Sanjar<br>
            &gt;  &gt;  &gt;<br>
            &gt;  &gt;  &gt;     PowerLinux Open Source Hadoop Architect<br>
            &gt;  &gt;  &gt;     IBM Senior Software Engineer<br>
            &gt;  &gt;  &gt;     Phone# 512-286-8393<br>
            &gt;  &gt;  &gt;     Fax#      512-838-8858<br>
            &gt;  &gt;  &gt;<br>
            &gt;  &gt;  &gt;<br>
            &gt;  &gt;  &gt;<br>
            &gt;  &gt;  &gt;     Inactive hide details for Mikolaj
            Izdebski ---10/22/2013 10:23:16<br>
            &gt;  &gt;  &gt;     AM---On 10/22/2013 05:19 PM, Amir
            Sanjar wrote: &gt;Mikolaj Izdebski<br>
            &gt;  &gt;  &gt;     ---10/22/2013 10:23:16 AM---On
            10/22/2013 05:19 PM, Amir Sanjar<br>
            &gt;  &gt; wrote: &gt;<br>
            &gt;  &gt;  &gt;<br>
            &gt;  &gt;  &gt;     From: Mikolaj Izdebski _</font></tt><a
          moz-do-not-send="true" href="mailto:mizdebsk@redhat.com"><tt><font
              size="2" color="#0000FF"><u>&lt;mizdebsk@redhat.com&gt;</u></font></tt></a><tt><font
            size="2">_<br>
            &gt;  &gt;  &gt;     &lt;</font></tt><a
          moz-do-not-send="true" href="mailto:mizdebsk@redhat.com"><tt><font
              size="2" color="#0000FF"><u>mailto:mizdebsk@redhat.com</u></font></tt></a><tt><font
            size="2">&gt;<br>
            &gt;  &gt;  &gt;     To: _bigdata@lists.fedoraproject.org_<br>
            &gt;  &gt;  &gt;     &lt;</font></tt><a
          moz-do-not-send="true"
          href="mailto:bigdata@lists.fedoraproject.org"><tt><font
              size="2" color="#0000FF"><u>mailto:bigdata@lists.fedoraproject.org</u></font></tt></a><tt><font
            size="2">&gt;<br>
            &gt;  &gt;  &gt;     Date: 10/22/2013 10:23 AM<br>
            &gt;  &gt;  &gt;     Subject: Re: xmvn build issue<br>
            &gt;  &gt;  &gt;     Sent by:
            _bigdata-bounces@lists.fedoraproject.org_<br>
            &gt;  &gt;  &gt;     &lt;</font></tt><a
          moz-do-not-send="true"
          href="mailto:bigdata-bounces@lists.fedoraproject.org"><tt><font
              size="2" color="#0000FF"><u>mailto:bigdata-bounces@lists.fedoraproject.org</u></font></tt></a><tt><font
            size="2">&gt;<br>
            &gt;  &gt;  &gt;<br>
            &gt;  &gt;  &gt;<br>
            &gt;  &gt;
            ------------------------------------------------------------------------<br>
            &gt;  &gt;  &gt;<br>
            &gt;  &gt;  &gt;<br>
            &gt;  &gt;  &gt;<br>
            &gt;  &gt;  &gt;     On 10/22/2013 05:19 PM, Amir Sanjar
            wrote:<br>
            &gt;  &gt;  &gt;      &gt;<br>
            &gt;  &gt;  &gt;      &gt; downloaded the latest mvn from<br>
            &gt;  &gt;  &gt;      &gt; _</font></tt><a
          moz-do-not-send="true"
          href="http://maven.apache.org/docs/3.1.1/release-notes.html_"><tt><font
              size="2" color="#0000FF"><u>http://maven.apache.org/docs/3.1.1/release-notes.html_</u></font></tt></a><tt><font
            size="2"><br>
            &gt;  &gt;  &gt;<br>
            &gt;  &gt;  &gt;     I meant Fedora build of Maven, packaged
            as RPM.  Available in<br>
            &gt;  &gt; rawhide:_<br>
            &gt;  &gt;  &gt;     __</font></tt><a moz-do-not-send="true"
href="http://kojipkgs.fedoraproject.org/repos/rawhide/latest/_"><tt><font
              size="2" color="#0000FF"><u>http://kojipkgs.fedoraproject.org/repos/rawhide/latest/_</u></font></tt></a><tt><font
            size="2"><br>
            &gt;  &gt;  &gt;<br>
            &gt;  &gt;  &gt;     --<br>
            &gt;  &gt;  &gt;     Mikolaj Izdebski<br>
            &gt;  &gt;  &gt;     IRC: mizdebsk<br>
            &gt;  &gt;  &gt;    
            _______________________________________________<br>
            &gt;  &gt;  &gt;     bigdata mailing list_<br>
            &gt;  &gt;  &gt;     __bigdata@lists.fedoraproject.org_<br>
            &gt;  &gt;  &gt;     &lt;</font></tt><a
          moz-do-not-send="true"
          href="mailto:bigdata@lists.fedoraproject.org"><tt><font
              size="2" color="#0000FF"><u>mailto:bigdata@lists.fedoraproject.org</u></font></tt></a><tt><font
            size="2">&gt;_<br>
            &gt;  &gt;  &gt;     __</font></tt><a moz-do-not-send="true"
href="https://admin.fedoraproject.org/mailman/listinfo/bigdata_"><tt><font
              size="2" color="#0000FF"><u>https://admin.fedoraproject.org/mailman/listinfo/bigdata_</u></font></tt></a><tt><font
            size="2"><br>
            &gt;  &gt;  &gt;<br>
            &gt;  &gt;  &gt;<br>
            &gt;  &gt;  &gt;<br>
            &gt;  &gt;  &gt;    
            _______________________________________________<br>
            &gt;  &gt;  &gt;     bigdata mailing list<br>
            &gt;  &gt;  &gt;     _bigdata@lists.fedoraproject.org_<br>
            &gt;  &gt;  &gt;     &lt;</font></tt><a
          moz-do-not-send="true"
          href="mailto:bigdata@lists.fedoraproject.org"><tt><font
              size="2" color="#0000FF"><u>mailto:bigdata@lists.fedoraproject.org</u></font></tt></a><tt><font
            size="2">&gt;<br>
            &gt;  &gt;  &gt;     _</font></tt><a moz-do-not-send="true"
href="https://admin.fedoraproject.org/mailman/listinfo/bigdata_"><tt><font
              size="2" color="#0000FF"><u>https://admin.fedoraproject.org/mailman/listinfo/bigdata_</u></font></tt></a><tt><font
            size="2"><br>
            &gt;  &gt;  &gt;<br>
            &gt;  &gt;  &gt; [attachment "puntogil.vcf" deleted by Amir
            Sanjar/Austin/IBM]<br>
            &gt;  &gt;  &gt;
            _______________________________________________<br>
            &gt;  &gt;  &gt; bigdata mailing list<br>
            &gt;  &gt;  &gt; </font></tt><a moz-do-not-send="true"
          href="mailto:bigdata@lists.fedoraproject.org"><tt><font
              size="2" color="#0000FF"><u>bigdata@lists.fedoraproject.org</u></font></tt></a><tt><font
            size="2"><br>
            &gt;  &gt;  &gt; </font></tt><a moz-do-not-send="true"
          href="https://admin.fedoraproject.org/mailman/listinfo/bigdata"><tt><font
              size="2" color="#0000FF"><u>https://admin.fedoraproject.org/mailman/listinfo/bigdata</u></font></tt></a><tt><font
            size="2"><br>
            &gt;  &gt;  &gt;<br>
            &gt;  &gt;  &gt;<br>
            &gt;  &gt;  &gt;<br>
            &gt;  &gt;  &gt;
            _______________________________________________<br>
            &gt;  &gt;  &gt; bigdata mailing list<br>
            &gt;  &gt;  &gt; </font></tt><a moz-do-not-send="true"
          href="mailto:bigdata@lists.fedoraproject.org"><tt><font
              size="2" color="#0000FF"><u>bigdata@lists.fedoraproject.org</u></font></tt></a><tt><font
            size="2"><br>
            &gt;  &gt;  &gt; </font></tt><a moz-do-not-send="true"
          href="https://admin.fedoraproject.org/mailman/listinfo/bigdata"><tt><font
              size="2" color="#0000FF"><u>https://admin.fedoraproject.org/mailman/listinfo/bigdata</u></font></tt></a><tt><font
            size="2"><br>
            &gt;  &gt;  &gt;<br>
            &gt;  &gt; _______________________________________________<br>
            &gt;  &gt; bigdata mailing list<br>
            &gt;  &gt; </font></tt><a moz-do-not-send="true"
          href="mailto:bigdata@lists.fedoraproject.org"><tt><font
              size="2" color="#0000FF"><u>bigdata@lists.fedoraproject.org</u></font></tt></a><tt><font
            size="2"><br>
            &gt;  &gt; </font></tt><a moz-do-not-send="true"
          href="https://admin.fedoraproject.org/mailman/listinfo/bigdata"><tt><font
              size="2" color="#0000FF"><u>https://admin.fedoraproject.org/mailman/listinfo/bigdata</u></font></tt></a><tt><font
            size="2"><br>
            &gt;  &gt;<br>
            &gt;  &gt;<br>
            &gt;  &gt;<br>
            &gt;  &gt; _______________________________________________<br>
            &gt;  &gt; bigdata mailing list<br>
            &gt;  &gt; </font></tt><a moz-do-not-send="true"
          href="mailto:bigdata@lists.fedoraproject.org"><tt><font
              size="2" color="#0000FF"><u>bigdata@lists.fedoraproject.org</u></font></tt></a><tt><font
            size="2"><br>
            &gt;  &gt; </font></tt><a moz-do-not-send="true"
          href="https://admin.fedoraproject.org/mailman/listinfo/bigdata"><tt><font
              size="2" color="#0000FF"><u>https://admin.fedoraproject.org/mailman/listinfo/bigdata</u></font></tt></a><tt><font
            size="2"><br>
            &gt;  &gt;<br>
            &gt; _______________________________________________<br>
            &gt; bigdata mailing list<br>
            &gt; </font></tt><a moz-do-not-send="true"
          href="mailto:bigdata@lists.fedoraproject.org"><tt><font
              size="2" color="#0000FF"><u>bigdata@lists.fedoraproject.org</u></font></tt></a><tt><font
            size="2"><br>
            &gt; </font></tt><a moz-do-not-send="true"
          href="https://admin.fedoraproject.org/mailman/listinfo/bigdata"><tt><font
              size="2" color="#0000FF"><u>https://admin.fedoraproject.org/mailman/listinfo/bigdata</u></font></tt></a><tt><font
            size="2"><br>
            &gt;<br>
            &gt;<br>
            &gt;<br>
            &gt; _______________________________________________<br>
            &gt; bigdata mailing list<br>
            &gt; </font></tt><a moz-do-not-send="true"
          href="mailto:bigdata@lists.fedoraproject.org"><tt><font
              size="2" color="#0000FF"><u>bigdata@lists.fedoraproject.org</u></font></tt></a><tt><font
            size="2"><br>
            &gt; </font></tt><a moz-do-not-send="true"
          href="https://admin.fedoraproject.org/mailman/listinfo/bigdata"><tt><font
              size="2" color="#0000FF"><u>https://admin.fedoraproject.org/mailman/listinfo/bigdata</u></font></tt></a><tt><font
            size="2"><br>
            &gt;<br>
            _______________________________________________<br>
            bigdata mailing list</font></tt><tt><font size="2"
            color="#0000FF"><u><br>
            </u></font></tt><a moz-do-not-send="true"
          href="mailto:bigdata@lists.fedoraproject.org"><tt><font
              size="2" color="#0000FF"><u>bigdata@lists.fedoraproject.org</u></font></tt></a><tt><font
            size="2" color="#0000FF"><u><br>
            </u></font></tt><a moz-do-not-send="true"
          href="https://admin.fedoraproject.org/mailman/listinfo/bigdata"><tt><font
              size="2" color="#0000FF"><u>https://admin.fedoraproject.org/mailman/listinfo/bigdata</u></font></tt></a><font
          face="serif" size="3"><br>
          <br>
          <br>
        </font><br>
        <tt><font size="3">_______________________________________________<br>
            bigdata mailing list<br>
          </font></tt><a moz-do-not-send="true"
          href="mailto:bigdata@lists.fedoraproject.org"><tt><font
              size="3" color="#0000FF"><u>bigdata@lists.fedoraproject.org</u></font></tt></a><tt><font
            size="3"><br>
          </font></tt><a moz-do-not-send="true"
          href="https://admin.fedoraproject.org/mailman/listinfo/bigdata"><tt><font
              size="3" color="#0000FF"><u>https://admin.fedoraproject.org/mailman/listinfo/bigdata</u></font></tt></a><tt><font
            size="3"><br>
          </font></tt>
      </ul>
      <font face="serif" size="3"><br>
      </font><br>
      <tt><font size="3">-- <br>
          Peter MacKinnon<br>
          MRG Grid/Big Data<br>
          Red Hat Inc.<br>
          Raleigh, NC<br>
        </font></tt><tt><font size="2">_______________________________________________<br>
          bigdata mailing list<br>
          <a class="moz-txt-link-abbreviated" href="mailto:bigdata@lists.fedoraproject.org">bigdata@lists.fedoraproject.org</a><br>
        </font></tt><tt><font size="2"><a moz-do-not-send="true"
            href="https://admin.fedoraproject.org/mailman/listinfo/bigdata">https://admin.fedoraproject.org/mailman/listinfo/bigdata</a></font></tt><tt><font
          size="2"><br>
        </font></tt><br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
bigdata mailing list
<a class="moz-txt-link-abbreviated" href="mailto:bigdata@lists.fedoraproject.org">bigdata@lists.fedoraproject.org</a>
<a class="moz-txt-link-freetext" href="https://admin.fedoraproject.org/mailman/listinfo/bigdata">https://admin.fedoraproject.org/mailman/listinfo/bigdata</a>
</pre>
    </blockquote>
    <br>
    <br>
    <pre class="moz-signature" cols="72">-- 
Peter MacKinnon
MRG Grid/Big Data
Red Hat Inc.
Raleigh, NC
</pre>
  </body>
</html>