Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Slider 0.81, Slider 0.90.2
-
None
-
None
Description
Today both SliderClient and SliderAM read package metainfo from HDFS. This requires downloading the whole package from HDFS. If package size is big (~200MB), this operation wastes tens of seconds in starting up the application.
To speed up the operation of reading metainfo, we can read from an summary xml/json file if it exists in the same HDFS folder as the zip package. If the summary file does not exist, it falls back to the old way of downloading the zip package.