2010-02-22 18:49:24 -05:00
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2012-06-03 17:59:50 -04:00
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
|
|
|
<!--
|
2011-10-23 19:03:32 -04:00
|
|
|
|
/**
|
|
|
|
|
* Licensed to the Apache Software Foundation (ASF) under one
|
|
|
|
|
* or more contributor license agreements. See the NOTICE file
|
|
|
|
|
* distributed with this work for additional information
|
|
|
|
|
* regarding copyright ownership. The ASF licenses this file
|
|
|
|
|
* to you under the Apache License, Version 2.0 (the
|
|
|
|
|
* "License"); you may not use this file except in compliance
|
|
|
|
|
* with the License. You may obtain a copy of the License at
|
|
|
|
|
*
|
|
|
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
*
|
|
|
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
|
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
|
* See the License for the specific language governing permissions and
|
|
|
|
|
* limitations under the License.
|
|
|
|
|
*/
|
2012-09-18 16:03:50 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ON MVN COMPILE NOT WORKING
|
|
|
|
|
|
|
|
|
|
If you wondering why 'mvn compile' does not work building HBase
|
|
|
|
|
(in particular, if you are doing it for the first time), instead do
|
|
|
|
|
'mvn package'. If you are interested in the full story, see
|
|
|
|
|
https://issues.apache.org/jira/browse/HBASE-6795.
|
|
|
|
|
|
2011-10-23 19:03:32 -04:00
|
|
|
|
-->
|
2010-02-22 18:49:24 -05:00
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2010-10-03 23:19:26 -04:00
|
|
|
|
<parent>
|
|
|
|
|
<groupId>org.apache</groupId>
|
|
|
|
|
<artifactId>apache</artifactId>
|
2013-01-16 18:20:04 -05:00
|
|
|
|
<version>12</version>
|
2012-06-03 17:59:50 -04:00
|
|
|
|
<relativePath/>
|
|
|
|
|
<!-- no parent resolution -->
|
2010-10-03 23:19:26 -04:00
|
|
|
|
</parent>
|
2010-02-22 18:49:24 -05:00
|
|
|
|
<groupId>org.apache.hbase</groupId>
|
|
|
|
|
<artifactId>hbase</artifactId>
|
2012-05-26 01:56:04 -04:00
|
|
|
|
<packaging>pom</packaging>
|
2014-06-30 23:26:47 -04:00
|
|
|
|
<version>2.0.0-SNAPSHOT</version>
|
2010-02-22 18:49:24 -05:00
|
|
|
|
<name>HBase</name>
|
2010-06-08 04:16:12 -04:00
|
|
|
|
<description>
|
2013-03-11 00:11:33 -04:00
|
|
|
|
Apache HBase is the Hadoop database. Use it when you need
|
2010-10-03 23:19:26 -04:00
|
|
|
|
random, realtime read/write access to your Big Data.
|
2010-02-24 15:17:17 -05:00
|
|
|
|
This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters
|
|
|
|
|
of commodity hardware.
|
|
|
|
|
</description>
|
2010-05-20 01:24:32 -04:00
|
|
|
|
<url>http://hbase.apache.org</url>
|
2012-05-26 01:56:04 -04:00
|
|
|
|
<modules>
|
|
|
|
|
<module>hbase-server</module>
|
2013-09-20 16:44:22 -04:00
|
|
|
|
<module>hbase-thrift</module>
|
2013-09-23 12:40:51 -04:00
|
|
|
|
<module>hbase-shell</module>
|
2012-11-20 18:26:00 -05:00
|
|
|
|
<module>hbase-protocol</module>
|
2012-12-03 16:30:19 -05:00
|
|
|
|
<module>hbase-client</module>
|
2012-07-17 18:02:06 -04:00
|
|
|
|
<module>hbase-hadoop-compat</module>
|
2012-05-30 19:51:44 -04:00
|
|
|
|
<module>hbase-common</module>
|
2012-06-28 22:56:20 -04:00
|
|
|
|
<module>hbase-it</module>
|
2012-11-06 16:22:27 -05:00
|
|
|
|
<module>hbase-examples</module>
|
2013-02-06 19:36:24 -05:00
|
|
|
|
<module>hbase-prefix-tree</module>
|
2013-03-29 14:49:42 -04:00
|
|
|
|
<module>hbase-assembly</module>
|
2013-10-02 17:59:19 -04:00
|
|
|
|
<module>hbase-testing-util</module>
|
2014-09-22 21:46:35 -04:00
|
|
|
|
<module>hbase-annotations</module>
|
2014-10-07 18:08:54 -04:00
|
|
|
|
<module>hbase-rest</module>
|
2014-10-15 13:28:45 -04:00
|
|
|
|
<module>hbase-checkstyle</module>
|
2012-05-26 01:56:04 -04:00
|
|
|
|
</modules>
|
2014-10-29 18:36:19 -04:00
|
|
|
|
<!--Add apache snapshots in case we want to use unreleased versions of plugins:
|
|
|
|
|
e.g. surefire 2.18-SNAPSHOT-->
|
|
|
|
|
<pluginRepositories>
|
|
|
|
|
<pluginRepository>
|
|
|
|
|
<id>apache.snapshots</id>
|
|
|
|
|
<url>http://repository.apache.org/snapshots/</url>
|
|
|
|
|
</pluginRepository>
|
|
|
|
|
</pluginRepositories>
|
2010-02-22 18:49:24 -05:00
|
|
|
|
<scm>
|
2014-05-22 13:27:27 -04:00
|
|
|
|
<connection>scm:git:git://git.apache.org/hbase.git</connection>
|
|
|
|
|
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/hbase.git</developerConnection>
|
|
|
|
|
<url>https://git-wip-us.apache.org/repos/asf?p=hbase.git</url>
|
2010-02-22 18:49:24 -05:00
|
|
|
|
</scm>
|
2010-02-24 15:17:17 -05:00
|
|
|
|
<issueManagement>
|
|
|
|
|
<system>JIRA</system>
|
2010-10-03 23:19:26 -04:00
|
|
|
|
<url>http://issues.apache.org/jira/browse/HBASE</url>
|
2010-02-24 15:17:17 -05:00
|
|
|
|
</issueManagement>
|
|
|
|
|
<ciManagement>
|
|
|
|
|
<system>hudson</system>
|
2010-10-03 23:19:26 -04:00
|
|
|
|
<url>http://hudson.zones.apache.org/hudson/view/HBase/job/HBase-TRUNK/</url>
|
2010-02-24 15:17:17 -05:00
|
|
|
|
</ciManagement>
|
|
|
|
|
<mailingLists>
|
|
|
|
|
<mailingList>
|
|
|
|
|
<name>User List</name>
|
2010-05-20 01:24:32 -04:00
|
|
|
|
<subscribe>user-subscribe@hbase.apache.org</subscribe>
|
|
|
|
|
<unsubscribe>user-unsubscribe@hbase.apache.org</unsubscribe>
|
|
|
|
|
<post>user@hbase.apache.org</post>
|
|
|
|
|
<archive>http://mail-archives.apache.org/mod_mbox/hbase-user/</archive>
|
2010-02-24 15:17:17 -05:00
|
|
|
|
<otherArchives>
|
2010-07-14 13:19:03 -04:00
|
|
|
|
<otherArchive>http://dir.gmane.org/gmane.comp.java.hadoop.hbase.user</otherArchive>
|
|
|
|
|
<otherArchive>http://search-hadoop.com/?q=&fc_project=HBase</otherArchive>
|
2010-02-24 15:17:17 -05:00
|
|
|
|
</otherArchives>
|
|
|
|
|
</mailingList>
|
|
|
|
|
<mailingList>
|
|
|
|
|
<name>Developer List</name>
|
2010-05-20 01:24:32 -04:00
|
|
|
|
<subscribe>dev-subscribe@hbase.apache.org</subscribe>
|
|
|
|
|
<unsubscribe>dev-unsubscribe@hbase.apache.org</unsubscribe>
|
|
|
|
|
<post>dev@hbase.apache.org</post>
|
|
|
|
|
<archive>http://mail-archives.apache.org/mod_mbox/hbase-dev/</archive>
|
2010-02-24 15:17:17 -05:00
|
|
|
|
<otherArchives>
|
2010-07-14 13:19:03 -04:00
|
|
|
|
<otherArchive>http://dir.gmane.org/gmane.comp.java.hadoop.hbase.devel</otherArchive>
|
|
|
|
|
<otherArchive>http://search-hadoop.com/?q=&fc_project=HBase</otherArchive>
|
2010-02-24 15:17:17 -05:00
|
|
|
|
</otherArchives>
|
|
|
|
|
</mailingList>
|
|
|
|
|
<mailingList>
|
|
|
|
|
<name>Commits List</name>
|
2010-05-20 01:24:32 -04:00
|
|
|
|
<subscribe>commits-subscribe@hbase.apache.org</subscribe>
|
|
|
|
|
<unsubscribe>commits-unsubscribe@hbase.apache.org</unsubscribe>
|
|
|
|
|
<archive>http://mail-archives.apache.org/mod_mbox/hbase-commits/</archive>
|
2010-02-24 15:17:17 -05:00
|
|
|
|
</mailingList>
|
2010-03-05 16:10:09 -05:00
|
|
|
|
<mailingList>
|
|
|
|
|
<name>Issues List</name>
|
2010-05-20 01:24:32 -04:00
|
|
|
|
<subscribe>issues-subscribe@hbase.apache.org</subscribe>
|
|
|
|
|
<unsubscribe>issues-unsubscribe@hbase.apache.org</unsubscribe>
|
|
|
|
|
<archive>http://mail-archives.apache.org/mod_mbox/hbase-issues/</archive>
|
2010-03-05 16:10:09 -05:00
|
|
|
|
</mailingList>
|
2013-06-24 13:57:12 -04:00
|
|
|
|
<mailingList>
|
|
|
|
|
<name>Builds List</name>
|
|
|
|
|
<subscribe>builds-subscribe@hbase.apache.org</subscribe>
|
|
|
|
|
<unsubscribe>builds-unsubscribe@hbase.apache.org</unsubscribe>
|
|
|
|
|
<archive>http://mail-archives.apache.org/mod_mbox/hbase-builds/</archive>
|
|
|
|
|
</mailingList>
|
2010-02-24 15:17:17 -05:00
|
|
|
|
</mailingLists>
|
2010-02-22 18:49:24 -05:00
|
|
|
|
<developers>
|
2013-04-02 01:02:44 -04:00
|
|
|
|
<developer>
|
|
|
|
|
<id>acube123</id>
|
|
|
|
|
<name>Amitanand S. Aiyer</name>
|
|
|
|
|
<email>acube123@apache.org</email>
|
|
|
|
|
<timezone>-8</timezone>
|
|
|
|
|
<organization>Facebook</organization>
|
|
|
|
|
<organizationUrl>http://www.facebook.com</organizationUrl>
|
|
|
|
|
</developer>
|
2010-02-22 18:49:24 -05:00
|
|
|
|
<developer>
|
2010-02-24 15:17:17 -05:00
|
|
|
|
<id>apurtell</id>
|
|
|
|
|
<name>Andrew Purtell</name>
|
|
|
|
|
<email>apurtell@apache.org</email>
|
|
|
|
|
<timezone>-8</timezone>
|
2014-08-20 15:36:30 -04:00
|
|
|
|
<organization>Salesforce.com</organization>
|
|
|
|
|
<organizationUrl>http://www.salesforce.com/</organizationUrl>
|
2010-12-02 19:06:57 -05:00
|
|
|
|
</developer>
|
2013-03-10 01:44:12 -05:00
|
|
|
|
<developer>
|
|
|
|
|
<id>anoopsamjohn</id>
|
|
|
|
|
<name>Anoop Sam John</name>
|
|
|
|
|
<email>anoopsamjohn@apache.org</email>
|
|
|
|
|
<timezone>+5</timezone>
|
2013-04-25 09:27:44 -04:00
|
|
|
|
<organization>Intel</organization>
|
|
|
|
|
<organizationUrl>http://www.intel.com</organizationUrl>
|
2013-03-10 01:44:12 -05:00
|
|
|
|
</developer>
|
2013-02-07 14:22:20 -05:00
|
|
|
|
<developer>
|
|
|
|
|
<id>ddas</id>
|
|
|
|
|
<name>Devaraj Das</name>
|
|
|
|
|
<email>ddas@apache.org</email>
|
|
|
|
|
<timezone>-8</timezone>
|
|
|
|
|
<organization>Hortonworks</organization>
|
|
|
|
|
<organizationUrl>http://www.hortonworks.com</organizationUrl>
|
|
|
|
|
</developer>
|
2012-05-26 01:56:04 -04:00
|
|
|
|
<developer>
|
2011-08-01 20:09:31 -04:00
|
|
|
|
<id>dmeil</id>
|
|
|
|
|
<name>Doug Meil</name>
|
2011-08-06 19:58:22 -04:00
|
|
|
|
<email>dmeil@apache.org</email>
|
2011-08-01 20:09:31 -04:00
|
|
|
|
<timezone>-5</timezone>
|
|
|
|
|
<organization>Explorys</organization>
|
|
|
|
|
<organizationUrl>http://www.explorys.com</organizationUrl>
|
|
|
|
|
</developer>
|
2012-09-25 16:34:55 -04:00
|
|
|
|
<developer>
|
|
|
|
|
<id>enis</id>
|
|
|
|
|
<name>Enis Soztutar</name>
|
|
|
|
|
<email>enis@apache.org</email>
|
|
|
|
|
<timezone>-8</timezone>
|
|
|
|
|
<organization>Hortonworks</organization>
|
|
|
|
|
<organizationUrl>http://www.hortonworks.com</organizationUrl>
|
|
|
|
|
</developer>
|
2014-03-12 17:21:37 -04:00
|
|
|
|
<developer>
|
|
|
|
|
<id>fenghh</id>
|
|
|
|
|
<name>Honghua Feng</name>
|
|
|
|
|
<email>fenghh@apache.org</email>
|
|
|
|
|
<timezone>+8</timezone>
|
|
|
|
|
<organization>Xiaomi</organization>
|
|
|
|
|
<organizationUrl>http://www.xiaomi.com</organizationUrl>
|
|
|
|
|
</developer>
|
2010-12-02 19:06:57 -05:00
|
|
|
|
<developer>
|
|
|
|
|
<id>garyh</id>
|
|
|
|
|
<name>Gary Helmling</name>
|
|
|
|
|
<email>garyh@apache.org</email>
|
|
|
|
|
<timezone>-8</timezone>
|
2013-09-10 17:12:20 -04:00
|
|
|
|
<organization>Continuuity</organization>
|
|
|
|
|
<organizationUrl>http://www.continuuity.com</organizationUrl>
|
2010-02-24 15:17:17 -05:00
|
|
|
|
</developer>
|
2012-09-07 16:30:29 -04:00
|
|
|
|
<developer>
|
|
|
|
|
<id>gchanan</id>
|
|
|
|
|
<name>Gregory Chanan</name>
|
|
|
|
|
<email>gchanan@apache.org</email>
|
|
|
|
|
<timezone>-8</timezone>
|
|
|
|
|
<organization>Cloudera</organization>
|
|
|
|
|
<organizationUrl>http://www.cloudera.com</organizationUrl>
|
|
|
|
|
</developer>
|
2010-02-24 15:17:17 -05:00
|
|
|
|
<developer>
|
|
|
|
|
<id>jdcryans</id>
|
|
|
|
|
<name>Jean-Daniel Cryans</name>
|
|
|
|
|
<email>jdcryans@apache.org</email>
|
|
|
|
|
<timezone>-8</timezone>
|
2012-10-03 20:59:35 -04:00
|
|
|
|
<organization>Cloudera</organization>
|
|
|
|
|
<organizationUrl>http://www.cloudera.com</organizationUrl>
|
2010-02-24 15:17:17 -05:00
|
|
|
|
</developer>
|
2013-06-03 19:25:47 -04:00
|
|
|
|
<developer>
|
|
|
|
|
<id>jeffreyz</id>
|
|
|
|
|
<name>Jeffrey Zhong</name>
|
|
|
|
|
<email>jeffreyz@apache.org</email>
|
|
|
|
|
<timezone>-8</timezone>
|
|
|
|
|
<organization>Hortonworks</organization>
|
|
|
|
|
<organizationUrl>http://www.hortonworks.com</organizationUrl>
|
|
|
|
|
</developer>
|
2012-11-09 18:58:44 -05:00
|
|
|
|
<developer>
|
|
|
|
|
<id>jyates</id>
|
|
|
|
|
<name>Jesse Yates</name>
|
|
|
|
|
<email>jyates@apache.org</email>
|
|
|
|
|
<timezone>-8</timezone>
|
|
|
|
|
<organization>Salesforce.com</organization>
|
|
|
|
|
<organizationUrl>http://www.salesforce.com/</organizationUrl>
|
|
|
|
|
</developer>
|
2010-02-24 15:17:17 -05:00
|
|
|
|
<developer>
|
|
|
|
|
<id>jgray</id>
|
|
|
|
|
<name>Jonathan Gray</name>
|
2011-08-01 20:09:31 -04:00
|
|
|
|
<email>jgray@fb.com</email>
|
2010-02-24 15:17:17 -05:00
|
|
|
|
<timezone>-8</timezone>
|
2012-10-31 18:55:09 -04:00
|
|
|
|
<organization>Continuuity</organization>
|
|
|
|
|
<organizationUrl>http://www.continuuity.com</organizationUrl>
|
2010-02-24 15:17:17 -05:00
|
|
|
|
</developer>
|
2012-01-19 01:29:01 -05:00
|
|
|
|
<developer>
|
|
|
|
|
<id>jmhsieh</id>
|
|
|
|
|
<name>Jonathan Hsieh</name>
|
|
|
|
|
<email>jmhsieh@apache.org</email>
|
|
|
|
|
<timezone>-8</timezone>
|
|
|
|
|
<organization>Cloudera</organization>
|
|
|
|
|
<organizationUrl>http://www.cloudera.com</organizationUrl>
|
|
|
|
|
</developer>
|
2012-06-05 19:40:37 -04:00
|
|
|
|
<developer>
|
|
|
|
|
<id>jxiang</id>
|
|
|
|
|
<name>Jimmy Xiang</name>
|
|
|
|
|
<email>jxiang@apache.org</email>
|
|
|
|
|
<timezone>-8</timezone>
|
|
|
|
|
<organization>Cloudera</organization>
|
|
|
|
|
<organizationUrl>http://www.cloudera.com</organizationUrl>
|
|
|
|
|
</developer>
|
2011-10-31 16:07:12 -04:00
|
|
|
|
<developer>
|
|
|
|
|
<id>kannan</id>
|
|
|
|
|
<name>Kannan Muthukkaruppan</name>
|
|
|
|
|
<email>kannan@fb.com</email>
|
|
|
|
|
<timezone>-8</timezone>
|
|
|
|
|
<organization>Facebook</organization>
|
|
|
|
|
<organizationUrl>http://www.facebook.com</organizationUrl>
|
|
|
|
|
</developer>
|
|
|
|
|
<developer>
|
|
|
|
|
<id>karthik</id>
|
|
|
|
|
<name>Karthik Ranganathan</name>
|
|
|
|
|
<email>kranganathan@fb.com</email>
|
|
|
|
|
<timezone>-8</timezone>
|
|
|
|
|
<organization>Facebook</organization>
|
|
|
|
|
<organizationUrl>http://www.facebook.com</organizationUrl>
|
|
|
|
|
</developer>
|
2010-02-24 15:17:17 -05:00
|
|
|
|
<developer>
|
|
|
|
|
<id>larsgeorge</id>
|
|
|
|
|
<name>Lars George</name>
|
2010-03-04 12:54:27 -05:00
|
|
|
|
<email>larsgeorge@apache.org</email>
|
2010-02-24 15:17:17 -05:00
|
|
|
|
<timezone>+1</timezone>
|
2010-12-02 17:44:48 -05:00
|
|
|
|
<organization>Cloudera</organization>
|
|
|
|
|
<organizationUrl>http://www.cloudera.com/</organizationUrl>
|
2010-02-24 15:17:17 -05:00
|
|
|
|
</developer>
|
2011-10-07 22:27:08 -04:00
|
|
|
|
<developer>
|
|
|
|
|
<id>larsh</id>
|
|
|
|
|
<name>Lars Hofhansl</name>
|
|
|
|
|
<email>larsh@apache.org</email>
|
|
|
|
|
<timezone>-8</timezone>
|
|
|
|
|
<organization>Salesforce.com</organization>
|
|
|
|
|
<organizationUrl>http://www.salesforce.com/</organizationUrl>
|
|
|
|
|
</developer>
|
2013-12-18 17:42:41 -05:00
|
|
|
|
<developer>
|
|
|
|
|
<id>liangxie</id>
|
|
|
|
|
<name>Liang Xie</name>
|
|
|
|
|
<email>liangxie@apache.org</email>
|
|
|
|
|
<timezone>+8</timezone>
|
|
|
|
|
<organization>Xiaomi</organization>
|
|
|
|
|
<organizationUrl>http://www.xiaomi.com/</organizationUrl>
|
|
|
|
|
</developer>
|
2012-01-25 15:35:02 -05:00
|
|
|
|
<developer>
|
|
|
|
|
<id>mbautin</id>
|
|
|
|
|
<name>Mikhail Bautin</name>
|
|
|
|
|
<email>mbautin@apache.org</email>
|
|
|
|
|
<timezone>-8</timezone>
|
|
|
|
|
<organization>Facebook</organization>
|
|
|
|
|
<organizationUrl>http://www.facebook.com</organizationUrl>
|
|
|
|
|
</developer>
|
2014-09-09 00:13:40 -04:00
|
|
|
|
<developer>
|
|
|
|
|
<id>misty</id>
|
|
|
|
|
<name>Misty Stanley-Jones</name>
|
|
|
|
|
<email>misty@apache.org</email>
|
|
|
|
|
<timezone>+10</timezone>
|
|
|
|
|
<organization>Cloudera</organization>
|
|
|
|
|
<organizationUrl>http://www.cloudera.com</organizationUrl>
|
|
|
|
|
</developer>
|
2013-09-10 20:26:08 -04:00
|
|
|
|
<developer>
|
|
|
|
|
<id>ndimiduk</id>
|
|
|
|
|
<name>Nick Dimiduk</name>
|
|
|
|
|
<email>ndimiduk@apache.org</email>
|
|
|
|
|
<timezone>-8</timezone>
|
|
|
|
|
<organization>Hortonworks</organization>
|
|
|
|
|
<organizationUrl>http://www.hortonworks.com</organizationUrl>
|
|
|
|
|
</developer>
|
2010-12-02 16:55:40 -05:00
|
|
|
|
<developer>
|
|
|
|
|
<id>nspiegelberg</id>
|
|
|
|
|
<name>Nicolas Spiegelberg</name>
|
|
|
|
|
<email>nspiegelberg@fb.com</email>
|
|
|
|
|
<timezone>-8</timezone>
|
|
|
|
|
<organization>Facebook</organization>
|
|
|
|
|
<organizationUrl>http://www.facebook.com</organizationUrl>
|
|
|
|
|
</developer>
|
2010-02-22 21:11:00 -05:00
|
|
|
|
<developer>
|
|
|
|
|
<id>rawson</id>
|
|
|
|
|
<name>Ryan Rawson</name>
|
|
|
|
|
<email>rawson@apache.org</email>
|
|
|
|
|
<timezone>-8</timezone>
|
2014-08-15 18:43:22 -04:00
|
|
|
|
<organization>WANdisco</organization>
|
|
|
|
|
<organizationUrl>http://www.wandisco.com/</organizationUrl>
|
2010-02-24 15:17:17 -05:00
|
|
|
|
</developer>
|
2013-02-25 14:48:45 -05:00
|
|
|
|
<developer>
|
|
|
|
|
<id>sershe</id>
|
|
|
|
|
<name>Sergey Shelukhin</name>
|
|
|
|
|
<email>sershe@apache.org</email>
|
|
|
|
|
<timezone>-8</timezone>
|
|
|
|
|
<organization>Hortonworks</organization>
|
|
|
|
|
<organizationUrl>http://www.hortonworks.com</organizationUrl>
|
|
|
|
|
</developer>
|
2010-02-24 15:17:17 -05:00
|
|
|
|
<developer>
|
|
|
|
|
<id>stack</id>
|
|
|
|
|
<name>Michael Stack</name>
|
|
|
|
|
<email>stack@apache.org</email>
|
|
|
|
|
<timezone>-8</timezone>
|
2012-10-31 18:55:09 -04:00
|
|
|
|
<organization>Cloudera</organization>
|
2012-11-02 20:03:12 -04:00
|
|
|
|
<organizationUrl>http://www.cloudera.com/</organizationUrl>
|
2010-02-22 21:11:00 -05:00
|
|
|
|
</developer>
|
2011-08-04 08:58:32 -04:00
|
|
|
|
<developer>
|
|
|
|
|
<id>tedyu</id>
|
|
|
|
|
<name>Ted Yu</name>
|
|
|
|
|
<email>yuzhihong@gmail.com</email>
|
|
|
|
|
<timezone>-8</timezone>
|
2013-01-09 16:24:04 -05:00
|
|
|
|
<organization>Hortonworks</organization>
|
2013-02-01 13:58:28 -05:00
|
|
|
|
<organizationUrl>http://www.hortonworks.com</organizationUrl>
|
2011-08-04 08:58:32 -04:00
|
|
|
|
</developer>
|
2010-05-25 02:52:16 -04:00
|
|
|
|
<developer>
|
|
|
|
|
<id>todd</id>
|
|
|
|
|
<name>Todd Lipcon</name>
|
|
|
|
|
<email>todd@apache.org</email>
|
|
|
|
|
<timezone>-8</timezone>
|
|
|
|
|
<organization>Cloudera</organization>
|
|
|
|
|
<organizationUrl>http://www.cloudera.com</organizationUrl>
|
|
|
|
|
</developer>
|
2013-09-11 10:16:30 -04:00
|
|
|
|
<developer>
|
|
|
|
|
<id>rajeshbabu</id>
|
|
|
|
|
<name>Rajeshbabu Chintaguntla</name>
|
|
|
|
|
<email>rajeshbabu@apache.org</email>
|
|
|
|
|
<timezone>+5</timezone>
|
|
|
|
|
<organization>Huawei</organization>
|
|
|
|
|
<organizationUrl>http://www.huawei.com</organizationUrl>
|
|
|
|
|
</developer>
|
2011-09-28 14:55:56 -04:00
|
|
|
|
<developer>
|
|
|
|
|
<id>ramkrishna</id>
|
|
|
|
|
<name>Ramkrishna S Vasudevan</name>
|
|
|
|
|
<email>ramkrishna@apache.org</email>
|
|
|
|
|
<timezone>+5</timezone>
|
2013-02-25 10:57:40 -05:00
|
|
|
|
<organization>Intel</organization>
|
|
|
|
|
<organizationUrl>http://www.intel.in</organizationUrl>
|
2011-09-28 14:55:56 -04:00
|
|
|
|
</developer>
|
2012-05-17 17:22:54 -04:00
|
|
|
|
<developer>
|
|
|
|
|
<id>liyin</id>
|
|
|
|
|
<name>Liyin Tang</name>
|
|
|
|
|
<email>liyin.tang@fb.com</email>
|
|
|
|
|
<timezone>-8</timezone>
|
|
|
|
|
<organization>Facebook</organization>
|
|
|
|
|
<organizationUrl>http://www.facebook.com</organizationUrl>
|
|
|
|
|
</developer>
|
2012-07-04 12:40:21 -04:00
|
|
|
|
<developer>
|
|
|
|
|
<id>nkeywal</id>
|
|
|
|
|
<name>Nicolas Liochon</name>
|
|
|
|
|
<email>nkeywal@apache.org</email>
|
|
|
|
|
<timezone>+1</timezone>
|
|
|
|
|
<organization>Scaled Risk</organization>
|
|
|
|
|
<organizationUrl>http://www.scaledrisk.com</organizationUrl>
|
|
|
|
|
</developer>
|
2012-09-26 14:05:02 -04:00
|
|
|
|
<developer>
|
|
|
|
|
<id>eclark</id>
|
|
|
|
|
<name>Elliott Clark</name>
|
|
|
|
|
<email>eclark@apache.org</email>
|
|
|
|
|
<timezone>-8</timezone>
|
2014-04-10 14:46:27 -04:00
|
|
|
|
<organization>Facebook</organization>
|
|
|
|
|
<organizationUrl>http://www.facebook.com</organizationUrl>
|
2012-12-28 18:27:14 -05:00
|
|
|
|
</developer>
|
|
|
|
|
<developer>
|
|
|
|
|
<id>mbertozzi</id>
|
|
|
|
|
<name>Matteo Bertozzi</name>
|
|
|
|
|
<email>mbertozzi@apache.org</email>
|
|
|
|
|
<timezone>0</timezone>
|
|
|
|
|
<organization>Cloudera</organization>
|
2012-10-04 14:05:41 -04:00
|
|
|
|
<organizationUrl>http://www.cloudera.com</organizationUrl>
|
2012-09-26 14:05:02 -04:00
|
|
|
|
</developer>
|
2013-01-03 04:00:07 -05:00
|
|
|
|
<developer>
|
|
|
|
|
<id>zjushch</id>
|
|
|
|
|
<name>Chunhui Shen</name>
|
|
|
|
|
<email>zjushch@apache.org</email>
|
|
|
|
|
<timezone>+8</timezone>
|
|
|
|
|
<organization>Taobao</organization>
|
|
|
|
|
<organizationUrl>http://www.taobao.com</organizationUrl>
|
|
|
|
|
</developer>
|
2010-02-22 18:49:24 -05:00
|
|
|
|
</developers>
|
|
|
|
|
<build>
|
2010-02-24 15:17:17 -05:00
|
|
|
|
<pluginManagement>
|
|
|
|
|
<plugins>
|
2012-03-02 12:26:34 -05:00
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-release-plugin</artifactId>
|
|
|
|
|
<configuration>
|
2012-03-06 15:25:01 -05:00
|
|
|
|
<!--You need this profile. It'll sign your artifacts.
|
|
|
|
|
I'm not sure if this config. actually works though.
|
|
|
|
|
I've been specifying -Papache-release on the command-line
|
|
|
|
|
-->
|
|
|
|
|
<releaseProfiles>apache-release</releaseProfiles>
|
2012-03-02 12:26:34 -05:00
|
|
|
|
<!--This stops our running tests for each stage of maven release.
|
2012-10-25 16:50:41 -04:00
|
|
|
|
But it builds the test jar. From SUREFIRE-172.
|
2012-03-02 12:26:34 -05:00
|
|
|
|
-->
|
2014-09-09 01:01:03 -04:00
|
|
|
|
<arguments>-Dmaven.test.skip.exec ${arguments}</arguments>
|
2013-08-02 15:01:34 -04:00
|
|
|
|
<pomFileName>pom.xml</pomFileName>
|
2012-03-02 12:26:34 -05:00
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
2010-02-24 15:17:17 -05:00
|
|
|
|
<plugin>
|
2014-10-29 16:11:44 -04:00
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2010-02-24 15:17:17 -05:00
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
2014-10-25 11:40:04 -04:00
|
|
|
|
<version>3.2</version>
|
2010-02-24 15:17:17 -05:00
|
|
|
|
<configuration>
|
|
|
|
|
<source>${compileSource}</source>
|
|
|
|
|
<target>${compileSource}</target>
|
|
|
|
|
<showWarnings>true</showWarnings>
|
2010-03-22 23:56:52 -04:00
|
|
|
|
<showDeprecation>false</showDeprecation>
|
2012-07-10 22:44:53 -04:00
|
|
|
|
<compilerArgument>-Xlint:-options</compilerArgument>
|
2010-02-24 15:17:17 -05:00
|
|
|
|
</configuration>
|
2014-10-25 11:40:04 -04:00
|
|
|
|
<dependencies>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.google.errorprone</groupId>
|
|
|
|
|
<artifactId>error_prone_core</artifactId>
|
|
|
|
|
<version>1.1.1</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
|
<artifactId>plexus-compiler-javac</artifactId>
|
|
|
|
|
<version>2.3</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
|
<artifactId>plexus-compiler-javac-errorprone</artifactId>
|
|
|
|
|
<version>2.3</version>
|
|
|
|
|
</dependency>
|
2014-11-05 03:59:23 -05:00
|
|
|
|
</dependencies>
|
2010-02-24 15:17:17 -05:00
|
|
|
|
</plugin>
|
2012-05-26 01:56:04 -04:00
|
|
|
|
<!-- Test oriented plugins -->
|
2010-02-24 15:17:17 -05:00
|
|
|
|
<plugin>
|
2014-10-29 16:11:44 -04:00
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2010-02-24 15:17:17 -05:00
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
2011-11-19 11:38:07 -05:00
|
|
|
|
<version>${surefire.version}</version>
|
|
|
|
|
<dependencies>
|
2012-10-25 16:50:41 -04:00
|
|
|
|
<!-- by default surefire selects dynamically the connector to the unit tests
|
|
|
|
|
tool. We want to use always the same as the different connectors can have different
|
2012-05-26 01:56:04 -04:00
|
|
|
|
bugs and behaviour. -->
|
2011-11-19 11:38:07 -05:00
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.maven.surefire</groupId>
|
2011-12-05 16:20:04 -05:00
|
|
|
|
<artifactId>${surefire.provider}</artifactId>
|
2011-11-19 11:38:07 -05:00
|
|
|
|
<version>${surefire.version}</version>
|
|
|
|
|
</dependency>
|
[jira] [HBASE-4908] HBase cluster test tool (port from 0.89-fb)
Summary:
Porting one of our HBase cluster test tools (a single-process multi-threaded
load generator and verifier) from 0.89-fb to trunk.
I cleaned up the code a bit compared to what's in 0.89-fb, and discovered that
it has some features that I have not tried yet (some kind of a kill test, and
some way to run HBase as multiple processes on one machine).
The main utility of this piece of code for us has been the HBaseClusterTest
command-line tool (called HBaseTest in 0.89-fb), which we usually invoke as a
load test in our five-node dev cluster testing, e.g.:
hbase org.apache.hadoop.hbase.util.LoadTestTool -write 50:100:20 -tn loadtest4
-read 100:10 -zk <zk_quorum_node> -bloom ROWCOL -compression LZO -key_window 5
-max_read_errors 10000 -num_keys 10000000000 -start_key 0
Test Plan:
Run this on a dev cluster. Run all unit tests.
Reviewers: stack, Karthik, Kannan, nspiegelberg, JIRA
Reviewed By: nspiegelberg
CC: stack, nspiegelberg, mbautin, Karthik
Differential Revision: 549
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1211746 13f79535-47bb-0310-9956-ffa450edef68
2011-12-07 21:38:27 -05:00
|
|
|
|
</dependencies>
|
2012-05-30 19:51:44 -04:00
|
|
|
|
<!-- Generic testing configuration for all packages -->
|
2010-02-25 17:54:27 -05:00
|
|
|
|
<configuration>
|
2012-05-31 00:23:20 -04:00
|
|
|
|
<failIfNoTests>false</failIfNoTests>
|
2012-05-26 01:56:04 -04:00
|
|
|
|
<skip>${surefire.skipFirstPart}</skip>
|
2014-08-21 04:50:14 -04:00
|
|
|
|
<forkCount>${surefire.firstPartForkCount}</forkCount>
|
|
|
|
|
<reuseForks>false</reuseForks>
|
2014-02-19 16:50:42 -05:00
|
|
|
|
<testFailureIgnore>${surefire.testFailureIgnore}</testFailureIgnore>
|
2013-01-22 15:00:53 -05:00
|
|
|
|
<forkedProcessTimeoutInSeconds>${surefire.timeout}</forkedProcessTimeoutInSeconds>
|
2014-05-16 13:10:12 -04:00
|
|
|
|
<!--Allocate some direct memory for direct memory tests-->
|
2014-10-04 00:51:49 -04:00
|
|
|
|
<argLine>${hbase-surefire.argLine} ${argLine}</argLine>
|
2012-03-02 13:32:36 -05:00
|
|
|
|
<redirectTestOutputToFile>${test.output.tofile}</redirectTestOutputToFile>
|
2014-11-05 03:59:23 -05:00
|
|
|
|
<systemPropertyVariables>
|
2014-10-04 00:51:49 -04:00
|
|
|
|
<jacoco-agent.destfile>target/jacoco.exec</jacoco-agent.destfile>
|
|
|
|
|
</systemPropertyVariables>
|
2011-09-29 01:42:13 -04:00
|
|
|
|
</configuration>
|
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
2012-05-26 01:56:04 -04:00
|
|
|
|
<id>secondPartTestsExecution</id>
|
|
|
|
|
<phase>test</phase>
|
2011-09-29 01:42:13 -04:00
|
|
|
|
<goals>
|
2012-05-26 01:56:04 -04:00
|
|
|
|
<goal>test</goal>
|
2011-09-29 01:42:13 -04:00
|
|
|
|
</goals>
|
2012-05-26 01:56:04 -04:00
|
|
|
|
<configuration>
|
|
|
|
|
<skip>${surefire.skipSecondPart}</skip>
|
2014-02-19 16:50:42 -05:00
|
|
|
|
<testFailureIgnore>${surefire.testFailureIgnore}</testFailureIgnore>
|
2014-08-21 04:50:14 -04:00
|
|
|
|
<reuseForks>false</reuseForks>
|
|
|
|
|
<forkCount>${surefire.secondPartForkCount}</forkCount>
|
2012-05-26 01:56:04 -04:00
|
|
|
|
<groups>${surefire.secondPartGroups}</groups>
|
|
|
|
|
</configuration>
|
2011-09-29 01:42:13 -04:00
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
2012-05-27 17:45:03 -04:00
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
2014-10-29 16:11:44 -04:00
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2012-05-27 17:45:03 -04:00
|
|
|
|
<artifactId>maven-surefire-report-plugin</artifactId>
|
|
|
|
|
<version>${surefire.version}</version>
|
|
|
|
|
</plugin>
|
2010-03-04 12:54:27 -05:00
|
|
|
|
<plugin>
|
2014-10-29 16:11:44 -04:00
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2010-03-04 12:54:27 -05:00
|
|
|
|
<artifactId>maven-clean-plugin</artifactId>
|
2010-10-03 23:19:26 -04:00
|
|
|
|
<configuration>
|
|
|
|
|
<filesets>
|
|
|
|
|
<fileset>
|
|
|
|
|
<!--dfs tests have build dir hardcoded. Clean it as part of
|
|
|
|
|
clean target-->
|
|
|
|
|
<directory>build</directory>
|
|
|
|
|
</fileset>
|
|
|
|
|
</filesets>
|
|
|
|
|
</configuration>
|
2010-03-04 12:54:27 -05:00
|
|
|
|
</plugin>
|
2012-05-26 01:56:04 -04:00
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
|
<artifactId>findbugs-maven-plugin</artifactId>
|
2014-10-29 16:11:44 -04:00
|
|
|
|
<version>3.0.0</version>
|
|
|
|
|
<!--NOTE: Findbugs 3.0.0 requires jdk7-->
|
2012-05-26 01:56:04 -04:00
|
|
|
|
<configuration>
|
2012-06-03 13:45:55 -04:00
|
|
|
|
<excludeFilterFile>${project.basedir}/../dev-support/findbugs-exclude.xml</excludeFilterFile>
|
2012-05-26 01:56:04 -04:00
|
|
|
|
<findbugsXmlOutput>true</findbugsXmlOutput>
|
|
|
|
|
<xmlOutput>true</xmlOutput>
|
|
|
|
|
<effort>Max</effort>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
2011-09-02 19:31:37 -04:00
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
|
<artifactId>build-helper-maven-plugin</artifactId>
|
2014-10-29 16:11:44 -04:00
|
|
|
|
<version>1.9.1</version>
|
2011-09-02 19:31:37 -04:00
|
|
|
|
</plugin>
|
2012-05-26 01:56:04 -04:00
|
|
|
|
<plugin>
|
|
|
|
|
<artifactId>maven-antrun-plugin</artifactId>
|
|
|
|
|
<version>${maven.antrun.version}</version>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.jamon</groupId>
|
|
|
|
|
<artifactId>jamon-maven-plugin</artifactId>
|
|
|
|
|
<version>${jamon.plugin.version}</version>
|
|
|
|
|
</plugin>
|
|
|
|
|
<!-- Make a jar and put the sources in the jar.
|
|
|
|
|
In the parent pom, so submodules will do the right thing. -->
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-source-plugin</artifactId>
|
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<id>attach-sources</id>
|
|
|
|
|
<phase>prepare-package</phase>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>jar-no-fork</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin>
|
|
|
|
|
<!-- General configuration for submodules who want to build a test jar -->
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<phase>prepare-package</phase>
|
|
|
|
|
<goals>
|
2013-08-02 15:01:34 -04:00
|
|
|
|
<!--This goal will install a -test.jar when we do install
|
|
|
|
|
See http://maven.apache.org/guides/mini/guide-attached-tests.html
|
|
|
|
|
-->
|
2012-05-26 01:56:04 -04:00
|
|
|
|
<goal>test-jar</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
<configuration>
|
|
|
|
|
<excludes>
|
|
|
|
|
<exclude>hbase-site.xml</exclude>
|
2013-09-12 10:48:05 -04:00
|
|
|
|
<exclude>hdfs-site.xml</exclude>
|
2012-05-26 01:56:04 -04:00
|
|
|
|
<exclude>log4j.properties</exclude>
|
2013-09-17 16:41:55 -04:00
|
|
|
|
<exclude>mapred-queues.xml</exclude>
|
|
|
|
|
<exclude>mapred-site.xml</exclude>
|
|
|
|
|
<exclude>zoo.cfg</exclude>
|
2012-05-26 01:56:04 -04:00
|
|
|
|
</excludes>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
<!-- General config for eclipse classpath/settings -->
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-eclipse-plugin</artifactId>
|
2014-10-29 16:11:44 -04:00
|
|
|
|
<version>2.9</version>
|
2012-05-26 01:56:04 -04:00
|
|
|
|
</plugin>
|
2012-10-25 16:50:41 -04:00
|
|
|
|
<!--This plugin's configuration is used to store Eclipse m2e settings only. It
|
|
|
|
|
has no influence on the Maven build itself. m2e does not provide any safeguards against
|
|
|
|
|
rogue maven plugins that leak classloaders, modify random files inside workspace
|
2012-02-03 21:59:39 -05:00
|
|
|
|
or throw nasty exceptions to fail the build -->
|
2012-10-25 16:50:41 -04:00
|
|
|
|
<!-- Top level doesn't do any specific configuration currently - left to modules
|
2012-05-26 01:56:04 -04:00
|
|
|
|
to decide what they want to bind -->
|
2012-02-03 21:59:39 -05:00
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.eclipse.m2e</groupId>
|
|
|
|
|
<artifactId>lifecycle-mapping</artifactId>
|
|
|
|
|
<version>1.0.0</version>
|
|
|
|
|
</plugin>
|
2012-06-03 17:59:50 -04:00
|
|
|
|
<plugin>
|
|
|
|
|
<!-- excludes are inherited -->
|
|
|
|
|
<groupId>org.apache.rat</groupId>
|
|
|
|
|
<artifactId>apache-rat-plugin</artifactId>
|
2014-10-29 16:11:44 -04:00
|
|
|
|
<version>0.11</version>
|
2012-02-11 17:12:23 -05:00
|
|
|
|
<configuration>
|
|
|
|
|
<excludes>
|
2013-04-01 15:49:31 -04:00
|
|
|
|
<exclude>**/*.versionsBackup</exclude>
|
2012-07-24 04:58:19 -04:00
|
|
|
|
<exclude>**/*.log</exclude>
|
2012-02-11 17:12:23 -05:00
|
|
|
|
<exclude>**/.*</exclude>
|
2012-03-02 13:05:43 -05:00
|
|
|
|
<exclude>**/*.tgz</exclude>
|
2012-03-05 18:10:04 -05:00
|
|
|
|
<exclude>**/*.orig</exclude>
|
2012-03-02 13:05:43 -05:00
|
|
|
|
<exclude>**/8e8ab58dcf39412da19833fcd8f687ac</exclude>
|
2013-05-01 09:27:14 -04:00
|
|
|
|
<exclude>**/a6a6562b777440fd9c34885428f5cb61.21e75333ada3d5bafb34bb918f29576c</exclude>
|
2012-02-11 17:12:23 -05:00
|
|
|
|
<exclude>**/.git/**</exclude>
|
2012-06-06 18:07:06 -04:00
|
|
|
|
<exclude>**/.idea/**</exclude>
|
2013-02-25 17:50:17 -05:00
|
|
|
|
<exclude>**/*.iml</exclude>
|
2012-02-11 17:12:23 -05:00
|
|
|
|
<exclude>**/target/**</exclude>
|
|
|
|
|
<exclude>**/CHANGES.txt</exclude>
|
2014-01-09 15:16:55 -05:00
|
|
|
|
<exclude>**/README.md</exclude>
|
2012-02-11 17:12:23 -05:00
|
|
|
|
<exclude>**/generated/**</exclude>
|
2012-11-13 18:08:55 -05:00
|
|
|
|
<exclude>**/gen-*/**</exclude>
|
2012-02-11 17:12:23 -05:00
|
|
|
|
<exclude>**/conf/*</exclude>
|
|
|
|
|
<exclude>**/*.avpr</exclude>
|
2012-06-03 17:59:50 -04:00
|
|
|
|
<exclude>**/*.svg</exclude>
|
2012-07-17 18:42:42 -04:00
|
|
|
|
<exclude>**/META-INF/services/**</exclude>
|
2013-08-26 19:49:14 -04:00
|
|
|
|
<!-- MIT: https://github.com/twbs/bootstrap/blob/master/LICENSE -->
|
|
|
|
|
<exclude>**/bootstrap-theme.css</exclude>
|
|
|
|
|
<exclude>**/bootstrap-theme.min.css</exclude>
|
2012-07-17 18:42:42 -04:00
|
|
|
|
<!-- MIT http://jquery.org/license -->
|
|
|
|
|
<exclude>**/jquery.min.js</exclude>
|
2012-06-03 17:59:50 -04:00
|
|
|
|
<!-- vector graphics -->
|
|
|
|
|
<exclude>**/*.vm</exclude>
|
|
|
|
|
<!-- apache doxia generated -->
|
2012-02-11 17:12:23 -05:00
|
|
|
|
<exclude>**/control</exclude>
|
|
|
|
|
<exclude>**/conffile</exclude>
|
2012-06-03 17:59:50 -04:00
|
|
|
|
<exclude>docs/*</exclude>
|
2013-07-09 19:09:42 -04:00
|
|
|
|
<exclude>logs/*</exclude>
|
2012-06-03 17:59:50 -04:00
|
|
|
|
<!-- auto-gen docs -->
|
2012-02-11 17:12:23 -05:00
|
|
|
|
<!--It don't like freebsd license-->
|
2013-04-23 17:54:59 -04:00
|
|
|
|
<exclude>**/src/main/site/resources/css/freebsd_docbook.css</exclude>
|
2014-10-07 02:52:15 -04:00
|
|
|
|
<exclude>dev-support/hbase_docker/README.md</exclude>
|
2012-10-05 15:06:45 -04:00
|
|
|
|
<!-- exclude source control files -->
|
|
|
|
|
<exclude>.git/**</exclude>
|
|
|
|
|
<exclude>.svn/**</exclude>
|
2013-07-09 19:09:42 -04:00
|
|
|
|
<exclude>**/.settings/**</exclude>
|
2014-05-28 14:57:40 -04:00
|
|
|
|
<exclude>**/patchprocess/**</exclude>
|
2012-02-11 17:12:23 -05:00
|
|
|
|
</excludes>
|
|
|
|
|
</configuration>
|
2012-06-03 17:59:50 -04:00
|
|
|
|
</plugin>
|
2013-07-10 13:59:55 -04:00
|
|
|
|
<plugin>
|
2013-04-07 01:49:57 -04:00
|
|
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
|
|
|
|
<version>${maven.assembly.version}</version>
|
|
|
|
|
<configuration>
|
|
|
|
|
<!--Defer to the hbase-assembly sub-module. It
|
|
|
|
|
does all assembly-->
|
|
|
|
|
<skipAssembly>true</skipAssembly>
|
|
|
|
|
<!--Do not attach assembly to project.-->
|
|
|
|
|
<attach>false</attach>
|
|
|
|
|
</configuration>
|
2013-07-10 13:59:55 -04:00
|
|
|
|
</plugin>
|
2014-08-21 04:50:14 -04:00
|
|
|
|
<plugin>
|
2013-11-27 18:57:23 -05:00
|
|
|
|
<groupId>org.apache.hadoop</groupId>
|
|
|
|
|
<artifactId>hadoop-maven-plugins</artifactId>
|
|
|
|
|
<version>${hadoop-two.version}</version>
|
|
|
|
|
<configuration>
|
|
|
|
|
<protocVersion>${protobuf.version}</protocVersion>
|
|
|
|
|
<protocCommand>${protoc.path}</protocCommand>
|
|
|
|
|
</configuration>
|
2014-08-21 04:50:14 -04:00
|
|
|
|
</plugin>
|
2014-10-15 13:28:45 -04:00
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-checkstyle-plugin</artifactId>
|
|
|
|
|
<version>2.13</version>
|
|
|
|
|
<dependencies>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.hbase</groupId>
|
|
|
|
|
<artifactId>hbase-checkstyle</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
</dependencies>
|
|
|
|
|
<configuration>
|
|
|
|
|
<configLocation>hbase/checkstyle.xml</configLocation>
|
|
|
|
|
<suppressionsLocation>hbase/checkstyle-suppressions.xml</suppressionsLocation>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
2010-02-24 15:17:17 -05:00
|
|
|
|
</plugins>
|
|
|
|
|
</pluginManagement>
|
2010-02-22 18:49:24 -05:00
|
|
|
|
<plugins>
|
2014-10-30 12:28:35 -04:00
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-enforcer-plugin</artifactId>
|
|
|
|
|
<!-- version set by parent -->
|
|
|
|
|
<configuration>
|
|
|
|
|
<rules>
|
|
|
|
|
<!-- The earliest maven version we verify builds for via ASF Jenkins -->
|
|
|
|
|
<requireMavenVersion>
|
|
|
|
|
<version>[${maven.min.version},)</version>
|
|
|
|
|
<message>Maven is out of date.
|
|
|
|
|
HBase requires at least version ${maven.min.version} of Maven to properly build from source.
|
|
|
|
|
You appear to be using an older version. You can use either "mvn -version" or
|
|
|
|
|
"mvn enforcer:display-info" to verify what version is active.
|
|
|
|
|
See the reference guide on building for more information: http://hbase.apache.org/book.html#build
|
|
|
|
|
</message>
|
|
|
|
|
</requireMavenVersion>
|
|
|
|
|
<!-- The earliest JVM version we verify builds for via ASF Jenkins -->
|
|
|
|
|
<requireJavaVersion>
|
|
|
|
|
<version>[${java.min.version},)</version>
|
|
|
|
|
<message>Java is out of date.
|
|
|
|
|
HBase requirs at least version ${java.min.version} of the JDK to properly build from source.
|
|
|
|
|
You appear to be using an older version. You can use either "mvn -version" or
|
|
|
|
|
"mvn enforcer:display-info" to verify what version is active.
|
|
|
|
|
See the reference guide on building for more information: http://hbase.apache.org/book.html#build
|
|
|
|
|
</message>
|
|
|
|
|
</requireJavaVersion>
|
|
|
|
|
</rules>
|
|
|
|
|
</configuration>
|
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<id>enforce</id>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>enforce</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin>
|
2013-04-07 01:49:57 -04:00
|
|
|
|
<!-- parent-module only plugins -->
|
2012-06-03 17:59:50 -04:00
|
|
|
|
<plugin>
|
2013-04-07 01:49:57 -04:00
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
|
<artifactId>xml-maven-plugin</artifactId>
|
|
|
|
|
<version>1.0</version>
|
|
|
|
|
<inherited>false</inherited>
|
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<!-- Run the hbase-default.xml through a stylesheet so can show it in doc-->
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>transform</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
<phase>pre-site</phase>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
2012-06-03 17:59:50 -04:00
|
|
|
|
<configuration>
|
2013-04-07 01:49:57 -04:00
|
|
|
|
<transformationSets>
|
|
|
|
|
<transformationSet>
|
|
|
|
|
<!--Reaching up and over into common sub-module for hbase-default.xml-->
|
|
|
|
|
<dir>${basedir}/hbase-common/src/main/resources/</dir>
|
|
|
|
|
<includes>
|
|
|
|
|
<include>hbase-default.xml</include>
|
|
|
|
|
</includes>
|
|
|
|
|
<stylesheet>${basedir}/src/main/xslt/configuration_to_docbook_section.xsl</stylesheet>
|
|
|
|
|
<outputDir>${basedir}/target/docbkx</outputDir>
|
|
|
|
|
</transformationSet>
|
|
|
|
|
</transformationSets>
|
2011-05-03 15:07:00 -04:00
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
2012-06-03 17:59:50 -04:00
|
|
|
|
<!-- Special configuration for findbugs just in the parent so
|
|
|
|
|
the filter file location can be more general (see definition in pluginManagement) -->
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
|
<artifactId>findbugs-maven-plugin</artifactId>
|
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<inherited>false</inherited>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>findbugs</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
<configuration>
|
2013-04-07 01:49:57 -04:00
|
|
|
|
<excludeFilterFile>${basedir}/dev-support/findbugs-exclude.xml</excludeFilterFile>
|
|
|
|
|
</configuration>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin>
|
2014-10-15 13:28:45 -04:00
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-checkstyle-plugin</artifactId>
|
|
|
|
|
<dependencies>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.hbase</groupId>
|
|
|
|
|
<artifactId>hbase-checkstyle</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
</dependencies>
|
|
|
|
|
<configuration>
|
|
|
|
|
<configLocation>hbase/checkstyle.xml</configLocation>
|
|
|
|
|
<suppressionsLocation>hbase/checkstyle-suppressions.xml</suppressionsLocation>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
2013-04-07 01:49:57 -04:00
|
|
|
|
<!--Build the documentation. We build it twice. Once as a single page and then
|
|
|
|
|
again as multipage.-->
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>com.agilejava.docbkx</groupId>
|
|
|
|
|
<artifactId>docbkx-maven-plugin</artifactId>
|
2014-03-18 13:14:10 -04:00
|
|
|
|
<version>2.0.15</version>
|
2013-04-07 01:49:57 -04:00
|
|
|
|
<inherited>false</inherited>
|
|
|
|
|
<dependencies>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.docbook</groupId>
|
|
|
|
|
<artifactId>docbook-xml</artifactId>
|
|
|
|
|
<version>4.4</version>
|
|
|
|
|
<scope>runtime</scope>
|
|
|
|
|
</dependency>
|
2014-08-01 19:03:46 -04:00
|
|
|
|
<dependency>
|
2014-08-21 04:50:14 -04:00
|
|
|
|
<groupId>net.sf.xslthl</groupId>
|
|
|
|
|
<artifactId>xslthl</artifactId>
|
|
|
|
|
<version>2.1.0</version>
|
|
|
|
|
<scope>runtime</scope>
|
|
|
|
|
</dependency>
|
2013-04-07 01:49:57 -04:00
|
|
|
|
</dependencies>
|
|
|
|
|
<configuration>
|
2014-08-01 19:03:46 -04:00
|
|
|
|
<highlightSource>1</highlightSource>
|
2014-08-10 18:35:45 -04:00
|
|
|
|
<imgSrcPath>images/</imgSrcPath>
|
2013-04-07 01:49:57 -04:00
|
|
|
|
<sourceDirectory>${basedir}/src/main/docbkx</sourceDirectory>
|
|
|
|
|
<xincludeSupported>true</xincludeSupported>
|
|
|
|
|
<useIdAsFilename>true</useIdAsFilename>
|
|
|
|
|
<sectionAutolabelMaxDepth>100</sectionAutolabelMaxDepth>
|
|
|
|
|
<sectionAutolabel>true</sectionAutolabel>
|
2014-08-01 19:03:46 -04:00
|
|
|
|
<htmlStylesheet>${baserdir}/src/main/site/resources/css/freebsd_docbook.css</htmlStylesheet>
|
2013-04-07 01:49:57 -04:00
|
|
|
|
<sectionLabelIncludesComponentLabel>true</sectionLabelIncludesComponentLabel>
|
|
|
|
|
<htmlCustomization>${basedir}/src/main/docbkx/customization.xsl</htmlCustomization>
|
|
|
|
|
<tocMaxDepth>2</tocMaxDepth>
|
|
|
|
|
<insertXrefPageNumber>yes</insertXrefPageNumber>
|
|
|
|
|
<chunkerOutputEncoding>UTF-8</chunkerOutputEncoding>
|
|
|
|
|
</configuration>
|
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<id>multipage</id>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>generate-html</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
<phase>pre-site</phase>
|
|
|
|
|
<configuration>
|
|
|
|
|
<navigShowtitles>true</navigShowtitles>
|
|
|
|
|
<chunkedOutput>true</chunkedOutput>
|
2014-06-05 01:12:24 -04:00
|
|
|
|
<targetDirectory>${basedir}/target/docbkx/book</targetDirectory>
|
2014-07-16 00:24:36 -04:00
|
|
|
|
<preProcess>
|
2014-07-16 18:18:32 -04:00
|
|
|
|
<copy todir="target/docbkx/book/images">
|
2014-08-21 04:50:14 -04:00
|
|
|
|
<fileset dir="src/main/site/resources/images/"/>
|
2014-07-16 18:18:32 -04:00
|
|
|
|
</copy>
|
|
|
|
|
<copy todir="target/docbkx/book/css">
|
2014-08-21 04:50:14 -04:00
|
|
|
|
<fileset dir="src/main/site/resources/css/"/>
|
2014-07-16 00:24:36 -04:00
|
|
|
|
</copy>
|
|
|
|
|
</preProcess>
|
2013-04-07 01:49:57 -04:00
|
|
|
|
</configuration>
|
|
|
|
|
</execution>
|
|
|
|
|
<execution>
|
|
|
|
|
<id>onepage</id>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>generate-html</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
<phase>pre-site</phase>
|
|
|
|
|
<configuration>
|
2014-06-05 01:12:24 -04:00
|
|
|
|
<targetDirectory>${basedir}/target/docbkx/</targetDirectory>
|
2014-09-10 19:06:17 -04:00
|
|
|
|
<includes>book.xml</includes>
|
2014-07-16 00:24:36 -04:00
|
|
|
|
<preProcess>
|
2014-07-16 18:18:32 -04:00
|
|
|
|
<copy todir="target/docbkx/images">
|
2014-08-21 04:50:14 -04:00
|
|
|
|
<fileset dir="src/main/site/resources/images/"/>
|
2014-07-16 18:18:32 -04:00
|
|
|
|
</copy>
|
|
|
|
|
<copy todir="target/docbkx/css">
|
2014-08-21 04:50:14 -04:00
|
|
|
|
<fileset dir="src/main/site/resources/css/"/>
|
2014-07-16 00:24:36 -04:00
|
|
|
|
</copy>
|
|
|
|
|
</preProcess>
|
2012-06-03 17:59:50 -04:00
|
|
|
|
</configuration>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin>
|
2012-09-20 01:05:44 -04:00
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2013-04-07 01:49:57 -04:00
|
|
|
|
<artifactId>maven-resources-plugin</artifactId>
|
|
|
|
|
<!--$NO-MVN-MAN-VER$ -->
|
|
|
|
|
<inherited>false</inherited>
|
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<id>copy-javadocs</id>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>copy-resources</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
<phase>site</phase>
|
|
|
|
|
<configuration>
|
|
|
|
|
<outputDirectory>target/site/apidocs</outputDirectory>
|
|
|
|
|
<resources>
|
|
|
|
|
<resource>
|
|
|
|
|
<directory>${basedir}/target/apidocs</directory>
|
|
|
|
|
<includes>
|
|
|
|
|
<include>**/**</include>
|
|
|
|
|
</includes>
|
|
|
|
|
</resource>
|
|
|
|
|
</resources>
|
|
|
|
|
</configuration>
|
|
|
|
|
</execution>
|
|
|
|
|
<execution>
|
|
|
|
|
<id>copy-docbkx</id>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>copy-resources</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
<phase>site</phase>
|
|
|
|
|
<configuration>
|
|
|
|
|
<outputDirectory>target/site</outputDirectory>
|
|
|
|
|
<resources>
|
|
|
|
|
<resource>
|
|
|
|
|
<directory>${basedir}/target/docbkx</directory>
|
|
|
|
|
<includes>
|
|
|
|
|
<include>**/**</include>
|
|
|
|
|
</includes>
|
|
|
|
|
</resource>
|
|
|
|
|
</resources>
|
|
|
|
|
</configuration>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
<configuration>
|
|
|
|
|
<escapeString>\</escapeString>
|
|
|
|
|
</configuration>
|
2012-09-20 01:05:44 -04:00
|
|
|
|
</plugin>
|
2013-04-07 01:49:57 -04:00
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-site-plugin</artifactId>
|
2014-10-29 16:11:44 -04:00
|
|
|
|
<version>3.4</version>
|
2013-04-07 01:49:57 -04:00
|
|
|
|
<inherited>false</inherited>
|
|
|
|
|
<dependencies>
|
|
|
|
|
<dependency>
|
|
|
|
|
<!-- add support for ssh/scp -->
|
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
|
<artifactId>wagon-ssh</artifactId>
|
|
|
|
|
<version>2.2</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
</dependencies>
|
|
|
|
|
<configuration>
|
2013-07-10 13:59:55 -04:00
|
|
|
|
<siteDirectory>${basedir}/src/main/site</siteDirectory>
|
2013-04-07 01:49:57 -04:00
|
|
|
|
<inputEncoding>UTF-8</inputEncoding>
|
|
|
|
|
<outputEncoding>UTF-8</outputEncoding>
|
|
|
|
|
<templateFile>${basedir}/src/main/site/site.vm</templateFile>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
2014-10-04 00:51:49 -04:00
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.jacoco</groupId>
|
|
|
|
|
<artifactId>jacoco-maven-plugin</artifactId>
|
|
|
|
|
<version>${jacoco.version}</version>
|
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<id>prepare-agent</id>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>prepare-agent</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
</execution>
|
|
|
|
|
<execution>
|
|
|
|
|
<id>report</id>
|
|
|
|
|
<phase>prepare-package</phase>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>report</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
<configuration>
|
|
|
|
|
<skip>${hbase.skip-jacoco}</skip>
|
|
|
|
|
<excludes>
|
|
|
|
|
<exclude>**/generated/**/*.class</exclude>
|
|
|
|
|
</excludes>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
2013-04-07 01:49:57 -04:00
|
|
|
|
</plugins>
|
2010-02-22 18:49:24 -05:00
|
|
|
|
</build>
|
2010-04-20 17:10:44 -04:00
|
|
|
|
<properties>
|
2012-05-26 01:56:04 -04:00
|
|
|
|
<tar.name>${project.build.finalName}.tar.gz</tar.name>
|
2011-12-06 01:43:54 -05:00
|
|
|
|
<maven.build.timestamp.format>
|
|
|
|
|
yyyy-MM-dd'T'HH:mm
|
|
|
|
|
</maven.build.timestamp.format>
|
2012-05-26 01:56:04 -04:00
|
|
|
|
<buildDate>${maven.build.timestamp}</buildDate>
|
2014-08-05 11:00:37 -04:00
|
|
|
|
<compileSource>1.7</compileSource>
|
2014-10-30 12:28:35 -04:00
|
|
|
|
<!-- Build dependencies -->
|
|
|
|
|
<maven.min.version>3.0.3</maven.min.version>
|
|
|
|
|
<java.min.version>${compileSource}</java.min.version>
|
2010-10-03 23:19:26 -04:00
|
|
|
|
<!-- Dependencies -->
|
2014-10-29 14:16:18 -04:00
|
|
|
|
<hadoop-two.version>2.5.1</hadoop-two.version>
|
2014-09-30 01:28:12 -04:00
|
|
|
|
<hadoop-three.version>3.0.0-SNAPSHOT</hadoop-three.version>
|
2010-04-20 17:10:44 -04:00
|
|
|
|
<commons-cli.version>1.2</commons-cli.version>
|
2014-10-29 14:16:18 -04:00
|
|
|
|
<commons-codec.version>1.9</commons-codec.version>
|
2012-06-03 17:59:50 -04:00
|
|
|
|
<!-- pretty outdated -->
|
2012-09-27 02:05:11 -04:00
|
|
|
|
<commons-io.version>2.4</commons-io.version>
|
|
|
|
|
<commons-lang.version>2.6</commons-lang.version>
|
2014-10-29 14:16:18 -04:00
|
|
|
|
<commons-logging.version>1.2</commons-logging.version>
|
|
|
|
|
<commons-math.version>2.2</commons-math.version>
|
|
|
|
|
<disruptor.version>3.3.0</disruptor.version>
|
2013-08-02 15:01:34 -04:00
|
|
|
|
<collections.version>3.2.1</collections.version>
|
2013-09-17 11:41:04 -04:00
|
|
|
|
<httpclient.version>3.1</httpclient.version>
|
2014-06-09 19:42:30 -04:00
|
|
|
|
<metrics-core.version>2.2.0</metrics-core.version>
|
2012-07-11 16:40:23 -04:00
|
|
|
|
<guava.version>12.0.1</guava.version>
|
2012-05-17 16:30:59 -04:00
|
|
|
|
<jackson.version>1.8.8</jackson.version>
|
2010-05-20 01:24:32 -04:00
|
|
|
|
<jasper.version>5.5.23</jasper.version>
|
2013-09-17 11:41:04 -04:00
|
|
|
|
<jaxb-api.version>2.2.2</jaxb-api.version>
|
2010-12-20 03:51:45 -05:00
|
|
|
|
<jetty.version>6.1.26</jetty.version>
|
2010-10-03 23:19:26 -04:00
|
|
|
|
<jetty.jspapi.version>6.1.14</jetty.jspapi.version>
|
2014-06-14 03:23:51 -04:00
|
|
|
|
<jersey.version>1.9</jersey.version>
|
2012-09-27 02:05:11 -04:00
|
|
|
|
<jruby.version>1.6.8</jruby.version>
|
2013-01-16 05:41:29 -05:00
|
|
|
|
<junit.version>4.11</junit.version>
|
2014-04-24 11:01:26 -04:00
|
|
|
|
<htrace.version>3.0.4</htrace.version>
|
2012-08-21 09:22:56 -04:00
|
|
|
|
<log4j.version>1.2.17</log4j.version>
|
2014-10-29 14:16:18 -04:00
|
|
|
|
<mockito-all.version>1.10.8</mockito-all.version>
|
2013-08-21 01:04:20 -04:00
|
|
|
|
<protobuf.version>2.5.0</protobuf.version>
|
2014-11-05 03:59:23 -05:00
|
|
|
|
<thrift.path>thrift</thrift.path>
|
2012-10-19 15:42:56 -04:00
|
|
|
|
<thrift.version>0.9.0</thrift.version>
|
2014-03-13 22:53:02 -04:00
|
|
|
|
<zookeeper.version>3.4.6</zookeeper.version>
|
2014-10-29 14:16:18 -04:00
|
|
|
|
<slf4j.version>1.7.7</slf4j.version>
|
2011-06-07 16:53:25 -04:00
|
|
|
|
<hadoop-snappy.version>0.0.1-SNAPSHOT</hadoop-snappy.version>
|
2012-05-01 17:08:11 -04:00
|
|
|
|
<clover.version>2.6.3</clover.version>
|
2012-05-26 01:56:04 -04:00
|
|
|
|
<jamon-runtime.version>2.3.1</jamon-runtime.version>
|
2014-10-29 14:16:18 -04:00
|
|
|
|
<jettison.version>1.3.3</jettison.version>
|
|
|
|
|
<netty.version>4.0.23.Final</netty.version>
|
2014-10-03 02:06:32 -04:00
|
|
|
|
<joni.version>2.1.2</joni.version>
|
2012-05-26 01:56:04 -04:00
|
|
|
|
<!-- Plugin Dependencies -->
|
2013-03-29 14:49:42 -04:00
|
|
|
|
<maven.assembly.version>2.4</maven.assembly.version>
|
2012-05-26 01:56:04 -04:00
|
|
|
|
<maven.antrun.version>1.6</maven.antrun.version>
|
|
|
|
|
<jamon.plugin.version>2.3.4</jamon.plugin.version>
|
2013-01-08 03:31:11 -05:00
|
|
|
|
<findbugs-annotations>1.3.9-1</findbugs-annotations>
|
2012-12-18 14:07:34 -05:00
|
|
|
|
<javadoc.version>2.9</javadoc.version>
|
2012-05-26 01:56:04 -04:00
|
|
|
|
<!-- General Packaging -->
|
[jira] [HBASE-4908] HBase cluster test tool (port from 0.89-fb)
Summary:
Porting one of our HBase cluster test tools (a single-process multi-threaded
load generator and verifier) from 0.89-fb to trunk.
I cleaned up the code a bit compared to what's in 0.89-fb, and discovered that
it has some features that I have not tried yet (some kind of a kill test, and
some way to run HBase as multiple processes on one machine).
The main utility of this piece of code for us has been the HBaseClusterTest
command-line tool (called HBaseTest in 0.89-fb), which we usually invoke as a
load test in our five-node dev cluster testing, e.g.:
hbase org.apache.hadoop.hbase.util.LoadTestTool -write 50:100:20 -tn loadtest4
-read 100:10 -zk <zk_quorum_node> -bloom ROWCOL -compression LZO -key_window 5
-max_read_errors 10000 -num_keys 10000000000 -start_key 0
Test Plan:
Run this on a dev cluster. Run all unit tests.
Reviewers: stack, Karthik, Kannan, nspiegelberg, JIRA
Reviewed By: nspiegelberg
CC: stack, nspiegelberg, mbautin, Karthik
Differential Revision: 549
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1211746 13f79535-47bb-0310-9956-ffa450edef68
2011-12-07 21:38:27 -05:00
|
|
|
|
<package.prefix>/usr</package.prefix>
|
|
|
|
|
<package.conf.dir>/etc/hbase</package.conf.dir>
|
2011-03-15 18:20:08 -04:00
|
|
|
|
<package.log.dir>/var/log/hbase</package.log.dir>
|
|
|
|
|
<package.pid.dir>/var/run/hbase</package.pid.dir>
|
[jira] [HBASE-4908] HBase cluster test tool (port from 0.89-fb)
Summary:
Porting one of our HBase cluster test tools (a single-process multi-threaded
load generator and verifier) from 0.89-fb to trunk.
I cleaned up the code a bit compared to what's in 0.89-fb, and discovered that
it has some features that I have not tried yet (some kind of a kill test, and
some way to run HBase as multiple processes on one machine).
The main utility of this piece of code for us has been the HBaseClusterTest
command-line tool (called HBaseTest in 0.89-fb), which we usually invoke as a
load test in our five-node dev cluster testing, e.g.:
hbase org.apache.hadoop.hbase.util.LoadTestTool -write 50:100:20 -tn loadtest4
-read 100:10 -zk <zk_quorum_node> -bloom ROWCOL -compression LZO -key_window 5
-max_read_errors 10000 -num_keys 10000000000 -start_key 0
Test Plan:
Run this on a dev cluster. Run all unit tests.
Reviewers: stack, Karthik, Kannan, nspiegelberg, JIRA
Reviewed By: nspiegelberg
CC: stack, nspiegelberg, mbautin, Karthik
Differential Revision: 549
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1211746 13f79535-47bb-0310-9956-ffa450edef68
2011-12-07 21:38:27 -05:00
|
|
|
|
<package.release>1</package.release>
|
2011-09-17 14:23:31 -04:00
|
|
|
|
<final.name>${project.artifactId}-${project.version}</final.name>
|
2012-05-26 01:56:04 -04:00
|
|
|
|
<!-- Intraproject jar naming properties -->
|
|
|
|
|
<!-- TODO this is pretty ugly, but works for the moment.
|
|
|
|
|
Modules are pretty heavy-weight things, so doing this work isn't too bad. -->
|
|
|
|
|
<server.test.jar>hbase-server-${project.version}-tests.jar</server.test.jar>
|
2013-01-16 21:11:44 -05:00
|
|
|
|
<common.test.jar>hbase-common-${project.version}-tests.jar</common.test.jar>
|
2012-11-29 01:47:34 -05:00
|
|
|
|
<it.test.jar>hbase-it-${project.version}-tests.jar</it.test.jar>
|
2014-10-27 18:40:35 -04:00
|
|
|
|
<annotations.test.jar>hbase-annotations-${project.version}-tests.jar</annotations.test.jar>
|
2014-10-29 18:36:19 -04:00
|
|
|
|
<surefire.version>2.18-SNAPSHOT</surefire.version>
|
2011-12-05 16:20:04 -05:00
|
|
|
|
<surefire.provider>surefire-junit47</surefire.provider>
|
2012-01-01 10:22:43 -05:00
|
|
|
|
<!-- default: run small & medium, medium with 2 threads -->
|
[jira] [HBASE-4908] HBase cluster test tool (port from 0.89-fb)
Summary:
Porting one of our HBase cluster test tools (a single-process multi-threaded
load generator and verifier) from 0.89-fb to trunk.
I cleaned up the code a bit compared to what's in 0.89-fb, and discovered that
it has some features that I have not tried yet (some kind of a kill test, and
some way to run HBase as multiple processes on one machine).
The main utility of this piece of code for us has been the HBaseClusterTest
command-line tool (called HBaseTest in 0.89-fb), which we usually invoke as a
load test in our five-node dev cluster testing, e.g.:
hbase org.apache.hadoop.hbase.util.LoadTestTool -write 50:100:20 -tn loadtest4
-read 100:10 -zk <zk_quorum_node> -bloom ROWCOL -compression LZO -key_window 5
-max_read_errors 10000 -num_keys 10000000000 -start_key 0
Test Plan:
Run this on a dev cluster. Run all unit tests.
Reviewers: stack, Karthik, Kannan, nspiegelberg, JIRA
Reviewed By: nspiegelberg
CC: stack, nspiegelberg, mbautin, Karthik
Differential Revision: 549
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1211746 13f79535-47bb-0310-9956-ffa450edef68
2011-12-07 21:38:27 -05:00
|
|
|
|
<surefire.skipFirstPart>false</surefire.skipFirstPart>
|
2011-12-05 16:20:04 -05:00
|
|
|
|
<surefire.skipSecondPart>false</surefire.skipSecondPart>
|
2014-08-21 04:50:14 -04:00
|
|
|
|
<surefire.firstPartForkCount>1</surefire.firstPartForkCount>
|
|
|
|
|
<surefire.secondPartForkCount>2</surefire.secondPartForkCount>
|
2014-09-13 00:37:06 -04:00
|
|
|
|
<surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.SmallTests</surefire.firstPartGroups>
|
|
|
|
|
<surefire.secondPartGroups>org.apache.hadoop.hbase.testclassification.MediumTests</surefire.secondPartGroups>
|
2014-02-19 16:50:42 -05:00
|
|
|
|
<surefire.testFailureIgnore>false</surefire.testFailureIgnore>
|
2012-03-02 13:32:36 -05:00
|
|
|
|
<test.output.tofile>true</test.output.tofile>
|
2013-01-22 15:00:53 -05:00
|
|
|
|
<surefire.timeout>900</surefire.timeout>
|
2014-10-02 16:35:15 -04:00
|
|
|
|
<hbase-surefire.argLine>-enableassertions -XX:MaxDirectMemorySize=1G -Xmx1900m
|
|
|
|
|
-XX:MaxPermSize=256m -Djava.security.egd=file:/dev/./urandom -Djava.net.preferIPv4Stack=true
|
|
|
|
|
-Djava.awt.headless=true
|
|
|
|
|
</hbase-surefire.argLine>
|
|
|
|
|
<hbase-surefire.cygwin-argline>-enableassertions -Xmx1900m -XX:MaxPermSize=256m
|
|
|
|
|
-Djava.security.egd=file:/dev/./urandom -Djava.net.preferIPv4Stack=true
|
|
|
|
|
"-Djava.library.path=${hadoop.library.path};${java.library.path}"
|
|
|
|
|
</hbase-surefire.cygwin-argline>
|
2014-10-04 00:51:49 -04:00
|
|
|
|
<hbase.skip-jacoco>true</hbase.skip-jacoco>
|
|
|
|
|
<jacoco.version>0.6.2.201302030002</jacoco.version>
|
2010-04-20 17:10:44 -04:00
|
|
|
|
</properties>
|
2010-10-03 23:19:26 -04:00
|
|
|
|
<!-- Sorted by groups of dependencies then groupId and artifactId -->
|
2012-05-26 01:56:04 -04:00
|
|
|
|
<dependencyManagement>
|
|
|
|
|
<dependencies>
|
2012-06-03 17:59:50 -04:00
|
|
|
|
<!--
|
2010-10-03 23:19:26 -04:00
|
|
|
|
Note: There are a few exclusions to prevent duplicate code in different jars to be included:
|
2014-02-07 12:06:00 -05:00
|
|
|
|
org.mortbay.jetty:servlet-api, javax.servlet:servlet-api: These are excluded because they are
|
2010-10-03 23:19:26 -04:00
|
|
|
|
the same implementations. I chose org.mortbay.jetty:servlet-api-2.5 instead, which is a third
|
|
|
|
|
implementation of the same, because Hadoop also uses this version
|
2014-02-07 12:06:00 -05:00
|
|
|
|
javax.servlet:jsp-api in favour of org.mortbay.jetty:jsp-api-2.1
|
2012-05-26 01:56:04 -04:00
|
|
|
|
-->
|
|
|
|
|
<!-- Intra-module dependencies -->
|
2014-09-22 21:46:35 -04:00
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.hbase</groupId>
|
|
|
|
|
<artifactId>hbase-annotations</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
2014-10-07 02:16:22 -04:00
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.hbase</groupId>
|
|
|
|
|
<artifactId>hbase-annotations</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
<type>test-jar</type>
|
2014-10-27 17:58:55 -04:00
|
|
|
|
<!--Was test scope only but if we want to run hbase-it tests, need the annotations test jar-->
|
2014-10-07 02:16:22 -04:00
|
|
|
|
</dependency>
|
2012-05-30 19:51:44 -04:00
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.hbase</groupId>
|
|
|
|
|
<artifactId>hbase-common</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
2012-09-26 08:23:43 -04:00
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.hbase</groupId>
|
|
|
|
|
<artifactId>hbase-common</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
<type>test-jar</type>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
2012-11-20 18:26:00 -05:00
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.hbase</groupId>
|
|
|
|
|
<artifactId>hbase-protocol</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
2012-07-17 18:02:06 -04:00
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.hbase</groupId>
|
|
|
|
|
<artifactId>hbase-hadoop-compat</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
2012-09-07 01:28:31 -04:00
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.hbase</groupId>
|
|
|
|
|
<artifactId>hbase-hadoop-compat</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
<type>test-jar</type>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
2012-07-17 18:02:06 -04:00
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.hbase</groupId>
|
|
|
|
|
<artifactId>${compat.module}</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
2012-09-07 01:28:31 -04:00
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.hbase</groupId>
|
|
|
|
|
<artifactId>${compat.module}</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
<type>test-jar</type>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
2012-05-26 01:56:04 -04:00
|
|
|
|
<dependency>
|
|
|
|
|
<artifactId>hbase-server</artifactId>
|
|
|
|
|
<groupId>org.apache.hbase</groupId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<artifactId>hbase-server</artifactId>
|
|
|
|
|
<groupId>org.apache.hbase</groupId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
<type>test-jar</type>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
2013-09-23 12:40:51 -04:00
|
|
|
|
<dependency>
|
|
|
|
|
<artifactId>hbase-shell</artifactId>
|
|
|
|
|
<groupId>org.apache.hbase</groupId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<artifactId>hbase-shell</artifactId>
|
|
|
|
|
<groupId>org.apache.hbase</groupId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
<type>test-jar</type>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
2013-09-20 16:44:22 -04:00
|
|
|
|
<dependency>
|
|
|
|
|
<artifactId>hbase-thrift</artifactId>
|
|
|
|
|
<groupId>org.apache.hbase</groupId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<artifactId>hbase-thrift</artifactId>
|
|
|
|
|
<groupId>org.apache.hbase</groupId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
<type>test-jar</type>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
2014-08-21 04:50:14 -04:00
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.hbase</groupId>
|
|
|
|
|
<artifactId>hbase-testing-util</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
2013-02-06 19:36:24 -05:00
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.hbase</groupId>
|
|
|
|
|
<artifactId>hbase-prefix-tree</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
<!-- unfortunately, runtime scope causes Eclipse to give compile time access which isn't
|
|
|
|
|
needed, however it is apparently needed to run things within Eclipse -->
|
|
|
|
|
<scope>runtime</scope>
|
|
|
|
|
</dependency>
|
2012-11-06 16:22:27 -05:00
|
|
|
|
<dependency>
|
|
|
|
|
<artifactId>hbase-examples</artifactId>
|
|
|
|
|
<groupId>org.apache.hbase</groupId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
2012-11-29 01:47:34 -05:00
|
|
|
|
<dependency>
|
|
|
|
|
<artifactId>hbase-it</artifactId>
|
|
|
|
|
<groupId>org.apache.hbase</groupId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
<type>test-jar</type>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
2012-12-03 16:30:19 -05:00
|
|
|
|
<dependency>
|
|
|
|
|
<artifactId>hbase-client</artifactId>
|
|
|
|
|
<groupId>org.apache.hbase</groupId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
2012-05-26 01:56:04 -04:00
|
|
|
|
<!-- General dependencies -->
|
2012-07-19 00:20:20 -04:00
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.codehaus.jettison</groupId>
|
|
|
|
|
<artifactId>jettison</artifactId>
|
|
|
|
|
<version>${jettison.version}</version>
|
|
|
|
|
</dependency>
|
2013-08-02 15:01:34 -04:00
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>log4j</groupId>
|
|
|
|
|
<artifactId>log4j</artifactId>
|
|
|
|
|
<version>${log4j.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!--This is not used by hbase directly. Used by thrift,
|
|
|
|
|
yammer and zk.-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
|
<version>${slf4j.version}</version>
|
|
|
|
|
</dependency>
|
2012-05-30 11:09:36 -04:00
|
|
|
|
<dependency>
|
2012-05-30 19:51:44 -04:00
|
|
|
|
<groupId>com.yammer.metrics</groupId>
|
|
|
|
|
<artifactId>metrics-core</artifactId>
|
|
|
|
|
<version>${metrics-core.version}</version>
|
2012-05-30 11:09:36 -04:00
|
|
|
|
</dependency>
|
2012-05-26 01:56:04 -04:00
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
|
|
<artifactId>guava</artifactId>
|
|
|
|
|
<version>${guava.version}</version>
|
|
|
|
|
</dependency>
|
2013-08-02 15:01:34 -04:00
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>commons-collections</groupId>
|
|
|
|
|
<artifactId>commons-collections</artifactId>
|
|
|
|
|
<version>${collections.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>commons-httpclient</groupId>
|
|
|
|
|
<artifactId>commons-httpclient</artifactId>
|
|
|
|
|
<version>${httpclient.version}</version>
|
|
|
|
|
</dependency>
|
2012-05-26 01:56:04 -04:00
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>commons-cli</groupId>
|
|
|
|
|
<artifactId>commons-cli</artifactId>
|
|
|
|
|
<version>${commons-cli.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>commons-codec</groupId>
|
|
|
|
|
<artifactId>commons-codec</artifactId>
|
|
|
|
|
<version>${commons-codec.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
|
|
<version>${commons-io.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>commons-lang</groupId>
|
|
|
|
|
<artifactId>commons-lang</artifactId>
|
|
|
|
|
<version>${commons-lang.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>commons-logging</groupId>
|
|
|
|
|
<artifactId>commons-logging</artifactId>
|
|
|
|
|
<version>${commons-logging.version}</version>
|
|
|
|
|
</dependency>
|
2012-05-30 16:53:15 -04:00
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
|
<artifactId>commons-math</artifactId>
|
|
|
|
|
<version>${commons-math.version}</version>
|
|
|
|
|
</dependency>
|
2012-05-26 01:56:04 -04:00
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.zookeeper</groupId>
|
|
|
|
|
<artifactId>zookeeper</artifactId>
|
|
|
|
|
<version>${zookeeper.version}</version>
|
|
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>jline</groupId>
|
|
|
|
|
<artifactId>jline</artifactId>
|
|
|
|
|
</exclusion>
|
2013-07-29 19:12:29 -04:00
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>com.sun.jmx</groupId>
|
|
|
|
|
<artifactId>jmxri</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>com.sun.jdmk</groupId>
|
|
|
|
|
<artifactId>jmxtools</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>javax.jms</groupId>
|
|
|
|
|
<artifactId>jms</artifactId>
|
|
|
|
|
</exclusion>
|
2013-09-23 12:55:09 -04:00
|
|
|
|
<exclusion>
|
2014-05-20 06:57:11 -04:00
|
|
|
|
<groupId>io.netty</groupId>
|
2013-09-23 12:55:09 -04:00
|
|
|
|
<artifactId>netty</artifactId>
|
|
|
|
|
</exclusion>
|
2012-05-26 01:56:04 -04:00
|
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
2013-09-23 12:55:09 -04:00
|
|
|
|
<groupId>io.netty</groupId>
|
2014-05-20 06:57:11 -04:00
|
|
|
|
<artifactId>netty-all</artifactId>
|
2013-09-23 12:55:09 -04:00
|
|
|
|
<version>${netty.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
2012-05-26 01:56:04 -04:00
|
|
|
|
<groupId>org.apache.thrift</groupId>
|
|
|
|
|
<artifactId>libthrift</artifactId>
|
|
|
|
|
<version>${thrift.version}</version>
|
|
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
|
<artifactId>slf4j-simple</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.jruby</groupId>
|
|
|
|
|
<artifactId>jruby-complete</artifactId>
|
|
|
|
|
<version>${jruby.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.mortbay.jetty</groupId>
|
|
|
|
|
<artifactId>jetty</artifactId>
|
|
|
|
|
<version>${jetty.version}</version>
|
|
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>org.mortbay.jetty</groupId>
|
|
|
|
|
<artifactId>servlet-api</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
2014-10-03 02:06:32 -04:00
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.jruby.joni</groupId>
|
|
|
|
|
<artifactId>joni</artifactId>
|
|
|
|
|
<version>${joni.version}</version>
|
|
|
|
|
</dependency>
|
2012-05-26 01:56:04 -04:00
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.mortbay.jetty</groupId>
|
|
|
|
|
<artifactId>jetty-util</artifactId>
|
|
|
|
|
<version>${jetty.version}</version>
|
|
|
|
|
</dependency>
|
2013-07-15 12:55:10 -04:00
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.mortbay.jetty</groupId>
|
|
|
|
|
<artifactId>jetty-sslengine</artifactId>
|
|
|
|
|
<version>${jetty.version}</version>
|
|
|
|
|
</dependency>
|
2012-05-26 01:56:04 -04:00
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.mortbay.jetty</groupId>
|
|
|
|
|
<artifactId>jsp-2.1</artifactId>
|
|
|
|
|
<version>${jetty.jspapi.version}</version>
|
|
|
|
|
<exclusions>
|
2014-02-26 18:57:31 -05:00
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>org.eclipse.jdt</groupId>
|
|
|
|
|
<artifactId>core</artifactId>
|
|
|
|
|
</exclusion>
|
2012-05-26 01:56:04 -04:00
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>ant</groupId>
|
|
|
|
|
<artifactId>ant</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.mortbay.jetty</groupId>
|
|
|
|
|
<artifactId>jsp-api-2.1</artifactId>
|
|
|
|
|
<version>${jetty.jspapi.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.mortbay.jetty</groupId>
|
|
|
|
|
<artifactId>servlet-api-2.5</artifactId>
|
|
|
|
|
<version>${jetty.jspapi.version}</version>
|
|
|
|
|
</dependency>
|
2012-08-17 20:31:55 -04:00
|
|
|
|
<!-- While jackson is also a dependency of jersey it
|
2012-05-26 01:56:04 -04:00
|
|
|
|
can bring in jars from different, incompatible versions. We force
|
|
|
|
|
the same version with these dependencies -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.codehaus.jackson</groupId>
|
|
|
|
|
<artifactId>jackson-core-asl</artifactId>
|
|
|
|
|
<version>${jackson.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.codehaus.jackson</groupId>
|
|
|
|
|
<artifactId>jackson-mapper-asl</artifactId>
|
|
|
|
|
<version>${jackson.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.codehaus.jackson</groupId>
|
|
|
|
|
<artifactId>jackson-jaxrs</artifactId>
|
|
|
|
|
<version>${jackson.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.codehaus.jackson</groupId>
|
|
|
|
|
<artifactId>jackson-xc</artifactId>
|
|
|
|
|
<version>${jackson.version}</version>
|
|
|
|
|
</dependency>
|
2012-06-03 17:59:50 -04:00
|
|
|
|
<dependency>
|
|
|
|
|
<!--If this is not in the runtime lib, we get odd
|
2010-05-20 05:02:18 -04:00
|
|
|
|
"2009-02-27 11:38:39.504::WARN: failed jsp
|
|
|
|
|
java.lang.NoSuchFieldError: IS_SECURITY_ENABLED"
|
|
|
|
|
exceptions out of jetty deploying webapps.
|
|
|
|
|
St.Ack Thu May 20 01:04:41 PDT 2010
|
|
|
|
|
-->
|
2012-05-26 01:56:04 -04:00
|
|
|
|
<groupId>tomcat</groupId>
|
|
|
|
|
<artifactId>jasper-compiler</artifactId>
|
|
|
|
|
<version>${jasper.version}</version>
|
|
|
|
|
<scope>runtime</scope>
|
|
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
|
<artifactId>jsp-api</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
|
<artifactId>servlet-api</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>ant</groupId>
|
|
|
|
|
<artifactId>ant</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>tomcat</groupId>
|
|
|
|
|
<artifactId>jasper-runtime</artifactId>
|
|
|
|
|
<version>${jasper.version}</version>
|
|
|
|
|
<scope>runtime</scope>
|
|
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
|
<artifactId>servlet-api</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.jamon</groupId>
|
|
|
|
|
<artifactId>jamon-runtime</artifactId>
|
|
|
|
|
<version>${jamon-runtime.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- REST dependencies -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.google.protobuf</groupId>
|
|
|
|
|
<artifactId>protobuf-java</artifactId>
|
|
|
|
|
<version>${protobuf.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.sun.jersey</groupId>
|
|
|
|
|
<artifactId>jersey-core</artifactId>
|
|
|
|
|
<version>${jersey.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.sun.jersey</groupId>
|
|
|
|
|
<artifactId>jersey-json</artifactId>
|
|
|
|
|
<version>${jersey.version}</version>
|
2014-02-07 12:06:00 -05:00
|
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>stax</groupId>
|
|
|
|
|
<artifactId>stax-api</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
2012-05-26 01:56:04 -04:00
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.sun.jersey</groupId>
|
|
|
|
|
<artifactId>jersey-server</artifactId>
|
|
|
|
|
<version>${jersey.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>javax.xml.bind</groupId>
|
|
|
|
|
<artifactId>jaxb-api</artifactId>
|
|
|
|
|
<version>${jaxb-api.version}</version>
|
|
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>javax.xml.stream</groupId>
|
|
|
|
|
<artifactId>stax-api</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
|
<version>${junit.version}</version>
|
2012-12-03 16:30:19 -05:00
|
|
|
|
</dependency>
|
2012-05-26 01:56:04 -04:00
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.mockito</groupId>
|
|
|
|
|
<artifactId>mockito-all</artifactId>
|
|
|
|
|
<version>${mockito-all.version}</version>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
2013-04-25 01:02:07 -04:00
|
|
|
|
<dependency>
|
2014-03-21 18:46:03 -04:00
|
|
|
|
<groupId>org.htrace</groupId>
|
2013-08-14 19:20:51 -04:00
|
|
|
|
<artifactId>htrace-core</artifactId>
|
|
|
|
|
<version>${htrace.version}</version>
|
|
|
|
|
</dependency>
|
2014-01-25 23:41:39 -05:00
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.lmax</groupId>
|
|
|
|
|
<artifactId>disruptor</artifactId>
|
|
|
|
|
<version>${disruptor.version}</version>
|
|
|
|
|
</dependency>
|
2012-05-26 01:56:04 -04:00
|
|
|
|
</dependencies>
|
|
|
|
|
</dependencyManagement>
|
|
|
|
|
<!-- Dependencies needed by subprojects -->
|
|
|
|
|
<dependencies>
|
2012-12-28 08:56:15 -05:00
|
|
|
|
<dependency>
|
2013-01-08 03:31:11 -05:00
|
|
|
|
<groupId>com.github.stephenc.findbugs</groupId>
|
|
|
|
|
<artifactId>findbugs-annotations</artifactId>
|
|
|
|
|
<version>${findbugs-annotations}</version>
|
2012-12-28 08:56:15 -05:00
|
|
|
|
<scope>compile</scope>
|
|
|
|
|
</dependency>
|
2013-08-02 15:01:34 -04:00
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>log4j</groupId>
|
|
|
|
|
<artifactId>log4j</artifactId>
|
|
|
|
|
</dependency>
|
2010-05-20 01:24:32 -04:00
|
|
|
|
<!-- Test dependencies -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
|
</dependency>
|
2010-06-01 20:40:48 -04:00
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.mockito</groupId>
|
|
|
|
|
<artifactId>mockito-all</artifactId>
|
2010-05-20 01:24:32 -04:00
|
|
|
|
</dependency>
|
|
|
|
|
</dependencies>
|
2010-04-12 19:50:51 -04:00
|
|
|
|
<!--
|
|
|
|
|
To publish, use the following settings.xml file ( placed in ~/.m2/settings.xml )
|
2010-02-24 15:17:17 -05:00
|
|
|
|
|
2010-04-12 19:50:51 -04:00
|
|
|
|
<settings>
|
|
|
|
|
<servers>
|
|
|
|
|
<server>
|
|
|
|
|
<id>apache.releases.https</id>
|
|
|
|
|
<username>hbase_committer</username>
|
|
|
|
|
<password>********</password>
|
|
|
|
|
</server>
|
|
|
|
|
|
|
|
|
|
<server>
|
|
|
|
|
<id>apache.snapshots.https</id>
|
|
|
|
|
<username>hbase_committer</username>
|
|
|
|
|
<password>********</password>
|
|
|
|
|
</server>
|
|
|
|
|
|
|
|
|
|
</servers>
|
|
|
|
|
</settings>
|
|
|
|
|
|
|
|
|
|
$ mvn deploy
|
|
|
|
|
(or)
|
2010-06-07 19:06:24 -04:00
|
|
|
|
$ mvn -s /my/path/settings.xml deploy
|
2010-04-12 19:50:51 -04:00
|
|
|
|
|
|
|
|
|
-->
|
2011-03-15 18:20:08 -04:00
|
|
|
|
<profiles>
|
2011-06-06 19:16:09 -04:00
|
|
|
|
<profile>
|
|
|
|
|
<id>os.linux</id>
|
|
|
|
|
<activation>
|
|
|
|
|
<activeByDefault>false</activeByDefault>
|
|
|
|
|
<os>
|
|
|
|
|
<family>Linux</family>
|
|
|
|
|
</os>
|
|
|
|
|
</activation>
|
|
|
|
|
<properties>
|
|
|
|
|
<build.platform>${os.name}-${os.arch}-${sun.arch.data.model}</build.platform>
|
|
|
|
|
</properties>
|
|
|
|
|
</profile>
|
|
|
|
|
<profile>
|
2012-05-26 01:56:04 -04:00
|
|
|
|
<id>os.mac</id>
|
|
|
|
|
<activation>
|
|
|
|
|
<os>
|
|
|
|
|
<family>Mac</family>
|
|
|
|
|
</os>
|
|
|
|
|
</activation>
|
|
|
|
|
<properties>
|
|
|
|
|
<build.platform>Mac_OS_X-${sun.arch.data.model}</build.platform>
|
|
|
|
|
</properties>
|
2011-06-06 19:16:09 -04:00
|
|
|
|
</profile>
|
2013-01-30 16:31:21 -05:00
|
|
|
|
<profile>
|
|
|
|
|
<id>os.windows</id>
|
|
|
|
|
<activation>
|
|
|
|
|
<os>
|
|
|
|
|
<family>Windows</family>
|
|
|
|
|
</os>
|
|
|
|
|
</activation>
|
|
|
|
|
<properties>
|
|
|
|
|
<build.platform>cygwin</build.platform>
|
|
|
|
|
</properties>
|
|
|
|
|
<build>
|
|
|
|
|
<pluginManagement>
|
2013-04-07 01:49:57 -04:00
|
|
|
|
<plugins>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
|
<configuration>
|
2014-10-04 00:51:49 -04:00
|
|
|
|
<argLine>${hbase-surefire.cygwin-argline} ${argLine}</argLine>
|
2013-04-07 01:49:57 -04:00
|
|
|
|
<systemProperties>
|
|
|
|
|
<property>
|
|
|
|
|
<name>java.net.preferIPv4Stack</name>
|
|
|
|
|
<value>true</value>
|
|
|
|
|
</property>
|
|
|
|
|
</systemProperties>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
</plugins>
|
2013-01-30 16:31:21 -05:00
|
|
|
|
</pluginManagement>
|
|
|
|
|
</build>
|
|
|
|
|
</profile>
|
2012-02-11 17:12:23 -05:00
|
|
|
|
<!-- this profile should be activated for release builds -->
|
|
|
|
|
<profile>
|
|
|
|
|
<id>release</id>
|
|
|
|
|
<build>
|
2012-06-03 17:59:50 -04:00
|
|
|
|
<plugins>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.rat</groupId>
|
2012-02-11 17:12:23 -05:00
|
|
|
|
<artifactId>apache-rat-plugin</artifactId>
|
2012-06-03 17:59:50 -04:00
|
|
|
|
<executions>
|
2012-02-11 17:12:23 -05:00
|
|
|
|
<execution>
|
|
|
|
|
<phase>package</phase>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>check</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin>
|
|
|
|
|
</plugins>
|
|
|
|
|
</build>
|
|
|
|
|
</profile>
|
2012-06-03 17:59:50 -04:00
|
|
|
|
<!-- Dependency management profiles for submodules when building against specific hadoop branches.-->
|
2012-05-26 01:56:04 -04:00
|
|
|
|
<!-- Submodules that need hadoop dependencies should declare
|
|
|
|
|
profiles with activation properties matching the profile here.
|
|
|
|
|
Generally, it should be sufficient to copy the first
|
|
|
|
|
few lines of the profile you want to match. -->
|
2012-10-25 16:50:41 -04:00
|
|
|
|
<!-- profile for building against Hadoop 2.0.x
|
2013-12-06 17:28:03 -05:00
|
|
|
|
This is the default.
|
|
|
|
|
-->
|
2011-08-23 18:47:53 -04:00
|
|
|
|
<profile>
|
2012-05-26 01:56:04 -04:00
|
|
|
|
<id>hadoop-2.0</id>
|
2011-08-23 18:47:53 -04:00
|
|
|
|
<activation>
|
|
|
|
|
<property>
|
2014-09-13 00:37:06 -04:00
|
|
|
|
<!--Below formatting for dev-support/generate-hadoopX-poms.sh-->
|
|
|
|
|
<!--h2--><name>!hadoop.profile</name>
|
2011-08-23 18:47:53 -04:00
|
|
|
|
</property>
|
|
|
|
|
</activation>
|
2013-01-23 18:45:36 -05:00
|
|
|
|
<modules>
|
|
|
|
|
<module>hbase-hadoop2-compat</module>
|
|
|
|
|
</modules>
|
2011-08-23 18:47:53 -04:00
|
|
|
|
<properties>
|
2012-07-17 18:02:06 -04:00
|
|
|
|
<hadoop.version>${hadoop-two.version}</hadoop.version>
|
|
|
|
|
<compat.module>hbase-hadoop2-compat</compat.module>
|
2013-04-07 01:49:57 -04:00
|
|
|
|
<assembly.file>src/main/assembly/hadoop-two-compat.xml</assembly.file>
|
2011-08-23 18:47:53 -04:00
|
|
|
|
</properties>
|
2012-05-26 01:56:04 -04:00
|
|
|
|
<dependencyManagement>
|
|
|
|
|
<dependencies>
|
2013-08-02 15:01:34 -04:00
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.hadoop</groupId>
|
|
|
|
|
<artifactId>hadoop-mapreduce-client-core</artifactId>
|
|
|
|
|
<version>${hadoop-two.version}</version>
|
2014-05-20 06:57:11 -04:00
|
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>io.netty</groupId>
|
|
|
|
|
<artifactId>netty</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
2013-08-02 15:01:34 -04:00
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.hadoop</groupId>
|
|
|
|
|
<artifactId>hadoop-mapreduce-client-jobclient</artifactId>
|
|
|
|
|
<version>${hadoop-two.version}</version>
|
2014-05-20 06:57:11 -04:00
|
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>io.netty</groupId>
|
|
|
|
|
<artifactId>netty</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
2013-08-02 15:01:34 -04:00
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.hadoop</groupId>
|
|
|
|
|
<artifactId>hadoop-mapreduce-client-jobclient</artifactId>
|
|
|
|
|
<version>${hadoop-two.version}</version>
|
|
|
|
|
<type>test-jar</type>
|
2014-01-28 20:19:28 -05:00
|
|
|
|
<scope>test</scope>
|
2014-05-20 06:57:11 -04:00
|
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>io.netty</groupId>
|
|
|
|
|
<artifactId>netty</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
2013-08-02 15:01:34 -04:00
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.hadoop</groupId>
|
|
|
|
|
<artifactId>hadoop-hdfs</artifactId>
|
2014-08-21 04:50:14 -04:00
|
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>javax.servlet.jsp</groupId>
|
|
|
|
|
<artifactId>jsp-api</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
|
<artifactId>servlet-api</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>stax</groupId>
|
|
|
|
|
<artifactId>stax-api</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
2013-08-02 15:01:34 -04:00
|
|
|
|
<version>${hadoop-two.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.hadoop</groupId>
|
|
|
|
|
<artifactId>hadoop-hdfs</artifactId>
|
|
|
|
|
<version>${hadoop-two.version}</version>
|
|
|
|
|
<type>test-jar</type>
|
2014-01-28 20:19:28 -05:00
|
|
|
|
<scope>test</scope>
|
2014-08-21 04:50:14 -04:00
|
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>javax.servlet.jsp</groupId>
|
|
|
|
|
<artifactId>jsp-api</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
|
<artifactId>servlet-api</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>stax</groupId>
|
|
|
|
|
<artifactId>stax-api</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
2013-08-02 15:01:34 -04:00
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.hadoop</groupId>
|
|
|
|
|
<artifactId>hadoop-auth</artifactId>
|
|
|
|
|
<version>${hadoop-two.version}</version>
|
|
|
|
|
</dependency>
|
2012-05-26 01:56:04 -04:00
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.hadoop</groupId>
|
2013-05-01 00:20:01 -04:00
|
|
|
|
<artifactId>hadoop-common</artifactId>
|
|
|
|
|
<version>${hadoop-two.version}</version>
|
2014-02-07 12:06:00 -05:00
|
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>javax.servlet.jsp</groupId>
|
|
|
|
|
<artifactId>jsp-api</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
|
<artifactId>servlet-api</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>stax</groupId>
|
|
|
|
|
<artifactId>stax-api</artifactId>
|
|
|
|
|
</exclusion>
|
2014-05-20 06:57:11 -04:00
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>io.netty</groupId>
|
|
|
|
|
<artifactId>netty</artifactId>
|
|
|
|
|
</exclusion>
|
2014-02-07 12:06:00 -05:00
|
|
|
|
</exclusions>
|
2013-05-01 00:20:01 -04:00
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.hadoop</groupId>
|
2012-05-26 01:56:04 -04:00
|
|
|
|
<artifactId>hadoop-client</artifactId>
|
2012-07-17 18:02:06 -04:00
|
|
|
|
<version>${hadoop-two.version}</version>
|
2012-05-26 01:56:04 -04:00
|
|
|
|
</dependency>
|
2012-10-25 16:50:41 -04:00
|
|
|
|
<!-- This was marked as test dep in earlier pom, but was scoped compile.
|
2012-05-26 01:56:04 -04:00
|
|
|
|
Where do we actually need it? -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.hadoop</groupId>
|
|
|
|
|
<artifactId>hadoop-minicluster</artifactId>
|
2012-07-17 18:02:06 -04:00
|
|
|
|
<version>${hadoop-two.version}</version>
|
2014-02-07 12:06:00 -05:00
|
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>javax.servlet.jsp</groupId>
|
|
|
|
|
<artifactId>jsp-api</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
|
<artifactId>servlet-api</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>stax</groupId>
|
|
|
|
|
<artifactId>stax-api</artifactId>
|
|
|
|
|
</exclusion>
|
2014-05-20 06:57:11 -04:00
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>io.netty</groupId>
|
|
|
|
|
<artifactId>netty</artifactId>
|
|
|
|
|
</exclusion>
|
2014-02-07 12:06:00 -05:00
|
|
|
|
</exclusions>
|
2012-05-26 01:56:04 -04:00
|
|
|
|
</dependency>
|
|
|
|
|
</dependencies>
|
|
|
|
|
</dependencyManagement>
|
2011-08-23 18:47:53 -04:00
|
|
|
|
</profile>
|
2012-03-08 12:58:08 -05:00
|
|
|
|
<!--
|
2012-05-26 01:56:04 -04:00
|
|
|
|
profile for building against Hadoop 3.0.0. Activate using:
|
|
|
|
|
mvn -Dhadoop.profile=3.0
|
2012-03-08 12:58:08 -05:00
|
|
|
|
-->
|
|
|
|
|
<profile>
|
2012-05-26 01:56:04 -04:00
|
|
|
|
<id>hadoop-3.0</id>
|
2012-03-08 12:58:08 -05:00
|
|
|
|
<activation>
|
|
|
|
|
<property>
|
2012-05-27 20:55:44 -04:00
|
|
|
|
<name>hadoop.profile</name>
|
|
|
|
|
<value>3.0</value>
|
2012-03-08 12:58:08 -05:00
|
|
|
|
</property>
|
|
|
|
|
</activation>
|
2014-09-30 01:28:12 -04:00
|
|
|
|
<modules>
|
|
|
|
|
<!--For now, use hadoop2 compat module-->
|
|
|
|
|
<module>hbase-hadoop2-compat</module>
|
|
|
|
|
</modules>
|
2012-03-08 12:58:08 -05:00
|
|
|
|
<properties>
|
2014-09-30 01:28:12 -04:00
|
|
|
|
<hadoop.version>${hadoop-three.version}</hadoop.version>
|
|
|
|
|
<!--Use this compat module for now. TODO: Make h3 one if we need one-->
|
|
|
|
|
<compat.module>hbase-hadoop2-compat</compat.module>
|
|
|
|
|
<assembly.file>src/main/assembly/hadoop-three-compat.xml</assembly.file>
|
2012-03-08 12:58:08 -05:00
|
|
|
|
</properties>
|
2014-09-30 01:28:12 -04:00
|
|
|
|
<dependencyManagement>
|
|
|
|
|
<dependencies>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.hadoop</groupId>
|
|
|
|
|
<artifactId>hadoop-mapreduce-client-core</artifactId>
|
|
|
|
|
<version>${hadoop-three.version}</version>
|
|
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>io.netty</groupId>
|
|
|
|
|
<artifactId>netty</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.hadoop</groupId>
|
|
|
|
|
<artifactId>hadoop-mapreduce-client-jobclient</artifactId>
|
|
|
|
|
<version>${hadoop-three.version}</version>
|
|
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>io.netty</groupId>
|
|
|
|
|
<artifactId>netty</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.hadoop</groupId>
|
|
|
|
|
<artifactId>hadoop-mapreduce-client-jobclient</artifactId>
|
|
|
|
|
<version>${hadoop-three.version}</version>
|
|
|
|
|
<type>test-jar</type>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>io.netty</groupId>
|
|
|
|
|
<artifactId>netty</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.hadoop</groupId>
|
|
|
|
|
<artifactId>hadoop-hdfs</artifactId>
|
|
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>javax.servlet.jsp</groupId>
|
|
|
|
|
<artifactId>jsp-api</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
|
<artifactId>servlet-api</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>stax</groupId>
|
|
|
|
|
<artifactId>stax-api</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
<version>${hadoop-three.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.hadoop</groupId>
|
|
|
|
|
<artifactId>hadoop-hdfs</artifactId>
|
|
|
|
|
<version>${hadoop-three.version}</version>
|
|
|
|
|
<type>test-jar</type>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>javax.servlet.jsp</groupId>
|
|
|
|
|
<artifactId>jsp-api</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
|
<artifactId>servlet-api</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>stax</groupId>
|
|
|
|
|
<artifactId>stax-api</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.hadoop</groupId>
|
|
|
|
|
<artifactId>hadoop-auth</artifactId>
|
|
|
|
|
<version>${hadoop-three.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.hadoop</groupId>
|
|
|
|
|
<artifactId>hadoop-common</artifactId>
|
|
|
|
|
<version>${hadoop-three.version}</version>
|
|
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>javax.servlet.jsp</groupId>
|
|
|
|
|
<artifactId>jsp-api</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
|
<artifactId>servlet-api</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>stax</groupId>
|
|
|
|
|
<artifactId>stax-api</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>io.netty</groupId>
|
|
|
|
|
<artifactId>netty</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.hadoop</groupId>
|
|
|
|
|
<artifactId>hadoop-client</artifactId>
|
|
|
|
|
<version>${hadoop-three.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.hadoop</groupId>
|
|
|
|
|
<artifactId>hadoop-annotations</artifactId>
|
|
|
|
|
<version>${hadoop-three.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- This was marked as test dep in earlier pom, but was scoped compile.
|
|
|
|
|
Where do we actually need it? -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.hadoop</groupId>
|
|
|
|
|
<artifactId>hadoop-minicluster</artifactId>
|
|
|
|
|
<version>${hadoop-three.version}</version>
|
|
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>javax.servlet.jsp</groupId>
|
|
|
|
|
<artifactId>jsp-api</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
|
<artifactId>servlet-api</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>stax</groupId>
|
|
|
|
|
<artifactId>stax-api</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>io.netty</groupId>
|
|
|
|
|
<artifactId>netty</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
|
|
|
|
</dependencies>
|
|
|
|
|
</dependencyManagement>
|
|
|
|
|
|
2012-05-01 17:08:11 -04:00
|
|
|
|
</profile>
|
[jira] [HBASE-4908] HBase cluster test tool (port from 0.89-fb)
Summary:
Porting one of our HBase cluster test tools (a single-process multi-threaded
load generator and verifier) from 0.89-fb to trunk.
I cleaned up the code a bit compared to what's in 0.89-fb, and discovered that
it has some features that I have not tried yet (some kind of a kill test, and
some way to run HBase as multiple processes on one machine).
The main utility of this piece of code for us has been the HBaseClusterTest
command-line tool (called HBaseTest in 0.89-fb), which we usually invoke as a
load test in our five-node dev cluster testing, e.g.:
hbase org.apache.hadoop.hbase.util.LoadTestTool -write 50:100:20 -tn loadtest4
-read 100:10 -zk <zk_quorum_node> -bloom ROWCOL -compression LZO -key_window 5
-max_read_errors 10000 -num_keys 10000000000 -start_key 0
Test Plan:
Run this on a dev cluster. Run all unit tests.
Reviewers: stack, Karthik, Kannan, nspiegelberg, JIRA
Reviewed By: nspiegelberg
CC: stack, nspiegelberg, mbautin, Karthik
Differential Revision: 549
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1211746 13f79535-47bb-0310-9956-ffa450edef68
2011-12-07 21:38:27 -05:00
|
|
|
|
<!-- profiles for the tests
|
2011-11-19 11:38:07 -05:00
|
|
|
|
See as well the properties of the project for the values
|
|
|
|
|
when no profile is active. -->
|
2012-06-03 17:59:50 -04:00
|
|
|
|
<profile>
|
|
|
|
|
<!-- Use it to launch the tests without parallelisation -->
|
2011-11-19 11:38:07 -05:00
|
|
|
|
<id>nonParallelTests</id>
|
|
|
|
|
<activation>
|
2012-06-03 17:59:50 -04:00
|
|
|
|
<activeByDefault>false</activeByDefault>
|
2011-11-19 11:38:07 -05:00
|
|
|
|
</activation>
|
|
|
|
|
<properties>
|
2014-08-21 04:50:14 -04:00
|
|
|
|
<surefire.firstPartForkCount>1</surefire.firstPartForkCount>
|
2011-11-19 11:38:07 -05:00
|
|
|
|
</properties>
|
|
|
|
|
</profile>
|
2012-06-03 17:59:50 -04:00
|
|
|
|
<profile>
|
|
|
|
|
<!-- Use it to launch the tests in parallel in the same JVM -->
|
2011-11-19 11:38:07 -05:00
|
|
|
|
<id>parallelTests</id>
|
2012-06-03 17:59:50 -04:00
|
|
|
|
<activation>
|
2011-11-19 11:38:07 -05:00
|
|
|
|
<activeByDefault>false</activeByDefault>
|
|
|
|
|
</activation>
|
|
|
|
|
<properties>
|
2014-08-21 04:50:14 -04:00
|
|
|
|
<surefire.firstPartForkCount>1</surefire.firstPartForkCount>
|
2011-11-19 11:38:07 -05:00
|
|
|
|
</properties>
|
[jira] [HBASE-4908] HBase cluster test tool (port from 0.89-fb)
Summary:
Porting one of our HBase cluster test tools (a single-process multi-threaded
load generator and verifier) from 0.89-fb to trunk.
I cleaned up the code a bit compared to what's in 0.89-fb, and discovered that
it has some features that I have not tried yet (some kind of a kill test, and
some way to run HBase as multiple processes on one machine).
The main utility of this piece of code for us has been the HBaseClusterTest
command-line tool (called HBaseTest in 0.89-fb), which we usually invoke as a
load test in our five-node dev cluster testing, e.g.:
hbase org.apache.hadoop.hbase.util.LoadTestTool -write 50:100:20 -tn loadtest4
-read 100:10 -zk <zk_quorum_node> -bloom ROWCOL -compression LZO -key_window 5
-max_read_errors 10000 -num_keys 10000000000 -start_key 0
Test Plan:
Run this on a dev cluster. Run all unit tests.
Reviewers: stack, Karthik, Kannan, nspiegelberg, JIRA
Reviewed By: nspiegelberg
CC: stack, nspiegelberg, mbautin, Karthik
Differential Revision: 549
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1211746 13f79535-47bb-0310-9956-ffa450edef68
2011-12-07 21:38:27 -05:00
|
|
|
|
</profile>
|
2012-06-03 17:59:50 -04:00
|
|
|
|
<profile>
|
|
|
|
|
<!-- Use it to launch the tests in the same JVM -->
|
2011-11-19 11:38:07 -05:00
|
|
|
|
<id>singleJVMTests</id>
|
|
|
|
|
<activation>
|
|
|
|
|
<activeByDefault>false</activeByDefault>
|
|
|
|
|
</activation>
|
|
|
|
|
<properties>
|
2014-08-21 04:50:14 -04:00
|
|
|
|
<surefire.firstPartForkCount>1</surefire.firstPartForkCount>
|
[jira] [HBASE-4908] HBase cluster test tool (port from 0.89-fb)
Summary:
Porting one of our HBase cluster test tools (a single-process multi-threaded
load generator and verifier) from 0.89-fb to trunk.
I cleaned up the code a bit compared to what's in 0.89-fb, and discovered that
it has some features that I have not tried yet (some kind of a kill test, and
some way to run HBase as multiple processes on one machine).
The main utility of this piece of code for us has been the HBaseClusterTest
command-line tool (called HBaseTest in 0.89-fb), which we usually invoke as a
load test in our five-node dev cluster testing, e.g.:
hbase org.apache.hadoop.hbase.util.LoadTestTool -write 50:100:20 -tn loadtest4
-read 100:10 -zk <zk_quorum_node> -bloom ROWCOL -compression LZO -key_window 5
-max_read_errors 10000 -num_keys 10000000000 -start_key 0
Test Plan:
Run this on a dev cluster. Run all unit tests.
Reviewers: stack, Karthik, Kannan, nspiegelberg, JIRA
Reviewed By: nspiegelberg
CC: stack, nspiegelberg, mbautin, Karthik
Differential Revision: 549
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1211746 13f79535-47bb-0310-9956-ffa450edef68
2011-12-07 21:38:27 -05:00
|
|
|
|
<surefire.skipFirstPart>false</surefire.skipFirstPart>
|
|
|
|
|
<surefire.skipSecondPart>true</surefire.skipSecondPart>
|
2012-06-03 17:59:50 -04:00
|
|
|
|
<surefire.firstPartGroups/>
|
2011-11-19 11:38:07 -05:00
|
|
|
|
</properties>
|
[jira] [HBASE-4908] HBase cluster test tool (port from 0.89-fb)
Summary:
Porting one of our HBase cluster test tools (a single-process multi-threaded
load generator and verifier) from 0.89-fb to trunk.
I cleaned up the code a bit compared to what's in 0.89-fb, and discovered that
it has some features that I have not tried yet (some kind of a kill test, and
some way to run HBase as multiple processes on one machine).
The main utility of this piece of code for us has been the HBaseClusterTest
command-line tool (called HBaseTest in 0.89-fb), which we usually invoke as a
load test in our five-node dev cluster testing, e.g.:
hbase org.apache.hadoop.hbase.util.LoadTestTool -write 50:100:20 -tn loadtest4
-read 100:10 -zk <zk_quorum_node> -bloom ROWCOL -compression LZO -key_window 5
-max_read_errors 10000 -num_keys 10000000000 -start_key 0
Test Plan:
Run this on a dev cluster. Run all unit tests.
Reviewers: stack, Karthik, Kannan, nspiegelberg, JIRA
Reviewed By: nspiegelberg
CC: stack, nspiegelberg, mbautin, Karthik
Differential Revision: 549
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1211746 13f79535-47bb-0310-9956-ffa450edef68
2011-12-07 21:38:27 -05:00
|
|
|
|
</profile>
|
2012-06-03 17:59:50 -04:00
|
|
|
|
<profile>
|
|
|
|
|
<!-- Use it to launch small tests only -->
|
2011-11-19 11:38:07 -05:00
|
|
|
|
<id>runSmallTests</id>
|
|
|
|
|
<activation>
|
|
|
|
|
<activeByDefault>false</activeByDefault>
|
|
|
|
|
</activation>
|
|
|
|
|
<properties>
|
2014-08-21 04:50:14 -04:00
|
|
|
|
<surefire.firstPartForkCount>1</surefire.firstPartForkCount>
|
[jira] [HBASE-4908] HBase cluster test tool (port from 0.89-fb)
Summary:
Porting one of our HBase cluster test tools (a single-process multi-threaded
load generator and verifier) from 0.89-fb to trunk.
I cleaned up the code a bit compared to what's in 0.89-fb, and discovered that
it has some features that I have not tried yet (some kind of a kill test, and
some way to run HBase as multiple processes on one machine).
The main utility of this piece of code for us has been the HBaseClusterTest
command-line tool (called HBaseTest in 0.89-fb), which we usually invoke as a
load test in our five-node dev cluster testing, e.g.:
hbase org.apache.hadoop.hbase.util.LoadTestTool -write 50:100:20 -tn loadtest4
-read 100:10 -zk <zk_quorum_node> -bloom ROWCOL -compression LZO -key_window 5
-max_read_errors 10000 -num_keys 10000000000 -start_key 0
Test Plan:
Run this on a dev cluster. Run all unit tests.
Reviewers: stack, Karthik, Kannan, nspiegelberg, JIRA
Reviewed By: nspiegelberg
CC: stack, nspiegelberg, mbautin, Karthik
Differential Revision: 549
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1211746 13f79535-47bb-0310-9956-ffa450edef68
2011-12-07 21:38:27 -05:00
|
|
|
|
<surefire.skipFirstPart>false</surefire.skipFirstPart>
|
|
|
|
|
<surefire.skipSecondPart>true</surefire.skipSecondPart>
|
2014-09-13 00:37:06 -04:00
|
|
|
|
<surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.SmallTests</surefire.firstPartGroups>
|
2012-06-03 17:59:50 -04:00
|
|
|
|
<surefire.secondPartGroups/>
|
2011-11-19 11:38:07 -05:00
|
|
|
|
</properties>
|
[jira] [HBASE-4908] HBase cluster test tool (port from 0.89-fb)
Summary:
Porting one of our HBase cluster test tools (a single-process multi-threaded
load generator and verifier) from 0.89-fb to trunk.
I cleaned up the code a bit compared to what's in 0.89-fb, and discovered that
it has some features that I have not tried yet (some kind of a kill test, and
some way to run HBase as multiple processes on one machine).
The main utility of this piece of code for us has been the HBaseClusterTest
command-line tool (called HBaseTest in 0.89-fb), which we usually invoke as a
load test in our five-node dev cluster testing, e.g.:
hbase org.apache.hadoop.hbase.util.LoadTestTool -write 50:100:20 -tn loadtest4
-read 100:10 -zk <zk_quorum_node> -bloom ROWCOL -compression LZO -key_window 5
-max_read_errors 10000 -num_keys 10000000000 -start_key 0
Test Plan:
Run this on a dev cluster. Run all unit tests.
Reviewers: stack, Karthik, Kannan, nspiegelberg, JIRA
Reviewed By: nspiegelberg
CC: stack, nspiegelberg, mbautin, Karthik
Differential Revision: 549
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1211746 13f79535-47bb-0310-9956-ffa450edef68
2011-12-07 21:38:27 -05:00
|
|
|
|
</profile>
|
2012-06-03 17:59:50 -04:00
|
|
|
|
<profile>
|
|
|
|
|
<!-- Use it to launch medium tests only -->
|
2011-11-19 11:38:07 -05:00
|
|
|
|
<id>runMediumTests</id>
|
|
|
|
|
<activation>
|
|
|
|
|
<activeByDefault>false</activeByDefault>
|
|
|
|
|
</activation>
|
|
|
|
|
<properties>
|
[jira] [HBASE-4908] HBase cluster test tool (port from 0.89-fb)
Summary:
Porting one of our HBase cluster test tools (a single-process multi-threaded
load generator and verifier) from 0.89-fb to trunk.
I cleaned up the code a bit compared to what's in 0.89-fb, and discovered that
it has some features that I have not tried yet (some kind of a kill test, and
some way to run HBase as multiple processes on one machine).
The main utility of this piece of code for us has been the HBaseClusterTest
command-line tool (called HBaseTest in 0.89-fb), which we usually invoke as a
load test in our five-node dev cluster testing, e.g.:
hbase org.apache.hadoop.hbase.util.LoadTestTool -write 50:100:20 -tn loadtest4
-read 100:10 -zk <zk_quorum_node> -bloom ROWCOL -compression LZO -key_window 5
-max_read_errors 10000 -num_keys 10000000000 -start_key 0
Test Plan:
Run this on a dev cluster. Run all unit tests.
Reviewers: stack, Karthik, Kannan, nspiegelberg, JIRA
Reviewed By: nspiegelberg
CC: stack, nspiegelberg, mbautin, Karthik
Differential Revision: 549
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1211746 13f79535-47bb-0310-9956-ffa450edef68
2011-12-07 21:38:27 -05:00
|
|
|
|
<surefire.skipFirstPart>false</surefire.skipFirstPart>
|
|
|
|
|
<surefire.skipSecondPart>true</surefire.skipSecondPart>
|
2014-09-13 00:37:06 -04:00
|
|
|
|
<surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.MediumTests</surefire.firstPartGroups>
|
2012-06-03 17:59:50 -04:00
|
|
|
|
<surefire.secondPartGroups/>
|
2011-11-19 11:38:07 -05:00
|
|
|
|
</properties>
|
[jira] [HBASE-4908] HBase cluster test tool (port from 0.89-fb)
Summary:
Porting one of our HBase cluster test tools (a single-process multi-threaded
load generator and verifier) from 0.89-fb to trunk.
I cleaned up the code a bit compared to what's in 0.89-fb, and discovered that
it has some features that I have not tried yet (some kind of a kill test, and
some way to run HBase as multiple processes on one machine).
The main utility of this piece of code for us has been the HBaseClusterTest
command-line tool (called HBaseTest in 0.89-fb), which we usually invoke as a
load test in our five-node dev cluster testing, e.g.:
hbase org.apache.hadoop.hbase.util.LoadTestTool -write 50:100:20 -tn loadtest4
-read 100:10 -zk <zk_quorum_node> -bloom ROWCOL -compression LZO -key_window 5
-max_read_errors 10000 -num_keys 10000000000 -start_key 0
Test Plan:
Run this on a dev cluster. Run all unit tests.
Reviewers: stack, Karthik, Kannan, nspiegelberg, JIRA
Reviewed By: nspiegelberg
CC: stack, nspiegelberg, mbautin, Karthik
Differential Revision: 549
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1211746 13f79535-47bb-0310-9956-ffa450edef68
2011-12-07 21:38:27 -05:00
|
|
|
|
</profile>
|
2012-06-03 17:59:50 -04:00
|
|
|
|
<profile>
|
|
|
|
|
<!-- Use it to launch large tests only -->
|
2011-11-19 11:38:07 -05:00
|
|
|
|
<id>runLargeTests</id>
|
|
|
|
|
<activation>
|
|
|
|
|
<activeByDefault>false</activeByDefault>
|
|
|
|
|
</activation>
|
|
|
|
|
<properties>
|
[jira] [HBASE-4908] HBase cluster test tool (port from 0.89-fb)
Summary:
Porting one of our HBase cluster test tools (a single-process multi-threaded
load generator and verifier) from 0.89-fb to trunk.
I cleaned up the code a bit compared to what's in 0.89-fb, and discovered that
it has some features that I have not tried yet (some kind of a kill test, and
some way to run HBase as multiple processes on one machine).
The main utility of this piece of code for us has been the HBaseClusterTest
command-line tool (called HBaseTest in 0.89-fb), which we usually invoke as a
load test in our five-node dev cluster testing, e.g.:
hbase org.apache.hadoop.hbase.util.LoadTestTool -write 50:100:20 -tn loadtest4
-read 100:10 -zk <zk_quorum_node> -bloom ROWCOL -compression LZO -key_window 5
-max_read_errors 10000 -num_keys 10000000000 -start_key 0
Test Plan:
Run this on a dev cluster. Run all unit tests.
Reviewers: stack, Karthik, Kannan, nspiegelberg, JIRA
Reviewed By: nspiegelberg
CC: stack, nspiegelberg, mbautin, Karthik
Differential Revision: 549
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1211746 13f79535-47bb-0310-9956-ffa450edef68
2011-12-07 21:38:27 -05:00
|
|
|
|
<surefire.skipFirstPart>false</surefire.skipFirstPart>
|
|
|
|
|
<surefire.skipSecondPart>true</surefire.skipSecondPart>
|
2014-09-13 00:37:06 -04:00
|
|
|
|
<surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.LargeTests</surefire.firstPartGroups>
|
2012-06-03 17:59:50 -04:00
|
|
|
|
<surefire.secondPartGroups/>
|
2011-11-19 11:38:07 -05:00
|
|
|
|
</properties>
|
[jira] [HBASE-4908] HBase cluster test tool (port from 0.89-fb)
Summary:
Porting one of our HBase cluster test tools (a single-process multi-threaded
load generator and verifier) from 0.89-fb to trunk.
I cleaned up the code a bit compared to what's in 0.89-fb, and discovered that
it has some features that I have not tried yet (some kind of a kill test, and
some way to run HBase as multiple processes on one machine).
The main utility of this piece of code for us has been the HBaseClusterTest
command-line tool (called HBaseTest in 0.89-fb), which we usually invoke as a
load test in our five-node dev cluster testing, e.g.:
hbase org.apache.hadoop.hbase.util.LoadTestTool -write 50:100:20 -tn loadtest4
-read 100:10 -zk <zk_quorum_node> -bloom ROWCOL -compression LZO -key_window 5
-max_read_errors 10000 -num_keys 10000000000 -start_key 0
Test Plan:
Run this on a dev cluster. Run all unit tests.
Reviewers: stack, Karthik, Kannan, nspiegelberg, JIRA
Reviewed By: nspiegelberg
CC: stack, nspiegelberg, mbautin, Karthik
Differential Revision: 549
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1211746 13f79535-47bb-0310-9956-ffa450edef68
2011-12-07 21:38:27 -05:00
|
|
|
|
</profile>
|
2012-06-03 17:59:50 -04:00
|
|
|
|
<profile>
|
|
|
|
|
<!-- Use it to launch small & medium tests -->
|
2011-11-19 11:38:07 -05:00
|
|
|
|
<id>runDevTests</id>
|
|
|
|
|
<activation>
|
|
|
|
|
<activeByDefault>false</activeByDefault>
|
|
|
|
|
</activation>
|
|
|
|
|
<properties>
|
2014-08-21 04:50:14 -04:00
|
|
|
|
<surefire.firstPartForkCount>1</surefire.firstPartForkCount>
|
[jira] [HBASE-4908] HBase cluster test tool (port from 0.89-fb)
Summary:
Porting one of our HBase cluster test tools (a single-process multi-threaded
load generator and verifier) from 0.89-fb to trunk.
I cleaned up the code a bit compared to what's in 0.89-fb, and discovered that
it has some features that I have not tried yet (some kind of a kill test, and
some way to run HBase as multiple processes on one machine).
The main utility of this piece of code for us has been the HBaseClusterTest
command-line tool (called HBaseTest in 0.89-fb), which we usually invoke as a
load test in our five-node dev cluster testing, e.g.:
hbase org.apache.hadoop.hbase.util.LoadTestTool -write 50:100:20 -tn loadtest4
-read 100:10 -zk <zk_quorum_node> -bloom ROWCOL -compression LZO -key_window 5
-max_read_errors 10000 -num_keys 10000000000 -start_key 0
Test Plan:
Run this on a dev cluster. Run all unit tests.
Reviewers: stack, Karthik, Kannan, nspiegelberg, JIRA
Reviewed By: nspiegelberg
CC: stack, nspiegelberg, mbautin, Karthik
Differential Revision: 549
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1211746 13f79535-47bb-0310-9956-ffa450edef68
2011-12-07 21:38:27 -05:00
|
|
|
|
<surefire.skipFirstPart>false</surefire.skipFirstPart>
|
|
|
|
|
<surefire.skipSecondPart>false</surefire.skipSecondPart>
|
2014-09-13 00:37:06 -04:00
|
|
|
|
<surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.SmallTests</surefire.firstPartGroups>
|
|
|
|
|
<surefire.secondPartGroups>org.apache.hadoop.hbase.testclassification.MediumTests</surefire.secondPartGroups>
|
2011-11-19 11:38:07 -05:00
|
|
|
|
</properties>
|
[jira] [HBASE-4908] HBase cluster test tool (port from 0.89-fb)
Summary:
Porting one of our HBase cluster test tools (a single-process multi-threaded
load generator and verifier) from 0.89-fb to trunk.
I cleaned up the code a bit compared to what's in 0.89-fb, and discovered that
it has some features that I have not tried yet (some kind of a kill test, and
some way to run HBase as multiple processes on one machine).
The main utility of this piece of code for us has been the HBaseClusterTest
command-line tool (called HBaseTest in 0.89-fb), which we usually invoke as a
load test in our five-node dev cluster testing, e.g.:
hbase org.apache.hadoop.hbase.util.LoadTestTool -write 50:100:20 -tn loadtest4
-read 100:10 -zk <zk_quorum_node> -bloom ROWCOL -compression LZO -key_window 5
-max_read_errors 10000 -num_keys 10000000000 -start_key 0
Test Plan:
Run this on a dev cluster. Run all unit tests.
Reviewers: stack, Karthik, Kannan, nspiegelberg, JIRA
Reviewed By: nspiegelberg
CC: stack, nspiegelberg, mbautin, Karthik
Differential Revision: 549
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1211746 13f79535-47bb-0310-9956-ffa450edef68
2011-12-07 21:38:27 -05:00
|
|
|
|
</profile>
|
2012-06-03 17:59:50 -04:00
|
|
|
|
<profile>
|
|
|
|
|
<!-- Use it to launch all tests -->
|
2011-11-19 11:38:07 -05:00
|
|
|
|
<id>runAllTests</id>
|
|
|
|
|
<activation>
|
|
|
|
|
<activeByDefault>false</activeByDefault>
|
|
|
|
|
</activation>
|
|
|
|
|
<properties>
|
2014-08-21 04:50:14 -04:00
|
|
|
|
<surefire.firstPartForkCount>1</surefire.firstPartForkCount>
|
|
|
|
|
<surefire.secondPartForkCount>5</surefire.secondPartForkCount>
|
[jira] [HBASE-4908] HBase cluster test tool (port from 0.89-fb)
Summary:
Porting one of our HBase cluster test tools (a single-process multi-threaded
load generator and verifier) from 0.89-fb to trunk.
I cleaned up the code a bit compared to what's in 0.89-fb, and discovered that
it has some features that I have not tried yet (some kind of a kill test, and
some way to run HBase as multiple processes on one machine).
The main utility of this piece of code for us has been the HBaseClusterTest
command-line tool (called HBaseTest in 0.89-fb), which we usually invoke as a
load test in our five-node dev cluster testing, e.g.:
hbase org.apache.hadoop.hbase.util.LoadTestTool -write 50:100:20 -tn loadtest4
-read 100:10 -zk <zk_quorum_node> -bloom ROWCOL -compression LZO -key_window 5
-max_read_errors 10000 -num_keys 10000000000 -start_key 0
Test Plan:
Run this on a dev cluster. Run all unit tests.
Reviewers: stack, Karthik, Kannan, nspiegelberg, JIRA
Reviewed By: nspiegelberg
CC: stack, nspiegelberg, mbautin, Karthik
Differential Revision: 549
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1211746 13f79535-47bb-0310-9956-ffa450edef68
2011-12-07 21:38:27 -05:00
|
|
|
|
<surefire.skipFirstPart>false</surefire.skipFirstPart>
|
2011-11-19 11:38:07 -05:00
|
|
|
|
<surefire.skipSecondPart>false</surefire.skipSecondPart>
|
2014-09-13 00:37:06 -04:00
|
|
|
|
<surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.SmallTests</surefire.firstPartGroups>
|
|
|
|
|
<surefire.secondPartGroups>org.apache.hadoop.hbase.testclassification.MediumTests,org.apache.hadoop.hbase.testclassification.LargeTests</surefire.secondPartGroups>
|
2011-11-19 11:38:07 -05:00
|
|
|
|
</properties>
|
[jira] [HBASE-4908] HBase cluster test tool (port from 0.89-fb)
Summary:
Porting one of our HBase cluster test tools (a single-process multi-threaded
load generator and verifier) from 0.89-fb to trunk.
I cleaned up the code a bit compared to what's in 0.89-fb, and discovered that
it has some features that I have not tried yet (some kind of a kill test, and
some way to run HBase as multiple processes on one machine).
The main utility of this piece of code for us has been the HBaseClusterTest
command-line tool (called HBaseTest in 0.89-fb), which we usually invoke as a
load test in our five-node dev cluster testing, e.g.:
hbase org.apache.hadoop.hbase.util.LoadTestTool -write 50:100:20 -tn loadtest4
-read 100:10 -zk <zk_quorum_node> -bloom ROWCOL -compression LZO -key_window 5
-max_read_errors 10000 -num_keys 10000000000 -start_key 0
Test Plan:
Run this on a dev cluster. Run all unit tests.
Reviewers: stack, Karthik, Kannan, nspiegelberg, JIRA
Reviewed By: nspiegelberg
CC: stack, nspiegelberg, mbautin, Karthik
Differential Revision: 549
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1211746 13f79535-47bb-0310-9956-ffa450edef68
2011-12-07 21:38:27 -05:00
|
|
|
|
</profile>
|
2014-09-13 00:37:06 -04:00
|
|
|
|
<profile>
|
|
|
|
|
<id>runMiscTests</id>
|
|
|
|
|
<activation>
|
|
|
|
|
<activeByDefault>false</activeByDefault>
|
|
|
|
|
</activation>
|
|
|
|
|
<properties>
|
|
|
|
|
<surefire.firstPartForkCount>1</surefire.firstPartForkCount>
|
|
|
|
|
<surefire.secondPartForkCount>1</surefire.secondPartForkCount>
|
|
|
|
|
<surefire.skipFirstPart>false</surefire.skipFirstPart>
|
|
|
|
|
<surefire.skipSecondPart>true</surefire.skipSecondPart>
|
|
|
|
|
<surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.MiscTests
|
|
|
|
|
</surefire.firstPartGroups>
|
|
|
|
|
<surefire.secondPartGroups></surefire.secondPartGroups>
|
|
|
|
|
</properties>
|
|
|
|
|
</profile>
|
|
|
|
|
<profile>
|
|
|
|
|
<id>runCoprocessorTests</id>
|
|
|
|
|
<activation>
|
|
|
|
|
<activeByDefault>false</activeByDefault>
|
|
|
|
|
</activation>
|
|
|
|
|
<properties>
|
|
|
|
|
<surefire.firstPartForkCount>1</surefire.firstPartForkCount>
|
|
|
|
|
<surefire.secondPartForkCount>1</surefire.secondPartForkCount>
|
|
|
|
|
<surefire.skipFirstPart>false</surefire.skipFirstPart>
|
|
|
|
|
<surefire.skipSecondPart>true</surefire.skipSecondPart>
|
|
|
|
|
<surefire.firstPartGroups>
|
|
|
|
|
org.apache.hadoop.hbase.testclassification.CoprocessorTests
|
|
|
|
|
</surefire.firstPartGroups>
|
|
|
|
|
<surefire.secondPartGroups></surefire.secondPartGroups>
|
|
|
|
|
</properties>
|
|
|
|
|
</profile>
|
|
|
|
|
<profile>
|
|
|
|
|
<id>runClientTests</id>
|
|
|
|
|
<activation>
|
|
|
|
|
<activeByDefault>false</activeByDefault>
|
|
|
|
|
</activation>
|
|
|
|
|
<properties>
|
|
|
|
|
<surefire.firstPartForkCount>1</surefire.firstPartForkCount>
|
|
|
|
|
<surefire.secondPartForkCount>1</surefire.secondPartForkCount>
|
|
|
|
|
<surefire.skipFirstPart>false</surefire.skipFirstPart>
|
|
|
|
|
<surefire.skipSecondPart>true</surefire.skipSecondPart>
|
|
|
|
|
<surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.ClientTests
|
|
|
|
|
</surefire.firstPartGroups>
|
|
|
|
|
<surefire.secondPartGroups></surefire.secondPartGroups>
|
|
|
|
|
</properties>
|
|
|
|
|
</profile>
|
|
|
|
|
<profile>
|
|
|
|
|
<id>runMasterTests</id>
|
|
|
|
|
<activation>
|
|
|
|
|
<activeByDefault>false</activeByDefault>
|
|
|
|
|
</activation>
|
|
|
|
|
<properties>
|
|
|
|
|
<surefire.firstPartForkCount>1</surefire.firstPartForkCount>
|
|
|
|
|
<surefire.secondPartForkCount>1</surefire.secondPartForkCount>
|
|
|
|
|
<surefire.skipFirstPart>false</surefire.skipFirstPart>
|
|
|
|
|
<surefire.skipSecondPart>true</surefire.skipSecondPart>
|
|
|
|
|
<surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.MasterTests
|
|
|
|
|
</surefire.firstPartGroups>
|
|
|
|
|
<surefire.secondPartGroups></surefire.secondPartGroups>
|
|
|
|
|
</properties>
|
|
|
|
|
</profile>
|
|
|
|
|
<profile>
|
|
|
|
|
<id>runMapredTests</id>
|
|
|
|
|
<activation>
|
|
|
|
|
<activeByDefault>false</activeByDefault>
|
|
|
|
|
</activation>
|
|
|
|
|
<properties>
|
|
|
|
|
<surefire.firstPartForkCount>1</surefire.firstPartForkCount>
|
|
|
|
|
<surefire.secondPartForkCount>1</surefire.secondPartForkCount>
|
|
|
|
|
<surefire.skipFirstPart>false</surefire.skipFirstPart>
|
|
|
|
|
<surefire.skipSecondPart>true</surefire.skipSecondPart>
|
|
|
|
|
<surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.MapredTests
|
|
|
|
|
</surefire.firstPartGroups>
|
|
|
|
|
<surefire.secondPartGroups></surefire.secondPartGroups>
|
|
|
|
|
</properties>
|
|
|
|
|
</profile>
|
|
|
|
|
<profile>
|
|
|
|
|
<id>runMapreduceTests</id>
|
|
|
|
|
<activation>
|
|
|
|
|
<activeByDefault>false</activeByDefault>
|
|
|
|
|
</activation>
|
|
|
|
|
<properties>
|
|
|
|
|
<surefire.firstPartForkCount>1</surefire.firstPartForkCount>
|
|
|
|
|
<surefire.secondPartForkCount>1</surefire.secondPartForkCount>
|
|
|
|
|
<surefire.skipFirstPart>false</surefire.skipFirstPart>
|
|
|
|
|
<surefire.skipSecondPart>true</surefire.skipSecondPart>
|
|
|
|
|
<surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.MapReduceTests
|
|
|
|
|
</surefire.firstPartGroups>
|
|
|
|
|
<surefire.secondPartGroups></surefire.secondPartGroups>
|
|
|
|
|
</properties>
|
|
|
|
|
</profile>
|
|
|
|
|
<profile>
|
|
|
|
|
<id>runRegionServerTests</id>
|
|
|
|
|
<activation>
|
|
|
|
|
<activeByDefault>false</activeByDefault>
|
|
|
|
|
</activation>
|
|
|
|
|
<properties>
|
|
|
|
|
<surefire.firstPartForkCount>1</surefire.firstPartForkCount>
|
|
|
|
|
<surefire.secondPartForkCount>1</surefire.secondPartForkCount>
|
|
|
|
|
<surefire.skipFirstPart>false</surefire.skipFirstPart>
|
|
|
|
|
<surefire.skipSecondPart>true</surefire.skipSecondPart>
|
|
|
|
|
<surefire.firstPartGroups>
|
|
|
|
|
org.apache.hadoop.hbase.testclassification.RegionServerTests
|
|
|
|
|
</surefire.firstPartGroups>
|
|
|
|
|
<surefire.secondPartGroups></surefire.secondPartGroups>
|
|
|
|
|
</properties>
|
|
|
|
|
</profile>
|
|
|
|
|
<profile>
|
|
|
|
|
<id>runVerySlowMapReduceTests</id>
|
|
|
|
|
<activation>
|
|
|
|
|
<activeByDefault>false</activeByDefault>
|
|
|
|
|
</activation>
|
|
|
|
|
<properties>
|
|
|
|
|
<surefire.firstPartForkCount>2</surefire.firstPartForkCount>
|
|
|
|
|
<surefire.secondPartForkCount>1</surefire.secondPartForkCount>
|
|
|
|
|
<surefire.skipFirstPart>false</surefire.skipFirstPart>
|
|
|
|
|
<surefire.skipSecondPart>true</surefire.skipSecondPart>
|
|
|
|
|
<surefire.firstPartGroups>
|
|
|
|
|
org.apache.hadoop.hbase.testclassification.VerySlowMapReduceTests
|
|
|
|
|
</surefire.firstPartGroups>
|
|
|
|
|
<surefire.secondPartGroups></surefire.secondPartGroups>
|
|
|
|
|
</properties>
|
|
|
|
|
</profile>
|
|
|
|
|
|
|
|
|
|
<profile>
|
|
|
|
|
<id>runVerySlowRegionServerTests</id>
|
|
|
|
|
<activation>
|
|
|
|
|
<activeByDefault>false</activeByDefault>
|
|
|
|
|
</activation>
|
|
|
|
|
<properties>
|
|
|
|
|
<surefire.firstPartForkCount>2</surefire.firstPartForkCount>
|
|
|
|
|
<surefire.secondPartForkCount>1</surefire.secondPartForkCount>
|
|
|
|
|
<surefire.skipFirstPart>false</surefire.skipFirstPart>
|
|
|
|
|
<surefire.skipSecondPart>true</surefire.skipSecondPart>
|
|
|
|
|
<surefire.firstPartGroups>
|
|
|
|
|
org.apache.hadoop.hbase.testclassification.VerySlowRegionServerTests
|
|
|
|
|
</surefire.firstPartGroups>
|
|
|
|
|
<surefire.secondPartGroups></surefire.secondPartGroups>
|
|
|
|
|
</properties>
|
|
|
|
|
</profile>
|
|
|
|
|
|
|
|
|
|
<profile>
|
|
|
|
|
<id>runFilterTests</id>
|
|
|
|
|
<activation>
|
|
|
|
|
<activeByDefault>false</activeByDefault>
|
|
|
|
|
</activation>
|
|
|
|
|
<properties>
|
|
|
|
|
<surefire.firstPartForkCount>1</surefire.firstPartForkCount>
|
|
|
|
|
<surefire.secondPartForkCount>1</surefire.secondPartForkCount>
|
|
|
|
|
<surefire.skipFirstPart>false</surefire.skipFirstPart>
|
|
|
|
|
<surefire.skipSecondPart>true</surefire.skipSecondPart>
|
|
|
|
|
<surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.FilterTests
|
|
|
|
|
</surefire.firstPartGroups>
|
|
|
|
|
<surefire.secondPartGroups></surefire.secondPartGroups>
|
|
|
|
|
</properties>
|
|
|
|
|
</profile>
|
|
|
|
|
<profile>
|
|
|
|
|
<id>runIOTests</id>
|
|
|
|
|
<activation>
|
|
|
|
|
<activeByDefault>false</activeByDefault>
|
|
|
|
|
</activation>
|
|
|
|
|
<properties>
|
|
|
|
|
<surefire.firstPartForkCount>1</surefire.firstPartForkCount>
|
|
|
|
|
<surefire.secondPartForkCount>1</surefire.secondPartForkCount>
|
|
|
|
|
<surefire.skipFirstPart>false</surefire.skipFirstPart>
|
|
|
|
|
<surefire.skipSecondPart>true</surefire.skipSecondPart>
|
|
|
|
|
<surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.IOTests
|
|
|
|
|
</surefire.firstPartGroups>
|
|
|
|
|
<surefire.secondPartGroups></surefire.secondPartGroups>
|
|
|
|
|
</properties>
|
|
|
|
|
</profile>
|
|
|
|
|
<profile>
|
|
|
|
|
<id>runRestTests</id>
|
|
|
|
|
<activation>
|
|
|
|
|
<activeByDefault>false</activeByDefault>
|
|
|
|
|
</activation>
|
|
|
|
|
<properties>
|
|
|
|
|
<surefire.firstPartForkCount>1</surefire.firstPartForkCount>
|
|
|
|
|
<surefire.secondPartForkCount>1</surefire.secondPartForkCount>
|
|
|
|
|
<surefire.skipFirstPart>false</surefire.skipFirstPart>
|
|
|
|
|
<surefire.skipSecondPart>true</surefire.skipSecondPart>
|
|
|
|
|
<surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.RestTests
|
|
|
|
|
</surefire.firstPartGroups>
|
|
|
|
|
<surefire.secondPartGroups></surefire.secondPartGroups>
|
|
|
|
|
</properties>
|
|
|
|
|
</profile>
|
|
|
|
|
<profile>
|
|
|
|
|
<id>runRPCTests</id>
|
|
|
|
|
<activation>
|
|
|
|
|
<activeByDefault>false</activeByDefault>
|
|
|
|
|
</activation>
|
|
|
|
|
<properties>
|
|
|
|
|
<surefire.firstPartForkCount>1</surefire.firstPartForkCount>
|
|
|
|
|
<surefire.secondPartForkCount>1</surefire.secondPartForkCount>
|
|
|
|
|
<surefire.skipFirstPart>false</surefire.skipFirstPart>
|
|
|
|
|
<surefire.skipSecondPart>true</surefire.skipSecondPart>
|
|
|
|
|
<surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.RPCTests
|
|
|
|
|
</surefire.firstPartGroups>
|
|
|
|
|
<surefire.secondPartGroups></surefire.secondPartGroups>
|
|
|
|
|
</properties>
|
|
|
|
|
</profile>
|
|
|
|
|
<profile>
|
|
|
|
|
<id>runReplicationTests</id>
|
|
|
|
|
<activation>
|
|
|
|
|
<activeByDefault>false</activeByDefault>
|
|
|
|
|
</activation>
|
|
|
|
|
<properties>
|
|
|
|
|
<surefire.firstPartForkCount>1</surefire.firstPartForkCount>
|
|
|
|
|
<surefire.secondPartForkCount>1</surefire.secondPartForkCount>
|
|
|
|
|
<surefire.skipFirstPart>false</surefire.skipFirstPart>
|
|
|
|
|
<surefire.skipSecondPart>true</surefire.skipSecondPart>
|
|
|
|
|
<surefire.firstPartGroups>
|
|
|
|
|
org.apache.hadoop.hbase.testclassification.ReplicationTests
|
|
|
|
|
</surefire.firstPartGroups>
|
|
|
|
|
<surefire.secondPartGroups></surefire.secondPartGroups>
|
|
|
|
|
</properties>
|
|
|
|
|
</profile>
|
|
|
|
|
<profile>
|
|
|
|
|
<id>runSecurityTests</id>
|
|
|
|
|
<activation>
|
|
|
|
|
<activeByDefault>false</activeByDefault>
|
|
|
|
|
</activation>
|
|
|
|
|
<properties>
|
|
|
|
|
<surefire.firstPartForkCount>1</surefire.firstPartForkCount>
|
|
|
|
|
<surefire.secondPartForkCount>1</surefire.secondPartForkCount>
|
|
|
|
|
<surefire.skipFirstPart>false</surefire.skipFirstPart>
|
|
|
|
|
<surefire.skipSecondPart>true</surefire.skipSecondPart>
|
|
|
|
|
<surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.SecurityTests
|
|
|
|
|
</surefire.firstPartGroups>
|
|
|
|
|
<surefire.secondPartGroups></surefire.secondPartGroups>
|
|
|
|
|
</properties>
|
|
|
|
|
</profile>
|
|
|
|
|
<profile>
|
|
|
|
|
<id>runFlakeyTests</id>
|
|
|
|
|
<activation>
|
|
|
|
|
<activeByDefault>false</activeByDefault>
|
|
|
|
|
</activation>
|
|
|
|
|
<properties>
|
|
|
|
|
<surefire.firstPartForkCount>1</surefire.firstPartForkCount>
|
|
|
|
|
<surefire.secondPartForkCount>1</surefire.secondPartForkCount>
|
|
|
|
|
<surefire.skipFirstPart>false</surefire.skipFirstPart>
|
|
|
|
|
<surefire.skipSecondPart>true</surefire.skipSecondPart>
|
|
|
|
|
<surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.FlakeyTests
|
|
|
|
|
</surefire.firstPartGroups>
|
|
|
|
|
<surefire.secondPartGroups></surefire.secondPartGroups>
|
|
|
|
|
</properties>
|
|
|
|
|
</profile>
|
|
|
|
|
|
2012-06-03 17:59:50 -04:00
|
|
|
|
<profile>
|
|
|
|
|
<!-- Use it to launch tests locally-->
|
2011-12-05 16:20:04 -05:00
|
|
|
|
<id>localTests</id>
|
|
|
|
|
<activation>
|
2012-12-13 08:53:06 -05:00
|
|
|
|
<property>
|
2013-04-07 01:49:57 -04:00
|
|
|
|
<name>test</name>
|
2012-12-13 08:53:06 -05:00
|
|
|
|
</property>
|
2011-12-05 16:20:04 -05:00
|
|
|
|
</activation>
|
|
|
|
|
<properties>
|
[jira] [HBASE-4908] HBase cluster test tool (port from 0.89-fb)
Summary:
Porting one of our HBase cluster test tools (a single-process multi-threaded
load generator and verifier) from 0.89-fb to trunk.
I cleaned up the code a bit compared to what's in 0.89-fb, and discovered that
it has some features that I have not tried yet (some kind of a kill test, and
some way to run HBase as multiple processes on one machine).
The main utility of this piece of code for us has been the HBaseClusterTest
command-line tool (called HBaseTest in 0.89-fb), which we usually invoke as a
load test in our five-node dev cluster testing, e.g.:
hbase org.apache.hadoop.hbase.util.LoadTestTool -write 50:100:20 -tn loadtest4
-read 100:10 -zk <zk_quorum_node> -bloom ROWCOL -compression LZO -key_window 5
-max_read_errors 10000 -num_keys 10000000000 -start_key 0
Test Plan:
Run this on a dev cluster. Run all unit tests.
Reviewers: stack, Karthik, Kannan, nspiegelberg, JIRA
Reviewed By: nspiegelberg
CC: stack, nspiegelberg, mbautin, Karthik
Differential Revision: 549
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1211746 13f79535-47bb-0310-9956-ffa450edef68
2011-12-07 21:38:27 -05:00
|
|
|
|
<surefire.provider>surefire-junit4</surefire.provider>
|
|
|
|
|
<surefire.skipFirstPart>false</surefire.skipFirstPart>
|
2011-12-05 16:20:04 -05:00
|
|
|
|
<surefire.skipSecondPart>true</surefire.skipSecondPart>
|
2012-06-03 17:59:50 -04:00
|
|
|
|
<surefire.firstPartGroups/>
|
2011-12-05 16:20:04 -05:00
|
|
|
|
</properties>
|
|
|
|
|
</profile>
|
2012-05-26 01:56:04 -04:00
|
|
|
|
<!-- Profile for running clover. You need to have a clover license under ~/.clover.license for ${clover.version}
|
|
|
|
|
or you can provide the license with -Dmaven.clover.licenseLocation=/path/to/license. Committers can find
|
|
|
|
|
the license under https://svn.apache.org/repos/private/committers/donated-licenses/clover/
|
|
|
|
|
Note that clover 2.6.3 does not run with maven 3, so you have to use maven2. The report will be generated
|
|
|
|
|
under target/site/clover/index.html when you run
|
|
|
|
|
MAVEN_OPTS=-Xmx2048m mvn clean test -Pclover site -->
|
|
|
|
|
<profile>
|
|
|
|
|
<id>clover</id>
|
|
|
|
|
<activation>
|
|
|
|
|
<activeByDefault>false</activeByDefault>
|
|
|
|
|
<property>
|
|
|
|
|
<name>clover</name>
|
|
|
|
|
</property>
|
|
|
|
|
</activation>
|
|
|
|
|
<properties>
|
|
|
|
|
<maven.clover.licenseLocation>${user.home}/.clover.license</maven.clover.licenseLocation>
|
|
|
|
|
<clover.version>2.6.3</clover.version>
|
|
|
|
|
</properties>
|
|
|
|
|
<build>
|
|
|
|
|
<plugins>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>com.atlassian.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-clover2-plugin</artifactId>
|
|
|
|
|
<version>${clover.version}</version>
|
|
|
|
|
<configuration>
|
|
|
|
|
<includesAllSourceRoots>true</includesAllSourceRoots>
|
|
|
|
|
<includesTestSourceRoots>true</includesTestSourceRoots>
|
|
|
|
|
<targetPercentage>50%</targetPercentage>
|
|
|
|
|
<generateHtml>true</generateHtml>
|
|
|
|
|
<generateXml>true</generateXml>
|
|
|
|
|
<excludes>
|
|
|
|
|
<exclude>**/generated/**</exclude>
|
|
|
|
|
</excludes>
|
|
|
|
|
</configuration>
|
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<id>clover-setup</id>
|
|
|
|
|
<phase>process-sources</phase>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>setup</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
</execution>
|
|
|
|
|
<execution>
|
|
|
|
|
<id>clover</id>
|
|
|
|
|
<phase>site</phase>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>clover</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin>
|
|
|
|
|
</plugins>
|
|
|
|
|
</build>
|
2012-06-03 17:59:50 -04:00
|
|
|
|
</profile>
|
2011-03-15 18:20:08 -04:00
|
|
|
|
</profiles>
|
2010-02-24 15:17:17 -05:00
|
|
|
|
<!-- See http://jira.codehaus.org/browse/MSITE-443 why the settings need to be here and not in pluginManagement. -->
|
2010-02-22 18:49:24 -05:00
|
|
|
|
<reporting>
|
|
|
|
|
<plugins>
|
2010-03-04 12:54:27 -05:00
|
|
|
|
<plugin>
|
|
|
|
|
<artifactId>maven-project-info-reports-plugin</artifactId>
|
2013-08-10 14:36:52 -04:00
|
|
|
|
<version>2.7</version>
|
2010-07-14 18:02:57 -04:00
|
|
|
|
<reportSets>
|
|
|
|
|
<reportSet>
|
|
|
|
|
<reports>
|
|
|
|
|
<report>project-team</report>
|
|
|
|
|
<report>mailing-list</report>
|
|
|
|
|
<report>cim</report>
|
|
|
|
|
<report>issue-tracking</report>
|
|
|
|
|
<report>license</report>
|
|
|
|
|
<report>scm</report>
|
|
|
|
|
<report>index</report>
|
|
|
|
|
</reports>
|
|
|
|
|
</reportSet>
|
|
|
|
|
</reportSets>
|
2013-03-11 00:11:33 -04:00
|
|
|
|
<configuration>
|
|
|
|
|
<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
|
|
|
|
|
</configuration>
|
2010-02-22 18:49:24 -05:00
|
|
|
|
</plugin>
|
2014-09-11 20:09:25 -04:00
|
|
|
|
|
2012-12-19 00:29:34 -05:00
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-jxr-plugin</artifactId>
|
|
|
|
|
<version>2.3</version>
|
|
|
|
|
<configuration>
|
|
|
|
|
<aggregate>true</aggregate>
|
2013-04-01 18:08:17 -04:00
|
|
|
|
<linkJavadoc>true</linkJavadoc>
|
2013-04-07 01:49:57 -04:00
|
|
|
|
<javadocDir>${basedir}/target/site/apidocs</javadocDir>
|
|
|
|
|
<reportOutputDirectory>${basedir}/target/site/xref</reportOutputDirectory>
|
|
|
|
|
<destDir>${basedir}/target/site/xref</destDir>
|
2013-04-01 18:08:17 -04:00
|
|
|
|
<excludes>
|
|
|
|
|
<exclude>**/generated/**</exclude>
|
|
|
|
|
</excludes>
|
2012-12-19 00:29:34 -05:00
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
2013-09-12 20:04:22 -04:00
|
|
|
|
|
|
|
|
|
<plugin>
|
2014-08-21 04:50:14 -04:00
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2013-09-12 20:04:22 -04:00
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
|
<version>2.9.1</version>
|
2013-12-20 16:27:32 -05:00
|
|
|
|
<configuration>
|
|
|
|
|
<maxmemory>2048m</maxmemory>
|
2014-03-17 18:51:54 -04:00
|
|
|
|
<notimestamp>true</notimestamp>
|
2013-12-20 16:27:32 -05:00
|
|
|
|
</configuration>
|
2014-08-21 04:50:14 -04:00
|
|
|
|
<reportSets>
|
|
|
|
|
<reportSet>
|
|
|
|
|
<id>devapi</id>
|
|
|
|
|
<reports>
|
|
|
|
|
<report>aggregate</report>
|
|
|
|
|
</reports>
|
|
|
|
|
<configuration>
|
|
|
|
|
<destDir>devapidocs</destDir>
|
|
|
|
|
</configuration>
|
|
|
|
|
</reportSet>
|
2013-09-16 15:26:46 -04:00
|
|
|
|
|
2014-08-21 04:50:14 -04:00
|
|
|
|
<reportSet>
|
|
|
|
|
<id>userapi</id>
|
|
|
|
|
<reports>
|
|
|
|
|
<report>aggregate</report>
|
|
|
|
|
</reports>
|
|
|
|
|
<configuration>
|
|
|
|
|
<doclet>
|
2014-09-22 21:46:35 -04:00
|
|
|
|
org.apache.hadoop.hbase.classification.tools.IncludePublicAnnotationsStandardDoclet
|
2014-08-21 04:50:14 -04:00
|
|
|
|
</doclet>
|
|
|
|
|
<docletArtifact>
|
2014-09-22 21:46:35 -04:00
|
|
|
|
<groupId>org.apache.hbase</groupId>
|
|
|
|
|
<artifactId>hbase-annotations</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
2014-08-21 04:50:14 -04:00
|
|
|
|
</docletArtifact>
|
|
|
|
|
<destDir>apidocs</destDir>
|
|
|
|
|
<name>User API</name>
|
|
|
|
|
<description>The HBase Application Programmer's API</description>
|
|
|
|
|
<excludePackageNames>
|
|
|
|
|
org.apache.hadoop.hbase.backup*:org.apache.hadoop.hbase.catalog:org.apache.hadoop.hbase.client.coprocessor:org.apache.hadoop.hbase.client.metrics:org.apache.hadoop.hbase.codec*:org.apache.hadoop.hbase.constraint:org.apache.hadoop.hbase.coprocessor.*:org.apache.hadoop.hbase.executor:org.apache.hadoop.hbase.fs:org.apache.hadoop.hbase.generated.*:org.apache.hadoop.hbase.io.hfile.*:org.apache.hadoop.hbase.mapreduce.hadoopbackport:org.apache.hadoop.hbase.mapreduce.replication:org.apache.hadoop.hbase.master.*:org.apache.hadoop.hbase.metrics*:org.apache.hadoop.hbase.migration:org.apache.hadoop.hbase.monitoring:org.apache.hadoop.hbase.p*:org.apache.hadoop.hbase.regionserver.compactions:org.apache.hadoop.hbase.regionserver.handler:org.apache.hadoop.hbase.regionserver.snapshot:org.apache.hadoop.hbase.replication.*:org.apache.hadoop.hbase.rest.filter:org.apache.hadoop.hbase.rest.model:org.apache.hadoop.hbase.rest.p*:org.apache.hadoop.hbase.security.*:org.apache.hadoop.hbase.thrift*:org.apache.hadoop.hbase.tmpl.*:org.apache.hadoop.hbase.tool:org.apache.hadoop.hbase.trace:org.apache.hadoop.hbase.util.byterange*:org.apache.hadoop.hbase.util.test:org.apache.hadoop.hbase.util.vint:org.apache.hadoop.hbase.zookeeper.lock:org.apache.hadoop.metrics2*
|
|
|
|
|
</excludePackageNames>
|
2014-09-22 21:46:35 -04:00
|
|
|
|
<!-- switch on dependency-driven aggregation -->
|
|
|
|
|
<includeDependencySources>false</includeDependencySources>
|
|
|
|
|
|
|
|
|
|
<dependencySourceIncludes>
|
|
|
|
|
<!-- include ONLY dependencies I control -->
|
|
|
|
|
<dependencySourceInclude>org.apache.hbase:hbase-annotations</dependencySourceInclude>
|
|
|
|
|
</dependencySourceIncludes>
|
2014-08-21 04:50:14 -04:00
|
|
|
|
</configuration>
|
|
|
|
|
</reportSet>
|
|
|
|
|
</reportSets>
|
2014-10-15 13:28:45 -04:00
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-checkstyle-plugin</artifactId>
|
|
|
|
|
<version>2.13</version>
|
|
|
|
|
<configuration>
|
|
|
|
|
<configLocation>hbase/checkstyle.xml</configLocation>
|
|
|
|
|
<suppressionsLocation>hbase/checkstyle-suppressions.xml</suppressionsLocation>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
2010-02-22 18:49:24 -05:00
|
|
|
|
</plugins>
|
|
|
|
|
</reporting>
|
2012-04-13 15:39:06 -04:00
|
|
|
|
<distributionManagement>
|
2013-04-07 01:49:57 -04:00
|
|
|
|
<site>
|
|
|
|
|
<id>hbase.apache.org</id>
|
|
|
|
|
<name>HBase Website at hbase.apache.org</name>
|
|
|
|
|
<!-- On why this is the tmp dir and not hbase.apache.org, see
|
2013-01-17 00:09:45 -05:00
|
|
|
|
https://issues.apache.org/jira/browse/HBASE-7593?focusedCommentId=13555866&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13555866
|
|
|
|
|
-->
|
2013-04-07 01:49:57 -04:00
|
|
|
|
<url>file:///tmp</url>
|
|
|
|
|
</site>
|
2012-04-13 15:39:06 -04:00
|
|
|
|
</distributionManagement>
|
2010-02-22 18:49:24 -05:00
|
|
|
|
</project>
|