You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by felixcheung <gi...@git.apache.org> on 2016/11/25 20:44:12 UTC

[GitHub] zeppelin pull request #1683: Fix Travis error with ls command

GitHub user felixcheung opened a pull request:

    https://github.com/apache/zeppelin/pull/1683

    Fix Travis error with ls command

    ### What is this PR for?
    Fix error with
    
    ```
    The command "ls -la .spark-dist ${HOME}/.m2/repository/.cache/maven-download-plugin" failed and exited with 2 during .
    ```
    
    ### What type of PR is it?
    Bug Fix
    
    ### How should this be tested?
    CI
    
    ### Questions:
    * Does the licenses files need update? None
    * Is there breaking changes for older versions? None
    * Does this needs documentation? None
    


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

    $ git pull https://github.com/felixcheung/incubator-zeppelin fixls

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

    https://github.com/apache/zeppelin/pull/1683.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 #1683
    
----
commit 0548861d6ce731bfd24bf41050d65904f5018168
Author: Felix Cheung <fe...@hotmail.com>
Date:   2016-11-25T20:42:32Z

    fix exit code

----


---
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] zeppelin issue #1683: Fix Travis build error with ls command

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

    https://github.com/apache/zeppelin/pull/1683
  
    LGTM!


---
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] zeppelin issue #1683: Fix Travis build error with ls command

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

    https://github.com/apache/zeppelin/pull/1683
  
    thanks!


---
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] zeppelin issue #1683: Fix Travis build error with ls command

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

    https://github.com/apache/zeppelin/pull/1683
  
    @Leemoonsoo please have a look, thanks!


---
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] zeppelin pull request #1683: Fix Travis build error with ls command

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

    https://github.com/apache/zeppelin/pull/1683


---
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] zeppelin issue #1683: Fix Travis build error with ls command

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

    https://github.com/apache/zeppelin/pull/1683
  
    output looks fine
    ```
    0.01s$ ls -la .spark-dist ${HOME}/.m2/repository/.cache/maven-download-plugin || true
    /home/travis/.m2/repository/.cache/maven-download-plugin:
    total 0
    drwxr-xr-x 2 travis travis  6 Nov  5 03:03 .
    drwxr-xr-x 3 travis travis 34 Nov 20 20:13 ..
    .spark-dist:
    total 4
    drwxr-xr-x  2 travis travis    6 Nov  5 03:03 .
    drwxr-xr-x 47 travis travis 4096 Nov 25 20:57 ..
    ```


---
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.
---