Repository: flume Updated Branches: refs/heads/trunk 6115e7d6d -> 76b359b3f
FLUME-2381: Upgrade Hadoop version in Hadoop 2 profile to 2.4.0 (Hari Shreedharan via Jarek Jarcec Cecho) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/76b359b3 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/76b359b3 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/76b359b3 Branch: refs/heads/trunk Commit: 76b359b3fef1fade662388c8356e4a82c227c258 Parents: 6115e7d Author: Jarek Jarcec Cecho <[email protected]> Authored: Sat May 3 21:43:16 2014 -0700 Committer: Jarek Jarcec Cecho <[email protected]> Committed: Sat May 3 21:43:16 2014 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/76b359b3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2aa0ad1..7abf833 100644 --- a/pom.xml +++ b/pom.xml @@ -49,7 +49,7 @@ limitations under the License. <avro.version>1.7.3</avro.version> <elasticsearch.version>0.90.1</elasticsearch.version> - <hadoop2.version>2.3.0</hadoop2.version> + <hadoop2.version>2.4.0</hadoop2.version> <kite.version>0.12.0</kite.version> </properties>
