Skip to content

Commit

Permalink
Merge pull request apache#342 from tgravescs/fix_maven_protobuf
Browse files Browse the repository at this point in the history
Change protobuf version for yarn alpha back to 2.4.1

The maven build for yarn-alpha uses the wrong protobuf version and hence the generated assembly jar doesn't work with Hadoop 0.23.  Removing the setting for the yarn-alpha profile since the default protobuf version is 2.4.1 at the top of the pom file.
  • Loading branch information
pwendell committed Jan 6, 2014
2 parents 357083c + 1f7c090 commit 33fcb91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,6 @@
<hadoop.major.version>2</hadoop.major.version>
<!-- 0.23.* is same as 2.0.* - except hardened to run production jobs -->
<hadoop.version>0.23.7</hadoop.version>
<protobuf.version>2.5.0</protobuf.version>
<!--<hadoop.version>2.0.5-alpha</hadoop.version> -->
</properties>

Expand Down

0 comments on commit 33fcb91

Please sign in to comment.