# HG changeset patch
# User Lars Francke
# Date 1267018767 -3600
# Node ID f1ae503748c77730fb07bda93ca7034c0b93df15
# Parent a0cd2313e7419a18969c5ddeca55cb40d3a7583c
[mq]: hbase2254
diff -r a0cd2313e741 -r f1ae503748c7 contrib/mdc_replication/pom.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/contrib/mdc_replication/pom.xml Wed Feb 24 14:39:27 2010 +0100
@@ -0,0 +1,53 @@
+
+
+ 4.0.0
+
+ 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 a0cd2313e741 -r f1ae503748c7 contrib/pom.xml
--- a/contrib/pom.xml Wed Feb 24 11:53:30 2010 +0100
+++ b/contrib/pom.xml Wed Feb 24 14:39:27 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 a0cd2313e741 -r f1ae503748c7 contrib/stargate/pom.xml
--- a/contrib/stargate/pom.xml Wed Feb 24 11:53:30 2010 +0100
+++ b/contrib/stargate/pom.xml Wed Feb 24 14:39:27 2010 +0100
@@ -1,21 +1,24 @@
-
+
4.0.0
- org.apache.hbase
+
hbase-contrib-stargate
war
HBase Contrib - Stargate
+
org.apache.hbase
hbase-contrib
- 0.20.2-SNAPSHOT
+ 0.21.0-SNAPSHOT
+
1.1.1
2.1.0
1.1.4.1
- 0.22.0-SNAPSHOT
+
@@ -27,24 +30,20 @@
+
- org.apache.hbase
+ ${project.groupId}
hbase-core
- ${project.version}
- org.apache.hbase
+ ${project.groupId}
hbase-core
- ${project.version}
tests
- test
org.apache.hadoop
hadoop-hdfs-test
- ${hadoop-hdfs.version}
- test
javax.ws.rs
diff -r a0cd2313e741 -r f1ae503748c7 contrib/transactional/pom.xml
--- a/contrib/transactional/pom.xml Wed Feb 24 11:53:30 2010 +0100
+++ b/contrib/transactional/pom.xml Wed Feb 24 14:39:27 2010 +0100
@@ -1,37 +1,31 @@
-
+
4.0.0
- org.apache.hbase
+
hbase-contrib-transactional
jar
HBase Contrib - Transactional
+
org.apache.hbase
hbase-contrib
- 0.20.2-SNAPSHOT
+ 0.21.0-SNAPSHOT
-
-
-
-
+
- org.apache.hbase
+ ${project.groupId}
hbase-core
- ${project.version}
- org.apache.hbase
+ ${project.groupId}
hbase-core
- ${project.version}
tests
- test
org.apache.hadoop
hadoop-hdfs-test
- ${hadoop-hdfs.version}
- test
diff -r a0cd2313e741 -r f1ae503748c7 core/pom.xml
--- a/core/pom.xml Wed Feb 24 11:53:30 2010 +0100
+++ b/core/pom.xml Wed Feb 24 14:39:27 2010 +0100
@@ -1,14 +1,16 @@
-
+
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 +32,7 @@
+
@@ -58,7 +61,6 @@
org.apache.maven.plugins
maven-source-plugin
- 2.1.1
attach-sources
@@ -89,7 +91,17 @@
JSPC
generate-sources
-
+
+
+
+
+
run
@@ -143,6 +155,7 @@
+
log4j
@@ -171,8 +184,6 @@
org.apache.hadoop
hadoop-mapred-test
- ${hadoop-mapred.version}
- test
org.apache.hadoop
@@ -182,8 +193,6 @@
org.apache.hadoop
hadoop-hdfs-test
- ${hadoop-hdfs.version}
- test
org.apache.hadoop
@@ -193,8 +202,6 @@
org.apache.hadoop
hadoop-core-test
- ${hadoop-core.version}
- test
org.apache.thrift
@@ -212,41 +219,25 @@
${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 a0cd2313e741 -r f1ae503748c7 pom.xml
--- a/pom.xml Wed Feb 24 11:53:30 2010 +0100
+++ b/pom.xml Wed Feb 24 14:39:27 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,31 +27,131 @@
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
+
+
+ JIRA
+ http://issues.apache.org/jira/
+
+
+
+ hudson
+ http://hudson.zones.apache.org/hudson/view/HBase/
+
+
+
+
+ User List
+ hbase-user-subscribe@hadoop.apache.org
+ hbase-user-unsubscribe@hadoop.apache.org
+ hbase-user@hadoop.apache.org
+ http://mail-archives.apache.org/mod_mbox/hadoop-hbase-user/
+
+ http://dir.gmane.org/gmane.comp.java.hadoop.hbase.user
+
+
+
+ Developer List
+ hbase-dev-subscribe@hadoop.apache.org
+ hbase-dev-unsubscribe@hadoop.apache.org
+ hbase-dev@hadoop.apache.org
+ http://mail-archives.apache.org/mod_mbox/hadoop-hbase-dev/
+
+ http://dir.gmane.org/gmane.comp.java.hadoop.hbase.devel
+
+
+
+ Commits List
+ hbase-commits-subscribe@hadoop.apache.org
+ hbase-commits-unsubscribe@hadoop.apache.org
+ http://mail-archives.apache.org/mod_mbox/hadoop-hbase-commits/
+
+
+
- stack
- Michael Stack
- stack@apache.org
+ apurtell
+ Andrew Purtell
+ apurtell@apache.org
-8
+ Trend Micro
+ http://www.trendmicro.com
+
+
+ bryanduxbury
+ Bryan Duxbury
+ bryan@rapleaf.com
+ -8
+ Rapleaf
+ http://www.rapleaf.com
+
+
+ jdcryans
+ Jean-Daniel Cryans
+ jdcryans@apache.org
+ -8
+ StumbleUpon
+ http://www.stumbleupon.com
+
+
+ jgray
+ Jonathan Gray
+ jgray@streamy.com
+ -8
+ Streamy
+ http://www.streamy.com
+
+
+ jimk
+ Jim Kellerman
+ jimk@apache.org
+ -8
+ Powerset
+ http://www.powerset.com/
+
+
+ larsgeorge
+ Lars George
+ lars.george@gmail.com
+ +1
+ WorldLingo
+ http://www.worldlingo.com/
+
+
+ nitay
+ Nitay Joffe
+ nitay@apache.org
+ -8
+ Powerset
+ http://www.powerset.com/
rawson
Ryan Rawson
rawson@apache.org
-8
+ StumbleUpon
+ http://www.stumbleupon.com
+
+
+ stack
+ Michael Stack
+ stack@apache.org
+ -8
+ Powerset
+ http://www.powerset.com/
-
- JIRA
- http://issues.apache.org/jira/
-
+
1.6
+ UTF-8
+
1.2.15
2.4
2.0
@@ -50,13 +161,10 @@
3.2.2
0.2.0
- 1.3.1
+ 1.4.0
1.5.8
-
- core
- contrib
-
+
asf-snapshots
@@ -115,26 +223,53 @@
+
target
target/classes
${artifactId}-${version}
+
+
+
+
+
+ maven-compiler-plugin
+ 2.1
+
+ ${compileSource}
+ ${compileSource}
+ true
+ true
+
+
+
+ maven-assembly-plugin
+ 2.2-beta-5
+
+
+ maven-jar-plugin
+ 2.3
+
+
+ maven-source-plugin
+ 2.1.1
+
+
+ maven-surefire-plugin
+ 2.5
+
+
+ maven-javadoc-plugin
+ 2.6.1
+
+
+
+
- org.apache.maven.plugins
- maven-compiler-plugin
-
- ${compileSource}
- ${compileSource}
- UTF-8
- true
- true
-
-
-
maven-assembly-plugin
-
- 2.2-beta-4
+ gnu
src/assembly/bin.xml
@@ -157,6 +293,42 @@
+
+
+
+
+ ${project.groupId}
+ hbase-core
+ ${project.version}
+
+
+ ${project.groupId}
+ hbase-core
+ ${project.version}
+ tests
+ test
+
+
+ org.apache.hadoop
+ hadoop-core-test
+ ${hadoop-core.version}
+ test
+
+
+ org.apache.hadoop
+ hadoop-hdfs-test
+ ${hadoop-hdfs.version}
+ test
+
+
+ org.apache.hadoop
+ hadoop-mapred-test
+ ${hadoop-mapred.version}
+ test
+
+
+
+
Apache Public Releases
@@ -172,6 +344,8 @@
scp://people.apache.org/home/psmith/public_html/hbase/sandbox/hbase/
+
+
@@ -200,16 +374,15 @@
maven-javadoc-plugin
+ 2.6.1
- UTF-8
- UTF-8
- UTF-8
-
+ true
+
org.codehaus.mojo
diff -r a0cd2313e741 -r f1ae503748c7 src/assembly/bin.xml
--- a/src/assembly/bin.xml Wed Feb 24 11:53:30 2010 +0100
+++ b/src/assembly/bin.xml Wed Feb 24 14:39:27 2010 +0100
@@ -1,10 +1,12 @@
-
+
bin
tar.gz
- false
+ true
@@ -35,6 +37,15 @@
+ org.apache.hbase:hbase-contrib-mdc_replication
+
+
+ contrib/mdc_replication/
+ false
+
+
+
+
org.apache.hbase:hbase-contrib-stargate
@@ -60,6 +71,7 @@
+ ${basedir}/CHANGES*
${basedir}/README*
${basedir}/LICENSE*
${basedir}/NOTICE*