You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@predictionio.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/09/04 09:38:20 UTC

[jira] [Commented] (PIO-37) install.sh script does not mkdir properly

    [ https://issues.apache.org/jira/browse/PIO-37?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15462633#comment-15462633 ] 

ASF GitHub Bot commented on PIO-37:
-----------------------------------

GitHub user aniruddha-adhikary opened a pull request:

    https://github.com/apache/incubator-predictionio/pull/290

    [PIO-37] mkdir: make parents if necessary

    ```
    mkdir: cannot create directory ‘/xyz/PredictionIO/vendors’: No such file or directory
    ```

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

    $ git pull https://github.com/aniruddha-adhikary/incubator-predictionio patch-1

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

    https://github.com/apache/incubator-predictionio/pull/290.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 #290
    
----
commit f21cbb585dc79678456fdae7f50af5b35a783548
Author: Aniruddha Adhikary <an...@adhikary.net>
Date:   2016-09-04T09:24:42Z

    mkdir: make parents if necessary

----


> install.sh script does not mkdir properly
> -----------------------------------------
>
>                 Key: PIO-37
>                 URL: https://issues.apache.org/jira/browse/PIO-37
>             Project: PredictionIO
>          Issue Type: Bug
>         Environment: Ubuntu 15.10 x64
>            Reporter: Aniruddha Adhikary
>            Priority: Minor
>              Labels: easyfix, newbie
>
> The install.sh script attempts to create ${vendors_dir} without creating it's parent; thus resulting in an error.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)