Repository: flume Updated Branches: refs/heads/flume-1.6 780663428 -> 851f1744a
FLUME-2657: Upgrade to Hive 1.0 (Hari Shreedharan via Roshan Naik) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/851f1744 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/851f1744 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/851f1744 Branch: refs/heads/flume-1.6 Commit: 851f1744ace4ec78697945c801f43736f72fbca1 Parents: 7806634 Author: Roshan Naik <[email protected]> Authored: Mon Apr 6 17:23:15 2015 -0700 Committer: Roshan Naik <[email protected]> Committed: Mon Apr 6 17:24:29 2015 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/851f1744/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6d334c1..4a25a69 100644 --- a/pom.xml +++ b/pom.xml @@ -51,7 +51,7 @@ limitations under the License. <hadoop2.version>2.4.0</hadoop2.version> <thrift.version>0.7.0</thrift.version> <kite.version>1.0.0</kite.version> - <hive.version>0.14.0</hive.version> + <hive.version>1.0.0</hive.version> <xalan.verion>2.7.1</xalan.verion> <xerces.version>2.9.1</xerces.version> </properties>
