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

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

                Author: ASF GitHub Bot
            Created on: 22/Sep/20 00:43
            Start Date: 22/Sep/20 00:43
    Worklog Time Spent: 10m 
      Work Description: htran1 commented on a change in pull request #3058:
URL: https://github.com/apache/incubator-gobblin/pull/3058#discussion_r492420961



##########
File path: 
gobblin-runtime/src/main/java/org/apache/gobblin/runtime/embedded/EmbeddedGobblin.java
##########
@@ -532,7 +539,7 @@ private void dumpJStackOnTimeout(String loc) {
     }
   }
 
-  private Configurable getSysConfig() {
+  public Configurable getSysConfig() {

Review comment:
       Is this public just for testing? We usually put the @VisibleForTesting 
annotation when access is relaxed just for the purpose of testing.




----------------------------------------------------------------
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:
[email protected]


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

            Worklog Id:     (was: 487360)
    Remaining Estimate: 0h
            Time Spent: 10m

> Support for running a single ingestion job using Gobblin cli
> ------------------------------------------------------------
>
>                 Key: GOBBLIN-1267
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-1267
>             Project: Apache Gobblin
>          Issue Type: Improvement
>            Reporter: Shirshanka Das
>            Assignee: Shirshanka Das
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Gobblin cli doesn't support running any specific pull file. 
> Gobblin standalone does support that, but it keeps running forever as a 
> daemon. 
>  
> Since we're standardizing on gobblin cli as the lightweight mechanism to run 
> Gobblin jobs, we should support a mode for running a single ingestion job 
> with a specified job config file. This should support all modes of running a 
> Gobblin job (at least standalone and MR) 



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

Reply via email to