You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2019/03/12 13:31:00 UTC

[jira] [Commented] (KNOX-1814) Move directory check to Java layer

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

ASF subversion and git services commented on KNOX-1814:
-------------------------------------------------------

Commit 984b0e950da0fcf56610f03edaf05dc7e31c6f30 in knox's branch refs/heads/master from Sandor Molnar
[ https://gitbox.apache.org/repos/asf?p=knox.git;h=984b0e9 ]

KNOX-1814 - Moving conf/data folder checking to Java layer from bash (#68)



> Move directory check to Java layer
> ----------------------------------
>
>                 Key: KNOX-1814
>                 URL: https://issues.apache.org/jira/browse/KNOX-1814
>             Project: Apache Knox
>          Issue Type: Improvement
>          Components: Server
>            Reporter: Sandor Molnar
>            Assignee: Sandor Molnar
>            Priority: Major
>             Fix For: 1.3.0
>
>          Time Spent: 3h
>  Remaining Estimate: 0h
>
> Currently, the following folder checks exist in {{gateway.sh}}:
>  * {{conf}} directory exists and can be read?
>  * {{data}}, {{log}}, {{pid}} directories exist and can be written?
> Only the {{conf}} and {{data}} folders are used by the Java code ({{log}} and {{pid}} only used in the bash script). Those directories are configurable using GATEWAY_HOME in the Java layer, therefore those checks should either be removed or fixed, so they take those variables into account.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)