You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by paul-guo- <gi...@git.apache.org> on 2016/07/05 10:20:46 UTC

[GitHub] incubator-hawq pull request #773: HAWQ-888. Remove some dummy files which we...

GitHub user paul-guo- opened a pull request:

    https://github.com/apache/incubator-hawq/pull/773

    HAWQ-888. Remove some dummy files which were used to keep related "em\u2026

    \u2026pty" directories.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/paul-guo-/incubator-hawq make

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-hawq/pull/773.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #773
    
----
commit 4eda5a6f127ae65f753a8d4f217ef456cad01a6e
Author: Paul Guo <pa...@gmail.com>
Date:   2016-07-05T10:16:17Z

    HAWQ-888. Remove some dummy files which were used to keep related "empty" directories.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-hawq pull request #773: HAWQ-888. Remove some dummy files which we...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-hawq/pull/773


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-hawq issue #773: HAWQ-888. Remove some dummy files which were used...

Posted by xunzhang <gi...@git.apache.org>.
Github user xunzhang commented on the issue:

    https://github.com/apache/incubator-hawq/pull/773
  
    LGMT


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-hawq issue #773: HAWQ-888. Remove some dummy files which were used...

Posted by radarwave <gi...@git.apache.org>.
Github user radarwave commented on the issue:

    https://github.com/apache/incubator-hawq/pull/773
  
    I think this is better than the previous hack, usually users won't create the directories by themselves.
    
    +1



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-hawq issue #773: HAWQ-888. Remove some dummy files which were used...

Posted by xunzhang <gi...@git.apache.org>.
Github user xunzhang commented on the issue:

    https://github.com/apache/incubator-hawq/pull/773
  
    Could you add the clone info more specifically? For example, I tried your branch under my Mac and got error below, but I could not even know which repo is failed during cloning.
    
    ```
    Cloning into '.'...
    remote: Counting objects: 589045, done.
    remote: Compressing objects: 100% (73/73), done.
    error: RPC failed; curl 56 SSLRead() return error -36 251.00 KiB/s   
    fatal: The remote end hung up unexpectedly
    fatal: early EOF
    fatal: index-pack failed
    fatal: Could not parse object 'ca59dfa6f727fe3bf3a01904ec30e87f7fa5a67e'.
    Now fetch from upstream and try again
    From https://github.com/paul-guo-/incubator-hawq
     * branch            master     -> FETCH_HEAD
    fatal: Could not parse object 'ca59dfa6f727fe3bf3a01904ec30e87f7fa5a67e'.
    make[1]: *** [pgcrypto_prepare] Error 2
    make: *** [all] Error 2
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-hawq issue #773: HAWQ-888. Remove some dummy files which were used...

Posted by paul-guo- <gi...@git.apache.org>.
Github user paul-guo- commented on the issue:

    https://github.com/apache/incubator-hawq/pull/773
  
    @xunzhang, make fails because "git clone" fails, probably because of network issue or something else. This is not a makefile bug. You can try run make again. By the way, the build log includes the git command line (thus includes repo info). Just check the log before "Cloning into".


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---