[prev in list] [next in list] [prev in thread] [next in thread] 

List:       flume-commits
Subject:    flume git commit: FLUME-2679. Make hbase-1 the default profile
From:       hshreedharan () apache ! org
Date:       2015-04-17 19:29:08
Message-ID: afe3324240b24f448e7592e1a08521ef () git ! apache ! org
[Download RAW message or body]

Repository: flume
Updated Branches:
  refs/heads/flume-1.7 69ff1884d -> 8a7fe59b3


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

Branch: refs/heads/flume-1.7
Commit: 8a7fe59b3daa1594b13e8bb7f25463483d654a26
Parents: 69ff188
Author: Hari Shreedharan <hshreedharan@apache.org>
Authored: Fri Apr 17 12:26:58 2015 -0700
Committer: Hari Shreedharan <hshreedharan@apache.org>
Committed: Fri Apr 17 12:26:58 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/8a7fe59b/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/8a7fe59b/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/8a7fe59b/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/8a7fe59b/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/8a7fe59b/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/8a7fe59b/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/8a7fe59b/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>

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic