Closed cppwfs closed 4 years ago
For Batch we need to support the use of types in the key of a job param. i.e. run.id(Long)=1. At this time CF does not support an unescaped parenthesis as a key in a command line arg. It needs to be escape like the following run.id\(Long\)=1.
For Batch we need to support the use of types in the key of a job param. i.e. run.id(Long)=1. At this time CF does not support an unescaped parenthesis as a key in a command line arg. It needs to be escape like the following run.id\(Long\)=1.