[VOTE] Apache Giraph 1.1.0 RC1

2014-10-26 Thread Roman Shaposhnik
This vote is for Apache Giraph, version 1.1.0 release

It fixes the following issues:
  http://s.apache.org/a8X

*** Please download, test and vote by Mon 11/3 noon PST

Note that we are voting upon the source (tag):
   release-1.1.0-RC1

Source and binary files are available at:
   http://people.apache.org/~rvs/giraph-1.1.0-RC1/

Staged website is available at:
   http://people.apache.org/~rvs/giraph-1.1.0-RC1/site/

Maven staging repo is available at:
   https://repository.apache.org/content/repositories/orgapachegiraph-1002

Please notice, that as per earlier agreement two sets
of artifacts are published differentiated by the version ID:
  * version ID 1.1.0 corresponds to the artifacts built for
 the hadoop_1 profile
  * version ID 1.1.0-hadoop2 corresponds to the artifacts
 built for hadoop_2 profile.

The tag to be voted upon (release-1.1.0-RC1):
   
https://git-wip-us.apache.org/repos/asf?p=giraph.git;a=commit;h=1f0fc23c26ce3addb746e3e57cc155f82afbab87

The KEYS file containing PGP keys we use to sign the release:
   http://svn.apache.org/repos/asf/bigtop/dist/KEYS

Thanks,
Roman.


Re: Compiling Giraph with Hadoop 2.5.1 YARN

2014-10-26 Thread Alessandro Negro
Hi Nicola,
I was able to fix this issue adding the following line into the munge maven 
plugin:

mungedDirectory${project.build.directory}/munged/mungedDirectory

Now it is:

plugin
  groupIdorg.sonatype.plugins/groupId
  artifactIdmunge-maven-plugin/artifactId
  version1.0/version
  executions
execution
  idmunge/id
  phasegenerate-sources/phase
  goals
goalmunge/goal
  /goals
  configuration

mungedDirectory${project.build.directory}/munged/mungedDirectory
symbols${munge.symbols}/symbols
  /configuration
/execution
  /executions
/plugin

I hope that this will help you.

Regards,
Alessandro