Repository: flume Updated Branches: refs/heads/flume-1.6 d66fe65e3 -> 8e175a53e
FLUME-2680. Use HBase-98 on the 1.6 branch (Johny Rufus via Hari) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/8e175a53 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/8e175a53 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/8e175a53 Branch: refs/heads/flume-1.6 Commit: 8e175a53e6592ae520fd33a4d599705cae018ee8 Parents: d66fe65 Author: Hari Shreedharan <[email protected]> Authored: Fri Apr 17 22:50:37 2015 -0700 Committer: Hari Shreedharan <[email protected]> Committed: Fri Apr 17 22:50:37 2015 -0700 ---------------------------------------------------------------------- flume-ng-dist/pom.xml | 2 +- flume-ng-sinks/flume-hdfs-sink/pom.xml | 2 +- flume-ng-sinks/flume-hive-sink/pom.xml | 2 +- flume-ng-sinks/flume-ng-hbase-sink/pom.xml | 2 +- flume-ng-sinks/pom.xml | 2 +- pom.xml | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/8e175a53/flume-ng-dist/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-dist/pom.xml b/flume-ng-dist/pom.xml index 6fc393e..4cdeeef 100644 --- a/flume-ng-dist/pom.xml +++ b/flume-ng-dist/pom.xml @@ -84,7 +84,7 @@ </dependencies> </profile> <profile> - <id>hbase-1</id> + <id>hbase-98</id> <activation> <property> <name>!flume.hadoop.profile</name> http://git-wip-us.apache.org/repos/asf/flume/blob/8e175a53/flume-ng-sinks/flume-hdfs-sink/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-sinks/flume-hdfs-sink/pom.xml b/flume-ng-sinks/flume-hdfs-sink/pom.xml index afe3543..f98ce0c 100644 --- a/flume-ng-sinks/flume-hdfs-sink/pom.xml +++ b/flume-ng-sinks/flume-hdfs-sink/pom.xml @@ -163,7 +163,7 @@ limitations under the License. </profile> <profile> - <id>hbase-1</id> + <id>hbase-98</id> <activation> <property> <name>!flume.hadoop.profile</name> http://git-wip-us.apache.org/repos/asf/flume/blob/8e175a53/flume-ng-sinks/flume-hive-sink/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-sinks/flume-hive-sink/pom.xml b/flume-ng-sinks/flume-hive-sink/pom.xml index 6862733..f166768 100644 --- a/flume-ng-sinks/flume-hive-sink/pom.xml +++ b/flume-ng-sinks/flume-hive-sink/pom.xml @@ -85,7 +85,7 @@ limitations under the License. </profile> <profile> - <id>hbase-1</id> + <id>hbase-98</id> <activation> <property> <name>!flume.hadoop.profile</name> http://git-wip-us.apache.org/repos/asf/flume/blob/8e175a53/flume-ng-sinks/flume-ng-hbase-sink/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-sinks/flume-ng-hbase-sink/pom.xml b/flume-ng-sinks/flume-ng-hbase-sink/pom.xml index 88cf8ed..ab0794e 100644 --- a/flume-ng-sinks/flume-ng-hbase-sink/pom.xml +++ b/flume-ng-sinks/flume-ng-hbase-sink/pom.xml @@ -186,7 +186,7 @@ </dependencies> </profile> <profile> - <id>hbase-1</id> + <id>hbase-98</id> <activation> <property> <name>!flume.hadoop.profile</name> http://git-wip-us.apache.org/repos/asf/flume/blob/8e175a53/flume-ng-sinks/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-sinks/pom.xml b/flume-ng-sinks/pom.xml index f327e34..5c378d1 100644 --- a/flume-ng-sinks/pom.xml +++ b/flume-ng-sinks/pom.xml @@ -78,7 +78,7 @@ limitations under the License. </profile> <profile> - <id>hbase-1</id> + <id>hbase-98</id> <activation> <property> <name>!flume.hadoop.profile</name> http://git-wip-us.apache.org/repos/asf/flume/blob/8e175a53/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 298fc75..b3221ae 100644 --- a/pom.xml +++ b/pom.xml @@ -208,7 +208,7 @@ limitations under the License. </profile> <profile> - <id>hbase-1</id> + <id>hbase-98</id> <activation> <property> <name>!flume.hadoop.profile</name> @@ -216,7 +216,7 @@ limitations under the License. </activation> <properties> <hadoop.version>${hadoop2.version}</hadoop.version> - <hbase.version>1.0.0</hbase.version> + <hbase.version>0.98.2-hadoop2</hbase.version> <hadoop.common.artifact.id>hadoop-common</hadoop.common.artifact.id> <thrift.version>0.9.0</thrift.version> </properties>
