+ var TIME_TO_LIVE_IN_MILLIS = $.totalStorage('hue.cacheable.ttl') || 86400000; // 1 day by default, configurable with $.totalStorage('hue.cacheable.ttl', 1234567890)
var AUTOCOMPLETE_API_PREFIX = "/notebook/api/autocomplete/";
var HDFS_API_PREFIX = "/filebrowser/view=";
var HDFS_PARAMETERS = "?pagesize=100&format=json";