Repository: flume Updated Branches: refs/heads/flume-1.6 e2dbf5a92 -> d66fe65e3
FLUME-2679. Make hbase-1 the default profile (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/d66fe65e Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/d66fe65e Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/d66fe65e Branch: refs/heads/flume-1.6 Commit: d66fe65e3a153b4ea67b690c859d2395481464d9 Parents: e2dbf5a Author: Hari Shreedharan <[email protected]> Authored: Fri Apr 17 12:26:58 2015 -0700 Committer: Hari Shreedharan <[email protected]> Committed: Fri Apr 17 12:27:59 2015 -0700 ---------------------------------------------------------------------- flume-ng-dist/pom.xml | 3 +-- flume-ng-sinks/flume-hdfs-sink/pom.xml | 6 +++--- flume-ng-sinks/flume-hive-sink/pom.xml | 6 +++--- flume-ng-sinks/flume-ng-hbase-sink/pom.xml | 6 +++--- flume-ng-sinks/pom.xml | 6 +++--- flume-tools/pom.xml | 3 ++- pom.xml | 6 +++--- 7 files changed, 18 insertions(+), 18 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/d66fe65e/flume-ng-dist/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-dist/pom.xml b/flume-ng-dist/pom.xml index fc85ab5..6fc393e 100644 --- a/flume-ng-dist/pom.xml +++ b/flume-ng-dist/pom.xml @@ -87,8 +87,7 @@ <id>hbase-1</id> <activation> <property> - <name>flume.hadoop.profile</name> - <value>hbase-1</value> + <name>!flume.hadoop.profile</name> </property> </activation> <dependencies> http://git-wip-us.apache.org/repos/asf/flume/blob/d66fe65e/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 b87644d..afe3543 100644 --- a/flume-ng-sinks/flume-hdfs-sink/pom.xml +++ b/flume-ng-sinks/flume-hdfs-sink/pom.xml @@ -108,7 +108,8 @@ limitations under the License. <id>hadoop-1.0</id> <activation> <property> - <name>!flume.hadoop.profile</name> + <name>flume.hadoop.profile</name> + <value>1</value> </property> </activation> <dependencies> @@ -165,8 +166,7 @@ limitations under the License. <id>hbase-1</id> <activation> <property> - <name>flume.hadoop.profile</name> - <value>hbase-1</value> + <name>!flume.hadoop.profile</name> </property> </activation> <dependencies> http://git-wip-us.apache.org/repos/asf/flume/blob/d66fe65e/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 f256fc9..6862733 100644 --- a/flume-ng-sinks/flume-hive-sink/pom.xml +++ b/flume-ng-sinks/flume-hive-sink/pom.xml @@ -44,7 +44,8 @@ limitations under the License. <id>hadoop-1.0</id> <activation> <property> - <name>!flume.hadoop.profile</name> + <name>flume.hadoop.profile</name> + <value>1</value> </property> </activation> @@ -87,8 +88,7 @@ limitations under the License. <id>hbase-1</id> <activation> <property> - <name>flume.hadoop.profile</name> - <value>hbase-1</value> + <name>!flume.hadoop.profile</name> </property> </activation> <dependencies> http://git-wip-us.apache.org/repos/asf/flume/blob/d66fe65e/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 6437f59..88cf8ed 100644 --- a/flume-ng-sinks/flume-ng-hbase-sink/pom.xml +++ b/flume-ng-sinks/flume-ng-hbase-sink/pom.xml @@ -114,7 +114,8 @@ <id>hadoop-1.0</id> <activation> <property> - <name>!flume.hadoop.profile</name> + <name>flume.hadoop.profile</name> + <value>1</value> </property> </activation> <dependencies> @@ -188,8 +189,7 @@ <id>hbase-1</id> <activation> <property> - <name>flume.hadoop.profile</name> - <value>hbase-1</value> + <name>!flume.hadoop.profile</name> </property> </activation> <dependencies> http://git-wip-us.apache.org/repos/asf/flume/blob/d66fe65e/flume-ng-sinks/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-sinks/pom.xml b/flume-ng-sinks/pom.xml index 6acd9a0..f327e34 100644 --- a/flume-ng-sinks/pom.xml +++ b/flume-ng-sinks/pom.xml @@ -55,7 +55,8 @@ limitations under the License. <id>hadoop-1.0</id> <activation> <property> - <name>!flume.hadoop.profile</name> + <name>flume.hadoop.profile</name> + <value>1</value> </property> </activation> </profile> @@ -80,8 +81,7 @@ limitations under the License. <id>hbase-1</id> <activation> <property> - <name>flume.hadoop.profile</name> - <value>hbase-1</value> + <name>!flume.hadoop.profile</name> </property> </activation> <!-- add the flume-dataset-sink, which is only compatible with hadoop-2 http://git-wip-us.apache.org/repos/asf/flume/blob/d66fe65e/flume-tools/pom.xml ---------------------------------------------------------------------- diff --git a/flume-tools/pom.xml b/flume-tools/pom.xml index 6299588..0d7c190 100644 --- a/flume-tools/pom.xml +++ b/flume-tools/pom.xml @@ -77,7 +77,8 @@ limitations under the License. <id>hadoop-1.0</id> <activation> <property> - <name>!flume.hadoop.profile</name> + <name>flume.hadoop.profile</name> + <value>1</value> </property> </activation> <dependencies> http://git-wip-us.apache.org/repos/asf/flume/blob/d66fe65e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 81462b4..298fc75 100644 --- a/pom.xml +++ b/pom.xml @@ -79,7 +79,8 @@ limitations under the License. <id>hadoop-1.0</id> <activation> <property> - <name>!flume.hadoop.profile</name> + <name>flume.hadoop.profile</name> + <value>1</value> </property> </activation> <properties> @@ -210,8 +211,7 @@ limitations under the License. <id>hbase-1</id> <activation> <property> - <name>flume.hadoop.profile</name> - <value>hbase-1</value> + <name>!flume.hadoop.profile</name> </property> </activation> <properties>
