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

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

                Author: ASF GitHub Bot
            Created on: 29/Nov/23 20:30
            Start Date: 29/Nov/23 20:30
    Worklog Time Spent: 10m 
      Work Description: Will-Lo commented on code in PR #3838:
URL: https://github.com/apache/gobblin/pull/3838#discussion_r1409831567


##########
gobblin-service/src/main/java/org/apache/gobblin/service/modules/flowgraph/datanodes/ExternalDataNode.java:
##########
@@ -0,0 +1,27 @@
+package org.apache.gobblin.service.modules.flowgraph.datanodes;
+
+import com.typesafe.config.Config;
+import org.apache.gobblin.service.modules.dataset.ExternalDatasetDescriptor;
+import org.apache.gobblin.service.modules.flowgraph.BaseDataNode;
+
+
+/**
+ * A DataNode for generic ingress/egress data movement outside of HDFS (HTTP 
or otherwise)
+ */
+public class ExternalDataNode extends BaseDataNode {
+  public static final String EXTERNAL_PLATFORM_NAME = "external";

Review Comment:
   probably not in this case





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

    Worklog Id:     (was: 893004)
    Time Spent: 1h 10m  (was: 1h)

> Add data node for generic external ingress egress
> -------------------------------------------------
>
>                 Key: GOBBLIN-1967
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-1967
>             Project: Apache Gobblin
>          Issue Type: Improvement
>          Components: gobblin-service
>            Reporter: William Lo
>            Assignee: Abhishek Tiwari
>            Priority: Major
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> GaaS has datanodes for HTTP, SFTP, and HDFS/Table varients. However, in some 
> scenarios we want a generic identifier for an external ingress/egress flow 
> running in GaaS. Reason being is that there are some usecases that can be 
> very generic and we want to avoid adapting these flows to the opinionated 
> setup of GaaS, while maintaining compatibility.



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

Reply via email to