William Lo created GOBBLIN-1981:
-----------------------------------
Summary: Rename writer file path config name as it is not typesafe
Key: GOBBLIN-1981
URL: https://issues.apache.org/jira/browse/GOBBLIN-1981
Project: Apache Gobblin
Issue Type: Bug
Reporter: William Lo
There are some properties in Gobblin that are not typesafe when put in a Config
class object, this causes issues with GaaS passing those properties to Gobblin
cluster.
To resolve this, we should fix the property names so that there are no
conflicts.
The property in particular we want to change is writer.file.path.type that
conflicts with writer.file.path due to sharing the same prefix but expanding
the key when there's a value mapped to it (making it not type safe). We can
rename this property to writer.file.pathType
--
This message was sent by Atlassian Jira
(v8.20.10#820010)