[ 
https://issues.apache.org/jira/browse/GOBBLIN-895?focusedWorklogId=332131&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-332131
 ]

ASF GitHub Bot logged work on GOBBLIN-895:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 22/Oct/19 18:17
            Start Date: 22/Oct/19 18:17
    Worklog Time Spent: 10m 
      Work Description: jhsenjaliya commented on pull request #2751: 
[GOBBLIN-895] Fixes Gobblin Standalone configs and scripts so that user guide 
is accurate
URL: https://github.com/apache/incubator-gobblin/pull/2751#discussion_r337675202
 
 

 ##########
 File path: bin/gobblin.sh
 ##########
 @@ -238,6 +238,11 @@ if [[ "$GOBBLIN_MODE_TYPE" == "$CLI" ]]; then
     fi
 fi
 
+CHECK_ENV_VARS=false
+if [ $ACTION == "start" ] || [ $ACTION == "restart" ]; then
 
 Review comment:
   actually, only start and restart goes through the function that does this 
check. Also the setting of ENV variables should be optional.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 332131)
    Time Spent: 1h  (was: 50m)

> Gobblin Standalone Script does not run properly
> -----------------------------------------------
>
>                 Key: GOBBLIN-895
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-895
>             Project: Apache Gobblin
>          Issue Type: Bug
>    Affects Versions: 0.15.0
>            Reporter: William Lo
>            Priority: Major
>             Fix For: 0.15.0
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> Gobblin.sh's changes do not support Gobblin standalone properly as specified 
> in the getting started docs. This is due to a regression in the 
> configurations of the app and the logger.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to