# HG changeset patch
# User Lars Francke
# Date 1266976379 -3600
# Node ID c616f3771dfec6570590c757368abffd6ba03b44
# Parent 6f4dbad2e702e85ce85ef1cc0b29bd9a848f51e8
[mq]: hbase2254
diff -r 6f4dbad2e702 -r c616f3771dfe contrib/mdc_replication/pom.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/contrib/mdc_replication/pom.xml Wed Feb 24 02:52:59 2010 +0100
@@ -0,0 +1,54 @@
+
+
+ 4.0.0
+
+ org.apache.hbase
+ hbase-contrib-mdc_replication
+ jar
+ HBase Contrib - Multi Datacenter Replication
+
+
+ org.apache.hbase
+ hbase-contrib
+ 0.21.0-SNAPSHOT
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+ always
+ -Xmx1024m
+ true
+
+
+
+
+
+
+
+ ${project.groupId}
+ hbase-core
+
+
+ ${project.groupId}
+ hbase-core
+ tests
+
+
+ org.apache.hadoop
+ hadoop-core-test
+
+
+ org.apache.hadoop
+ hadoop-hdfs-test
+
+
+ org.apache.hadoop
+ hadoop-mapred-test
+
+
+
diff -r 6f4dbad2e702 -r c616f3771dfe contrib/pom.xml
--- a/contrib/pom.xml Wed Feb 24 02:04:31 2010 +0100
+++ b/contrib/pom.xml Wed Feb 24 02:52:59 2010 +0100
@@ -1,19 +1,24 @@
4.0.0
+
org.apache.hbase
hbase-contrib
pom
HBase Contrib
+
org.apache.hbase
hbase
- 0.20.2-SNAPSHOT
+ 0.21.0-SNAPSHOT
+
+ mdc_replication
stargate
transactional
+
${basedir}/src/java
diff -r 6f4dbad2e702 -r c616f3771dfe contrib/stargate/pom.xml
--- a/contrib/stargate/pom.xml Wed Feb 24 02:04:31 2010 +0100
+++ b/contrib/stargate/pom.xml Wed Feb 24 02:52:59 2010 +0100
@@ -8,7 +8,7 @@
org.apache.hbase
hbase-contrib
- 0.20.2-SNAPSHOT
+ 0.21.0-SNAPSHOT
1.1.1
diff -r 6f4dbad2e702 -r c616f3771dfe contrib/transactional/pom.xml
--- a/contrib/transactional/pom.xml Wed Feb 24 02:04:31 2010 +0100
+++ b/contrib/transactional/pom.xml Wed Feb 24 02:52:59 2010 +0100
@@ -8,7 +8,7 @@
org.apache.hbase
hbase-contrib
- 0.20.2-SNAPSHOT
+ 0.21.0-SNAPSHOT
diff -r 6f4dbad2e702 -r c616f3771dfe core/pom.xml
--- a/core/pom.xml Wed Feb 24 02:04:31 2010 +0100
+++ b/core/pom.xml Wed Feb 24 02:52:59 2010 +0100
@@ -1,14 +1,17 @@
-
+
4.0.0
+
org.apache.hbase
hbase-core
jar
HBase Core
+
org.apache.hbase
hbase
- 0.20.2-SNAPSHOT
+ 0.21.0-SNAPSHOT
@@ -30,6 +33,7 @@
+
@@ -58,7 +62,6 @@
org.apache.maven.plugins
maven-source-plugin
- 2.1.1
attach-sources
@@ -89,7 +92,17 @@
JSPC
generate-sources
-
+
+
+
+
+
run
@@ -143,6 +156,7 @@
+
log4j
@@ -212,41 +226,27 @@
${commons-math.version}
test
-
+
commons-lang
commons-lang
${commons-lang.version}
-
-
+
org.slf4j
slf4j-api
- 1.5.8
+ ${slf4j.version}
org.slf4j
slf4j-log4j12
${slf4j.version}
-
diff -r 6f4dbad2e702 -r c616f3771dfe pom.xml
--- a/pom.xml Wed Feb 24 02:04:31 2010 +0100
+++ b/pom.xml Wed Feb 24 02:52:59 2010 +0100
@@ -1,13 +1,24 @@
-
+
4.0.0
+
org.apache.hbase
hbase
pom
- 0.20.2-SNAPSHOT
+ 0.21.0-SNAPSHOT
HBase
- HBase is the Hadoop database. Use it when you need random, realtime read/write access to your Big Data. This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters of commodity hardware.
+ HBase is the Hadoop database. Use it when you need random, realtime read/write access to your Big Data.
+ This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters
+ of commodity hardware.
+
http://hadoop.apache.org/hbase
+
+
+ core
+ contrib
+
+
Apache 2
@@ -16,13 +27,21 @@
A business-friendly OSS license
+
scm:svn:http://svn.apache.org/repos/asf/hadoop/hbase/trunk
scm:svn:https://svn.apache.org/repos/asf/hadoop/hbase/trunk
http://svn.apache.org/viewvc/hadoop/hbase/trunk
+
+ jdcryans
+ Jean-Daniel Cryans
+ jdcryans@apache.org
+ -8
+
+
stack
Michael Stack
stack@apache.org
@@ -35,12 +54,16 @@
-8
+
JIRA
http://issues.apache.org/jira/
+
1.6
+ UTF-8
+
1.2.15
2.4
2.0
@@ -50,13 +73,10 @@
3.2.2
0.2.0
- 1.3.1
+ 1.4.0
1.5.8
-
- core
- contrib
-
+
asf-snapshots
@@ -115,26 +135,50 @@
+
target
target/classes
${artifactId}-${version}
+
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 2.1
+
+ ${compileSource}
+ ${compileSource}
+ true
+ true
+
+
+
+ maven-assembly-plugin
+ 2.2-beta-5
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+ 2.3
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ 2.1.1
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ 2.5
+
+
+
+
- org.apache.maven.plugins
- maven-compiler-plugin
-
- ${compileSource}
- ${compileSource}
- UTF-8
- true
- true
-
-
-
maven-assembly-plugin
-
- 2.2-beta-4
+ -->
diff -r 6f4dbad2e702 -r c616f3771dfe src/assembly/bin.xml
--- a/src/assembly/bin.xml Wed Feb 24 02:04:31 2010 +0100
+++ b/src/assembly/bin.xml Wed Feb 24 02:52:59 2010 +0100
@@ -1,10 +1,12 @@
-
+
bin
tar.gz
- false
+ true
@@ -35,6 +37,15 @@
+ hbase-contrib-mdc_replication
+
+
+ contrib/mdc_replication/
+ false
+
+
+
+
org.apache.hbase:hbase-contrib-stargate