You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flume.apache.org by hs...@apache.org on 2015/04/17 21:28:04 UTC

flume git commit: FLUME-2679. Make hbase-1 the default profile

Repository: flume
Updated Branches:
  refs/heads/trunk 0b72ca223 -> 8443062c8


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/8443062c
Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/8443062c
Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/8443062c

Branch: refs/heads/trunk
Commit: 8443062c8809e3ce4bee864e61d9837c5a243287
Parents: 0b72ca2
Author: Hari Shreedharan <hs...@apache.org>
Authored: Fri Apr 17 12:26:58 2015 -0700
Committer: Hari Shreedharan <hs...@apache.org>
Committed: Fri Apr 17 12:27:51 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/8443062c/flume-ng-dist/pom.xml
----------------------------------------------------------------------
diff --git a/flume-ng-dist/pom.xml b/flume-ng-dist/pom.xml
index 11fff24..218c6b8 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/8443062c/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 0cca037..1aa281f 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/8443062c/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 768763d..e273f1f 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/8443062c/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 698efa8..575a61d 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/8443062c/flume-ng-sinks/pom.xml
----------------------------------------------------------------------
diff --git a/flume-ng-sinks/pom.xml b/flume-ng-sinks/pom.xml
index 5622c45..00791e4 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/8443062c/flume-tools/pom.xml
----------------------------------------------------------------------
diff --git a/flume-tools/pom.xml b/flume-tools/pom.xml
index 576eca1..737e7b7 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/8443062c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e2a7119..448c6ef 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>