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

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

                Author: ASF GitHub Bot
            Created on: 19/Oct/22 23:08
            Start Date: 19/Oct/22 23:08
    Worklog Time Spent: 10m 
      Work Description: Will-Lo commented on code in PR #3583:
URL: https://github.com/apache/gobblin/pull/3583#discussion_r1000005922


##########
gobblin-service/src/main/java/org/apache/gobblin/service/modules/flowgraph/BaseFlowGraphHelper.java:
##########
@@ -60,21 +60,21 @@
  */
 @Slf4j
 public class BaseFlowGraphHelper {
-  public static final int NODE_FILE_DEPTH = 3;
-  public static final int EDGE_FILE_DEPTH = 4;
+  private static final int NODE_FILE_DEPTH = 3;
+  private static final int EDGE_FILE_DEPTH = 4;

Review Comment:
   Added an example in the java docs





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

    Worklog Id:     (was: 818628)
    Time Spent: 1.5h  (was: 1h 20m)

> Support a flowgraph layout for shared node configurations
> ---------------------------------------------------------
>
>                 Key: GOBBLIN-1724
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-1724
>             Project: Apache Gobblin
>          Issue Type: Improvement
>            Reporter: William Lo
>            Priority: Major
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> Currently the GaaS Flowgraph assumes that there will be one separate 
> flowgraph for each configured use case, but this adds for a large amount of 
> duplication when supporting multiple flowgraphs.
> We should support a layout where there can be a directory for shared nodes 
> between each flowgraph, and each flowgraph can overwrite properties for these 
> nodes if needed.
> e.g.
> {code:java}
> /flowgraph
> ../nodeA
> ..../nodeB
> ......edgeAB.properties
> ../nodeB
> ....nodeB.properties
> /nodes
> ..nodeA.properties
> ..nodeB.properties{code}
> Where nodeA will use the shared properties, and nodeB will use the union of 
> the properties in /flowgraph and the shared properties.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to