|
@@ -24,7 +24,7 @@
|
|
|
VCS, ENABLE_GIST, ENABLE_LINK_SHARING, has_channels, has_connectors, ENABLE_UNIFIED_ANALYTICS, RAZ
|
|
VCS, ENABLE_GIST, ENABLE_LINK_SHARING, has_channels, has_connectors, ENABLE_UNIFIED_ANALYTICS, RAZ
|
|
|
from desktop.models import hue_version, _get_apps, get_cluster_config
|
|
from desktop.models import hue_version, _get_apps, get_cluster_config
|
|
|
|
|
|
|
|
- from beeswax.conf import DOWNLOAD_BYTES_LIMIT, DOWNLOAD_ROW_LIMIT, LIST_PARTITIONS_LIMIT, CLOSE_SESSIONS
|
|
|
|
|
|
|
+ from beeswax.conf import DOWNLOAD_BYTES_LIMIT, DOWNLOAD_ROW_LIMIT, LIST_PARTITIONS_LIMIT, CLOSE_SESSIONS, HPLSQL
|
|
|
from dashboard.conf import HAS_SQL_ENABLED
|
|
from dashboard.conf import HAS_SQL_ENABLED
|
|
|
from jobbrowser.conf import ENABLE_HISTORY_V2
|
|
from jobbrowser.conf import ENABLE_HISTORY_V2
|
|
|
from filebrowser.conf import SHOW_UPLOAD_BUTTON, REMOTE_STORAGE_HOME
|
|
from filebrowser.conf import SHOW_UPLOAD_BUTTON, REMOTE_STORAGE_HOME
|
|
@@ -137,6 +137,7 @@
|
|
|
window.JB_SINGLE_CHECK_INTERVAL_IN_MILLIS = 5000;
|
|
window.JB_SINGLE_CHECK_INTERVAL_IN_MILLIS = 5000;
|
|
|
window.JB_MULTI_CHECK_INTERVAL_IN_MILLIS = 20000;
|
|
window.JB_MULTI_CHECK_INTERVAL_IN_MILLIS = 20000;
|
|
|
window.CLOSE_SESSIONS = {'hive': '${ CLOSE_SESSIONS.get() }' === 'True'};
|
|
window.CLOSE_SESSIONS = {'hive': '${ CLOSE_SESSIONS.get() }' === 'True'};
|
|
|
|
|
+ window.HPLSQL = '${ HPLSQL.get() }' === 'True';
|
|
|
|
|
|
|
|
window.HUE_URLS = {
|
|
window.HUE_URLS = {
|
|
|
IMPORTER_CREATE_TABLE: '${ 'indexer' in apps and url('indexer:importer_prefill', source_type = 'all', target_type = 'table')}',
|
|
IMPORTER_CREATE_TABLE: '${ 'indexer' in apps and url('indexer:importer_prefill', source_type = 'all', target_type = 'table')}',
|