Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
Slider configuration model is bit different from Hadoop. Slider has configuration object with several fields differentiations such as properties, environment and files that has more functionality such as fileName, fileType, srcFile, destFile.
"configuration" : { "properties": { "rohith.test.properties": "inside-properties" }, "env": { "NUM_SHARDS": "insde-env" } "files" : [ { "type": "HADOOP_XML_TEMPLATE", "src_file": "hdfs://yclouddev/tmp/conf/core-site.xml", "dest_file": "/etc/hadoop/conf/core-site.xml" }]
Timeline entity config is modeled as a flattened map of String to String, that is not flexible enough to satisfy above use-case. This need to rethink how can it be modeled.