You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@giraph.apache.org by "Nitay Joffe (JIRA)" <ji...@apache.org> on 2012/11/13 02:26:12 UTC

[jira] [Created] (GIRAPH-420) Make Giraph build on all profiles

Nitay Joffe created GIRAPH-420:
----------------------------------

             Summary: Make Giraph build on all profiles
                 Key: GIRAPH-420
                 URL: https://issues.apache.org/jira/browse/GIRAPH-420
             Project: Giraph
          Issue Type: Bug
            Reporter: Nitay Joffe
            Assignee: Nitay Joffe


There are a few profiles that don't build giraph formats (they have never really quite worked). This diff is to exclude those so we can build Giraph on all profiles. Specifically, the following now really works:

dev-support/for-each-profile.sh clean install

The patch removes giraph-formats-contrib from the following profiles (which weren't working):
- hadoop_0.23
- hadoop_2.0.0
- hadoop_2.0.1
- hadoop_2.0.2
- hadoop_trunk

I also added Facebook Hadoop's test jar in lib/ (like the core jar) so we can build directly against it.

[~jghoman] [~ekoontz] [~rvs] I know you guys have dealt with other profiles. Do you have working builds of formats for any of these? If so I'd be glad to add your configs in so that we can have these profiles build formats as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Re: [jira] [Created] (GIRAPH-420) Make Giraph build on all profiles

Posted by Eli Reisman <ap...@gmail.com>.
Last time I ran it, the hadoop_1.0 profile worked great, I've run a lot of
cluster jobs with it. but I didn't ever try it with the contrib formats

On Mon, Nov 12, 2012 at 5:26 PM, Nitay Joffe (JIRA) <ji...@apache.org> wrote:

> Nitay Joffe created GIRAPH-420:
> ----------------------------------
>
>              Summary: Make Giraph build on all profiles
>                  Key: GIRAPH-420
>                  URL: https://issues.apache.org/jira/browse/GIRAPH-420
>              Project: Giraph
>           Issue Type: Bug
>             Reporter: Nitay Joffe
>             Assignee: Nitay Joffe
>
>
> There are a few profiles that don't build giraph formats (they have never
> really quite worked). This diff is to exclude those so we can build Giraph
> on all profiles. Specifically, the following now really works:
>
> dev-support/for-each-profile.sh clean install
>
> The patch removes giraph-formats-contrib from the following profiles
> (which weren't working):
> - hadoop_0.23
> - hadoop_2.0.0
> - hadoop_2.0.1
> - hadoop_2.0.2
> - hadoop_trunk
>
> I also added Facebook Hadoop's test jar in lib/ (like the core jar) so we
> can build directly against it.
>
> [~jghoman] [~ekoontz] [~rvs] I know you guys have dealt with other
> profiles. Do you have working builds of formats for any of these? If so I'd
> be glad to add your configs in so that we can have these profiles build
> formats as well.
>
> --
> This message is automatically generated by JIRA.
> If you think it was sent incorrectly, please contact your JIRA
> administrators
> For more information on JIRA, see: http://www.atlassian.com/software/jira
>

[jira] [Commented] (GIRAPH-420) Make Giraph build on all profiles

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GIRAPH-420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13501650#comment-13501650 ] 

Hudson commented on GIRAPH-420:
-------------------------------

Integrated in Giraph-trunk-Commit #295 (See [https://builds.apache.org/job/Giraph-trunk-Commit/295/])
    Bugfix for GIRAPH-420 (nitay) (Revision 1411975)

     Result = SUCCESS
nitay : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1411975
Files : 
* /giraph/trunk/CHANGELOG
* /giraph/trunk/giraph-formats-contrib/pom.xml

                
> Make Giraph build on all profiles
> ---------------------------------
>
>                 Key: GIRAPH-420
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-420
>             Project: Giraph
>          Issue Type: Bug
>            Reporter: Nitay Joffe
>            Assignee: Nitay Joffe
>         Attachments: facebook-hadoop-0.20-core.jar, facebook-hadoop-0.20-test.jar, GIRAPH-420.patch
>
>
> There are a few profiles that don't build giraph formats (they have never really quite worked). This diff is to exclude those so we can build Giraph on all profiles. Specifically, the following:
> dev-support/for-each-profile.sh clean install
> The tests fails on hadoop_trunk because it doesn't define mapred.job.tracker and we get an NPE (unrelated issue), but otherwise everything builds.
> The patch removes giraph-formats-contrib from the following profiles (which weren't working):
> - hadoop_0.23
> - hadoop_2.0.0
> - hadoop_2.0.1
> - hadoop_2.0.2
> - hadoop_trunk
> I also added Facebook Hadoop's test jar in lib/ (like the core jar) so we can build directly against it.
> [~jghoman] [~ekoontz] [~rvs] I know you guys have dealt with other profiles. Do you have working builds of formats for any of these? If so I'd be glad to add your configs in so that we can have these profiles build formats as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (GIRAPH-420) Make Giraph build on all profiles

Posted by "Nitay Joffe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GIRAPH-420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nitay Joffe updated GIRAPH-420:
-------------------------------

    Description: 
There are a few profiles that don't build giraph formats (they have never really quite worked). This diff is to exclude those so we can build Giraph on all profiles. Specifically, the following:

dev-support/for-each-profile.sh clean install

The tests fails on hadoop_trunk because it doesn't define mapred.job.tracker and we get an NPE (unrelated issue), but otherwise everything builds.


The patch removes giraph-formats-contrib from the following profiles (which weren't working):
- hadoop_0.23
- hadoop_2.0.0
- hadoop_2.0.1
- hadoop_2.0.2
- hadoop_trunk

I also added Facebook Hadoop's test jar in lib/ (like the core jar) so we can build directly against it.

[~jghoman] [~ekoontz] [~rvs] I know you guys have dealt with other profiles. Do you have working builds of formats for any of these? If so I'd be glad to add your configs in so that we can have these profiles build formats as well.

  was:
There are a few profiles that don't build giraph formats (they have never really quite worked). This diff is to exclude those so we can build Giraph on all profiles. Specifically, the following now really works:

dev-support/for-each-profile.sh clean install

The patch removes giraph-formats-contrib from the following profiles (which weren't working):
- hadoop_0.23
- hadoop_2.0.0
- hadoop_2.0.1
- hadoop_2.0.2
- hadoop_trunk

I also added Facebook Hadoop's test jar in lib/ (like the core jar) so we can build directly against it.

[~jghoman] [~ekoontz] [~rvs] I know you guys have dealt with other profiles. Do you have working builds of formats for any of these? If so I'd be glad to add your configs in so that we can have these profiles build formats as well.

    
> Make Giraph build on all profiles
> ---------------------------------
>
>                 Key: GIRAPH-420
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-420
>             Project: Giraph
>          Issue Type: Bug
>            Reporter: Nitay Joffe
>            Assignee: Nitay Joffe
>         Attachments: GIRAPH-420.patch
>
>
> There are a few profiles that don't build giraph formats (they have never really quite worked). This diff is to exclude those so we can build Giraph on all profiles. Specifically, the following:
> dev-support/for-each-profile.sh clean install
> The tests fails on hadoop_trunk because it doesn't define mapred.job.tracker and we get an NPE (unrelated issue), but otherwise everything builds.
> The patch removes giraph-formats-contrib from the following profiles (which weren't working):
> - hadoop_0.23
> - hadoop_2.0.0
> - hadoop_2.0.1
> - hadoop_2.0.2
> - hadoop_trunk
> I also added Facebook Hadoop's test jar in lib/ (like the core jar) so we can build directly against it.
> [~jghoman] [~ekoontz] [~rvs] I know you guys have dealt with other profiles. Do you have working builds of formats for any of these? If so I'd be glad to add your configs in so that we can have these profiles build formats as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (GIRAPH-420) Make Giraph build on all profiles

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GIRAPH-420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13501631#comment-13501631 ] 

Hudson commented on GIRAPH-420:
-------------------------------

Integrated in Giraph-trunk-Commit #293 (See [https://builds.apache.org/job/Giraph-trunk-Commit/293/])
    GIRAPH-420: build formats in profiles where it works. (Revision 1411957)

     Result = FAILURE
nitay : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1411957
Files : 
* /giraph/trunk/.gitignore
* /giraph/trunk/dev-support/for-each-profile.sh
* /giraph/trunk/giraph-formats-contrib/pom.xml
* /giraph/trunk/giraph/pom.xml
* /giraph/trunk/lib/facebook-hadoop-0.20-core.jar
* /giraph/trunk/lib/facebook-hadoop-0.20-test.jar
* /giraph/trunk/lib/hadoop-0.20-core.jar
* /giraph/trunk/pom.xml

                
> Make Giraph build on all profiles
> ---------------------------------
>
>                 Key: GIRAPH-420
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-420
>             Project: Giraph
>          Issue Type: Bug
>            Reporter: Nitay Joffe
>            Assignee: Nitay Joffe
>         Attachments: facebook-hadoop-0.20-core.jar, facebook-hadoop-0.20-test.jar, GIRAPH-420.patch
>
>
> There are a few profiles that don't build giraph formats (they have never really quite worked). This diff is to exclude those so we can build Giraph on all profiles. Specifically, the following:
> dev-support/for-each-profile.sh clean install
> The tests fails on hadoop_trunk because it doesn't define mapred.job.tracker and we get an NPE (unrelated issue), but otherwise everything builds.
> The patch removes giraph-formats-contrib from the following profiles (which weren't working):
> - hadoop_0.23
> - hadoop_2.0.0
> - hadoop_2.0.1
> - hadoop_2.0.2
> - hadoop_trunk
> I also added Facebook Hadoop's test jar in lib/ (like the core jar) so we can build directly against it.
> [~jghoman] [~ekoontz] [~rvs] I know you guys have dealt with other profiles. Do you have working builds of formats for any of these? If so I'd be glad to add your configs in so that we can have these profiles build formats as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (GIRAPH-420) Make Giraph build on all profiles

Posted by "Roman Shaposhnik (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GIRAPH-420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13495833#comment-13495833 ] 

Roman Shaposhnik commented on GIRAPH-420:
-----------------------------------------

See my first comment on GIRAPH-392. Accumulo needs to be disabled no matter what since they can't be run against Hadoop 2. HCat seems ok and the biggest problem with HBase is the lack of HBase artifacts compiled against Hadoop 2. However, as long as you mvn install them into your local .m2 cache everything is fine.

Btw, feel free to close GIRAPH-392 as a dup of this one, since the more I look at this the more it feels like we're way better off simply disabling formats for Giraph 0.2.0 in all of the profiles that you have on your list. Once HBase sorts out their publishing policy we can revisit.
                
> Make Giraph build on all profiles
> ---------------------------------
>
>                 Key: GIRAPH-420
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-420
>             Project: Giraph
>          Issue Type: Bug
>            Reporter: Nitay Joffe
>            Assignee: Nitay Joffe
>         Attachments: GIRAPH-420.patch
>
>
> There are a few profiles that don't build giraph formats (they have never really quite worked). This diff is to exclude those so we can build Giraph on all profiles. Specifically, the following:
> dev-support/for-each-profile.sh clean install
> The tests fails on hadoop_trunk because it doesn't define mapred.job.tracker and we get an NPE (unrelated issue), but otherwise everything builds.
> The patch removes giraph-formats-contrib from the following profiles (which weren't working):
> - hadoop_0.23
> - hadoop_2.0.0
> - hadoop_2.0.1
> - hadoop_2.0.2
> - hadoop_trunk
> I also added Facebook Hadoop's test jar in lib/ (like the core jar) so we can build directly against it.
> [~jghoman] [~ekoontz] [~rvs] I know you guys have dealt with other profiles. Do you have working builds of formats for any of these? If so I'd be glad to add your configs in so that we can have these profiles build formats as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (GIRAPH-420) Make Giraph build on all profiles

Posted by "Nitay Joffe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GIRAPH-420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nitay Joffe updated GIRAPH-420:
-------------------------------

    Attachment: facebook-hadoop-0.20-test.jar
                facebook-hadoop-0.20-core.jar

The two jars should be places in lib/. The existing jar in lib/ should be removed.
                
> Make Giraph build on all profiles
> ---------------------------------
>
>                 Key: GIRAPH-420
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-420
>             Project: Giraph
>          Issue Type: Bug
>            Reporter: Nitay Joffe
>            Assignee: Nitay Joffe
>         Attachments: facebook-hadoop-0.20-core.jar, facebook-hadoop-0.20-test.jar, GIRAPH-420.patch
>
>
> There are a few profiles that don't build giraph formats (they have never really quite worked). This diff is to exclude those so we can build Giraph on all profiles. Specifically, the following:
> dev-support/for-each-profile.sh clean install
> The tests fails on hadoop_trunk because it doesn't define mapred.job.tracker and we get an NPE (unrelated issue), but otherwise everything builds.
> The patch removes giraph-formats-contrib from the following profiles (which weren't working):
> - hadoop_0.23
> - hadoop_2.0.0
> - hadoop_2.0.1
> - hadoop_2.0.2
> - hadoop_trunk
> I also added Facebook Hadoop's test jar in lib/ (like the core jar) so we can build directly against it.
> [~jghoman] [~ekoontz] [~rvs] I know you guys have dealt with other profiles. Do you have working builds of formats for any of these? If so I'd be glad to add your configs in so that we can have these profiles build formats as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (GIRAPH-420) Make Giraph build on all profiles

Posted by "Nitay Joffe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GIRAPH-420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nitay Joffe updated GIRAPH-420:
-------------------------------

    Attachment: GIRAPH-420.patch
    
> Make Giraph build on all profiles
> ---------------------------------
>
>                 Key: GIRAPH-420
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-420
>             Project: Giraph
>          Issue Type: Bug
>            Reporter: Nitay Joffe
>            Assignee: Nitay Joffe
>         Attachments: GIRAPH-420.patch
>
>
> There are a few profiles that don't build giraph formats (they have never really quite worked). This diff is to exclude those so we can build Giraph on all profiles. Specifically, the following now really works:
> dev-support/for-each-profile.sh clean install
> The patch removes giraph-formats-contrib from the following profiles (which weren't working):
> - hadoop_0.23
> - hadoop_2.0.0
> - hadoop_2.0.1
> - hadoop_2.0.2
> - hadoop_trunk
> I also added Facebook Hadoop's test jar in lib/ (like the core jar) so we can build directly against it.
> [~jghoman] [~ekoontz] [~rvs] I know you guys have dealt with other profiles. Do you have working builds of formats for any of these? If so I'd be glad to add your configs in so that we can have these profiles build formats as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (GIRAPH-420) Make Giraph build on all profiles

Posted by "Nitay Joffe (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GIRAPH-420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13501645#comment-13501645 ] 

Nitay Joffe commented on GIRAPH-420:
------------------------------------

Okay I see problem, I've reproduced and fixed it. It's a minor missing piece in pom.xml. Checking in build fix.
                
> Make Giraph build on all profiles
> ---------------------------------
>
>                 Key: GIRAPH-420
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-420
>             Project: Giraph
>          Issue Type: Bug
>            Reporter: Nitay Joffe
>            Assignee: Nitay Joffe
>         Attachments: facebook-hadoop-0.20-core.jar, facebook-hadoop-0.20-test.jar, GIRAPH-420.patch
>
>
> There are a few profiles that don't build giraph formats (they have never really quite worked). This diff is to exclude those so we can build Giraph on all profiles. Specifically, the following:
> dev-support/for-each-profile.sh clean install
> The tests fails on hadoop_trunk because it doesn't define mapred.job.tracker and we get an NPE (unrelated issue), but otherwise everything builds.
> The patch removes giraph-formats-contrib from the following profiles (which weren't working):
> - hadoop_0.23
> - hadoop_2.0.0
> - hadoop_2.0.1
> - hadoop_2.0.2
> - hadoop_trunk
> I also added Facebook Hadoop's test jar in lib/ (like the core jar) so we can build directly against it.
> [~jghoman] [~ekoontz] [~rvs] I know you guys have dealt with other profiles. Do you have working builds of formats for any of these? If so I'd be glad to add your configs in so that we can have these profiles build formats as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (GIRAPH-420) Make Giraph build on all profiles

Posted by "Nitay Joffe (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GIRAPH-420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13495834#comment-13495834 ] 

Nitay Joffe commented on GIRAPH-420:
------------------------------------

Perhaps we split formats into giraph-hive, giraph-hbase, giraph-accumulo so that we can toggle them separately?
                
> Make Giraph build on all profiles
> ---------------------------------
>
>                 Key: GIRAPH-420
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-420
>             Project: Giraph
>          Issue Type: Bug
>            Reporter: Nitay Joffe
>            Assignee: Nitay Joffe
>         Attachments: GIRAPH-420.patch
>
>
> There are a few profiles that don't build giraph formats (they have never really quite worked). This diff is to exclude those so we can build Giraph on all profiles. Specifically, the following:
> dev-support/for-each-profile.sh clean install
> The tests fails on hadoop_trunk because it doesn't define mapred.job.tracker and we get an NPE (unrelated issue), but otherwise everything builds.
> The patch removes giraph-formats-contrib from the following profiles (which weren't working):
> - hadoop_0.23
> - hadoop_2.0.0
> - hadoop_2.0.1
> - hadoop_2.0.2
> - hadoop_trunk
> I also added Facebook Hadoop's test jar in lib/ (like the core jar) so we can build directly against it.
> [~jghoman] [~ekoontz] [~rvs] I know you guys have dealt with other profiles. Do you have working builds of formats for any of these? If so I'd be glad to add your configs in so that we can have these profiles build formats as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (GIRAPH-420) Make Giraph build on all profiles

Posted by "Avery Ching (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GIRAPH-420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13501599#comment-13501599 ] 

Avery Ching commented on GIRAPH-420:
------------------------------------

+1, let's do it.
                
> Make Giraph build on all profiles
> ---------------------------------
>
>                 Key: GIRAPH-420
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-420
>             Project: Giraph
>          Issue Type: Bug
>            Reporter: Nitay Joffe
>            Assignee: Nitay Joffe
>         Attachments: facebook-hadoop-0.20-core.jar, facebook-hadoop-0.20-test.jar, GIRAPH-420.patch
>
>
> There are a few profiles that don't build giraph formats (they have never really quite worked). This diff is to exclude those so we can build Giraph on all profiles. Specifically, the following:
> dev-support/for-each-profile.sh clean install
> The tests fails on hadoop_trunk because it doesn't define mapred.job.tracker and we get an NPE (unrelated issue), but otherwise everything builds.
> The patch removes giraph-formats-contrib from the following profiles (which weren't working):
> - hadoop_0.23
> - hadoop_2.0.0
> - hadoop_2.0.1
> - hadoop_2.0.2
> - hadoop_trunk
> I also added Facebook Hadoop's test jar in lib/ (like the core jar) so we can build directly against it.
> [~jghoman] [~ekoontz] [~rvs] I know you guys have dealt with other profiles. Do you have working builds of formats for any of these? If so I'd be glad to add your configs in so that we can have these profiles build formats as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (GIRAPH-420) Make Giraph build on all profiles

Posted by "Nitay Joffe (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GIRAPH-420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13501636#comment-13501636 ] 

Nitay Joffe commented on GIRAPH-420:
------------------------------------

looking into why it failed now, it worked for me before committing.
                
> Make Giraph build on all profiles
> ---------------------------------
>
>                 Key: GIRAPH-420
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-420
>             Project: Giraph
>          Issue Type: Bug
>            Reporter: Nitay Joffe
>            Assignee: Nitay Joffe
>         Attachments: facebook-hadoop-0.20-core.jar, facebook-hadoop-0.20-test.jar, GIRAPH-420.patch
>
>
> There are a few profiles that don't build giraph formats (they have never really quite worked). This diff is to exclude those so we can build Giraph on all profiles. Specifically, the following:
> dev-support/for-each-profile.sh clean install
> The tests fails on hadoop_trunk because it doesn't define mapred.job.tracker and we get an NPE (unrelated issue), but otherwise everything builds.
> The patch removes giraph-formats-contrib from the following profiles (which weren't working):
> - hadoop_0.23
> - hadoop_2.0.0
> - hadoop_2.0.1
> - hadoop_2.0.2
> - hadoop_trunk
> I also added Facebook Hadoop's test jar in lib/ (like the core jar) so we can build directly against it.
> [~jghoman] [~ekoontz] [~rvs] I know you guys have dealt with other profiles. Do you have working builds of formats for any of these? If so I'd be glad to add your configs in so that we can have these profiles build formats as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (GIRAPH-420) Make Giraph build on all profiles

Posted by "Nitay Joffe (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GIRAPH-420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13499151#comment-13499151 ] 

Nitay Joffe commented on GIRAPH-420:
------------------------------------

Do we have anymore thoughts on this, can someone review?
                
> Make Giraph build on all profiles
> ---------------------------------
>
>                 Key: GIRAPH-420
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-420
>             Project: Giraph
>          Issue Type: Bug
>            Reporter: Nitay Joffe
>            Assignee: Nitay Joffe
>         Attachments: facebook-hadoop-0.20-core.jar, facebook-hadoop-0.20-test.jar, GIRAPH-420.patch
>
>
> There are a few profiles that don't build giraph formats (they have never really quite worked). This diff is to exclude those so we can build Giraph on all profiles. Specifically, the following:
> dev-support/for-each-profile.sh clean install
> The tests fails on hadoop_trunk because it doesn't define mapred.job.tracker and we get an NPE (unrelated issue), but otherwise everything builds.
> The patch removes giraph-formats-contrib from the following profiles (which weren't working):
> - hadoop_0.23
> - hadoop_2.0.0
> - hadoop_2.0.1
> - hadoop_2.0.2
> - hadoop_trunk
> I also added Facebook Hadoop's test jar in lib/ (like the core jar) so we can build directly against it.
> [~jghoman] [~ekoontz] [~rvs] I know you guys have dealt with other profiles. Do you have working builds of formats for any of these? If so I'd be glad to add your configs in so that we can have these profiles build formats as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira