# HG changeset patch # User Lars Francke # Date 1266977640 -3600 # Node ID 5a8c00f442dc3c518f36d9aeca20fa8fecfed419 # Parent 6f4dbad2e702e85ce85ef1cc0b29bd9a848f51e8 [mq]: hbase2254 diff -r 6f4dbad2e702 -r 5a8c00f442dc contrib/mdc_replication/pom.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/contrib/mdc_replication/pom.xml Wed Feb 24 03:14:00 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 6f4dbad2e702 -r 5a8c00f442dc contrib/pom.xml --- a/contrib/pom.xml Wed Feb 24 02:04:31 2010 +0100 +++ b/contrib/pom.xml Wed Feb 24 03:14:00 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 5a8c00f442dc 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 03:14:00 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 5a8c00f442dc 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 03:14:00 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 6f4dbad2e702 -r 5a8c00f442dc core/pom.xml --- a/core/pom.xml Wed Feb 24 02:04:31 2010 +0100 +++ b/core/pom.xml Wed Feb 24 03:14:00 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 6f4dbad2e702 -r 5a8c00f442dc pom.xml --- a/pom.xml Wed Feb 24 02:04:31 2010 +0100 +++ b/pom.xml Wed Feb 24 03:14:00 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 5a8c00f442dc 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 03:14:00 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