Jay Sen created GOBBLIN-942:
-------------------------------
Summary: HOCON vs Java Prop for job configurations
Key: GOBBLIN-942
URL: https://issues.apache.org/jira/browse/GOBBLIN-942
Project: Apache Gobblin
Issue Type: Sub-task
Reporter: Jay Sen
currently {{PullFileLoader}} uses java property loader for *.pull & *.job files
and uses hocon loader for *.json & *.conf files.
This introduces lot of inconsistencies among how platform config gets treated
vs job config. I guess previously we used the \{env:***} format for using the
env variables but with GOBBLIN-939 it makes it HOCON compatible.
the current issue with treating job config file as java property file is that
it addes quote around the already quoted string which HOCON handles well.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)