HBASE-21685 Change repository urls to Gitbox
Signed-off-by: Sean Busbey <busbey@apache.org>
This commit is contained in:
parent
620d70d618
commit
9158792265
|
@ -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
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -102,8 +102,8 @@
|
|||
</pluginRepositories>
|
||||
<scm>
|
||||
<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>
|
||||
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/hbase.git</developerConnection>
|
||||
<url>https://gitbox.apache.org/repos/asf?p=hbase.git</url>
|
||||
</scm>
|
||||
<issueManagement>
|
||||
<system>JIRA</system>
|
||||
|
|
|
@ -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 <<HBCK2>>
|
||||
* 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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
<repository>
|
||||
<GitRepository>
|
||||
<location rdf:resource="git://git.apache.org/hbase.git"/>
|
||||
<browse rdf:resource="https://git-wip-us.apache.org/repos/asf?p=hbase.git"/>
|
||||
<browse rdf:resource="https://gitbox.apache.org/repos/asf?p=hbase.git"/>
|
||||
</GitRepository>
|
||||
</repository>
|
||||
<maintainer>
|
||||
|
|
Loading…
Reference in New Issue