diff --git a/dev-support/jenkins-scripts/generate-hbase-website.sh b/dev-support/jenkins-scripts/generate-hbase-website.sh index 0ef9b2de01f..3b9ce7ae5be 100644 --- a/dev-support/jenkins-scripts/generate-hbase-website.sh +++ b/dev-support/jenkins-scripts/generate-hbase-website.sh @@ -142,7 +142,7 @@ echo "Current HBase commit: $CURRENT_HBASE_COMMIT" # Clone the hbase-site repo manually so it doesn't trigger spurious # commits in Jenkins. -git clone --depth 1 --branch asf-site https://git-wip-us.apache.org/repos/asf/hbase-site.git +git clone --depth 1 --branch asf-site https://gitbox.apache.org/repos/asf/hbase-site.git # Figure out if the commit of the hbase repo has already been built and bail if so. declare -i PUSHED diff --git a/pom.xml b/pom.xml index 91cc74084e1..f54de61093a 100755 --- a/pom.xml +++ b/pom.xml @@ -101,8 +101,8 @@ scm:git:git://git.apache.org/hbase.git - scm:git:https://git-wip-us.apache.org/repos/asf/hbase.git - https://git-wip-us.apache.org/repos/asf?p=hbase.git + scm:git:https://gitbox.apache.org/repos/asf/hbase.git + https://gitbox.apache.org/repos/asf?p=hbase.git JIRA diff --git a/src/main/asciidoc/_chapters/developer.adoc b/src/main/asciidoc/_chapters/developer.adoc index 935d6e61cdb..32432ffa2bb 100644 --- a/src/main/asciidoc/_chapters/developer.adoc +++ b/src/main/asciidoc/_chapters/developer.adoc @@ -168,13 +168,14 @@ code snippet [[repos]] == Apache HBase Repositories -There are two different repositories for Apache HBase: Subversion (SVN) and Git. -GIT is our repository of record for all but the Apache HBase website. -We used to be on SVN. -We migrated. -See link:https://issues.apache.org/jira/browse/INFRA-7768[Migrate Apache HBase SVN Repos to Git]. -See link:https://hbase.apache.org/source-repository.html[Source Code - Management] page for contributor and committer links or search for HBase on the link:https://git.apache.org/[Apache Git] page. +Apache HBase consists of multiple repositories which are hosted on https://gitbox.apache.org/[Apache GitBox]. +These are the following: + +* https://gitbox.apache.org/repos/asf?p=hbase.git[hbase] - main Apache HBase repository +* https://gitbox.apache.org/repos/asf?p=hbase-connectors.git[hbase-connectors] - connectors to Apache Kafka and Apache Spark +* https://gitbox.apache.org/repos/asf?p=hbase-operator-tools.git[hbase-operator-tools] - operability and supportability tools, such as <> +* https://gitbox.apache.org/repos/asf?p=hbase-site.git[hbase-site] - hbase.apache.org website +* https://gitbox.apache.org/repos/asf?p=hbase-thirdparty.git[hbase-thirdparty] - relocated versions of popular third-party libraries == IDEs @@ -1794,7 +1795,7 @@ If you submit a patch for one thing, don't do auto-reformatting or unrelated ref Likewise, don't add unrelated cleanup or refactorings outside the scope of your Jira. [[common.patch.feedback.tests]] -===== Ambigious Unit Tests +===== Ambiguous Unit Tests Make sure that you're clear about what you are testing in your unit tests and why. @@ -1920,8 +1921,6 @@ If you are new to submitting patches to open source or new to submitting patches reading the link:https://commons.apache.org/patches.html[On Contributing Patches] page from link:https://commons.apache.org/[Apache Commons Project]. It provides a nice overview that applies equally to the Apache HBase Project. -link:https://accumulo.apache.org/git.html[Accumulo doc on how to contribute and develop] is also -good read to understand development workflow. [[submitting.patches.create]] ==== Create Patch diff --git a/src/main/asciidoc/_chapters/rpc.adoc b/src/main/asciidoc/_chapters/rpc.adoc index fbfba6c1181..1926c6fa116 100644 --- a/src/main/asciidoc/_chapters/rpc.adoc +++ b/src/main/asciidoc/_chapters/rpc.adoc @@ -66,13 +66,11 @@ The client will send setup information on connection establish. Thereafter, the client invokes methods against the remote server sending a protobuf Message and receiving a protobuf Message in response. Communication is synchronous. All back and forth is preceded by an int that has the total length of the request/response. -Optionally, Cells(KeyValues) can be passed outside of protobufs in follow-behind Cell blocks (because link:https://docs.google.com/document/d/1WEtrq-JTIUhlnlnvA0oYRLp0F8MKpEBeBSCFcQiacdw/edit#[we - can't protobuf megabytes of KeyValues] or Cells). These CellBlocks are encoded and optionally compressed. - - +Optionally, Cells(KeyValues) can be passed outside of protobufs in follow-behind Cell blocks +(because link:https://docs.google.com/document/d/1WEtrq-JTIUhlnlnvA0oYRLp0F8MKpEBeBSCFcQiacdw/edit#[we can't protobuf megabytes of KeyValues] or Cells). These CellBlocks are encoded and optionally compressed. For more detail on the protobufs involved, see the -link:https://git-wip-us.apache.org/repos/asf?p=hbase.git;a=blob;f=hbase-protocol/src/main/protobuf/RPC.proto;hb=HEAD[RPC.proto] file in master. +link:https://github.com/apache/hbase/blob/master/hbase-protocol/src/main/protobuf/RPC.proto[RPC.proto] file in master. ==== Connection Setup diff --git a/src/site/resources/doap_Hbase.rdf b/src/site/resources/doap_Hbase.rdf index 86e22bdbe6e..2649c5b3b27 100644 --- a/src/site/resources/doap_Hbase.rdf +++ b/src/site/resources/doap_Hbase.rdf @@ -44,7 +44,7 @@ - +