You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by bl...@apache.org on 2015/12/18 00:42:27 UTC

parquet-mr git commit: PARQUET-404: Replace git@github.com.apache for HTTPS URL on dev/README.md to avoid permission issues

Repository: parquet-mr
Updated Branches:
  refs/heads/master 367fe13b4 -> fbb2c9e72


PARQUET-404: Replace git@github.com.apache for HTTPS URL on dev/README.md to avoid permission issues

…lic key on committer github account is needed

@julienledem @rdblue @liancheng Could you help me review this trivial patch for dev/README.md?

Author: Sergio Pena <se...@cloudera.com>

Closes #301 from spena/parquet-404 and squashes the following commits:

97557f6 [Sergio Pena] PARQUET-404: Replace git@github.com.apache for HTTPS URL on dev/README.md to avoid permission issues


Project: http://git-wip-us.apache.org/repos/asf/parquet-mr/repo
Commit: http://git-wip-us.apache.org/repos/asf/parquet-mr/commit/fbb2c9e7
Tree: http://git-wip-us.apache.org/repos/asf/parquet-mr/tree/fbb2c9e7
Diff: http://git-wip-us.apache.org/repos/asf/parquet-mr/diff/fbb2c9e7

Branch: refs/heads/master
Commit: fbb2c9e7230cc84c9458c9bf313d7cec7af310f3
Parents: 367fe13
Author: Sergio Pena <se...@cloudera.com>
Authored: Thu Dec 17 15:42:14 2015 -0800
Committer: Ryan Blue <bl...@apache.org>
Committed: Thu Dec 17 15:42:14 2015 -0800

----------------------------------------------------------------------
 dev/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/parquet-mr/blob/fbb2c9e7/dev/README.md
----------------------------------------------------------------------
diff --git a/dev/README.md b/dev/README.md
index 25dd336..8fe30e0 100644
--- a/dev/README.md
+++ b/dev/README.md
@@ -26,7 +26,7 @@ Merging a pull request requires being a committer on the project.
 * How to merge a Pull request:
 have an apache and apache-github remote setup
 ```
-git remote add apache-github git@github.com:apache/parquet-mr.git
+git remote add apache-github https://github.com/apache/parquet-mr.git
 git remote add apache https://git-wip-us.apache.org/repos/asf/parquet-mr.git
 ```
 run the following command