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

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

                Author: ASF GitHub Bot
            Created on: 23/Nov/19 00:21
            Start Date: 23/Nov/19 00:21
    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_r349842446
 
 

 ##########
 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:
   @Will-Lo , this line has syntax error as per bash 4.0, can u pls take a look.
   since `CHECK_ENV_VARS` check happens only in start function anyway, do you 
want to remove this conditional set and set it by default to TRUE always. Also 
if you set the variable at  line 34, it can be overridable by `gobblin-env.sh`.
 
----------------------------------------------------------------
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: 348428)
    Time Spent: 2h 10m  (was: 2h)

> 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: 2h 10m
>  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