Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ endpoints
Endpoints
56 in github.com/apache/impala
⨍
Functions
43,496
◇
Types & classes
6,611
↳
Endpoints
56
Route
custom_run
app.route("/custom_run")
tests/comparison/leopard/front_end.py:None
Route
front_page
app.route("/")
tests/comparison/leopard/front_end.py:None
Route
show_report
app.route('/reports/<report_id>')
tests/comparison/leopard/front_end.py:None
Route
start_run
app.route('/start_run', methods=['POST', 'GET'])
tests/comparison/leopard/front_end.py:None
Route
test_conversion
CustomClusterTestSuite.with_args("-convert_legacy_hive_parquet_utc_timestamps=true " "-hdfs_zone_info_zi
tests/custom_cluster/test_hive_parquet_timestamp_conversion.py:None
Route
test_data_cache_deterministic_lirs
CustomClusterTestSuite.with_args( impalad_args=get_impalad_args("LIRS"), start_args=CACHE_START_AR
tests/custom_cluster/test_data_cache.py:None
Route
test_data_cache_deterministic_lru
CustomClusterTestSuite.with_args( impalad_args=get_impalad_args("LRU"), start_args=CACHE_START_ARG
tests/custom_cluster/test_data_cache.py:None
Route
test_data_cache_deterministic_no_file_handle_cache
CustomClusterTestSuite.with_args( impalad_args=get_impalad_args("LRU") + " --max_cached_file_handles=0",
tests/custom_cluster/test_data_cache.py:None
Route
test_data_cache_disablement_lirs
CustomClusterTestSuite.with_args( impalad_args=get_impalad_args("LIRS"), start_args=CACHE_START_AR
tests/custom_cluster/test_data_cache.py:None
Route
test_data_cache_disablement_lru
CustomClusterTestSuite.with_args( impalad_args=get_impalad_args("LRU"), start_args=CACHE_START_ARG
tests/custom_cluster/test_data_cache.py:None
Route
test_data_cache_keep_across_restarts_lirs
CustomClusterTestSuite.with_args( impalad_args=get_impalad_args("LIRS", keep_across_restarts=True),
tests/custom_cluster/test_data_cache.py:None
Route
test_data_cache_keep_across_restarts_lru
CustomClusterTestSuite.with_args( impalad_args=get_impalad_args("LRU", keep_across_restarts=True),
tests/custom_cluster/test_data_cache.py:None
Route
test_data_cache_lirs
CustomClusterTestSuite.with_args( impalad_args=get_impalad_args("LIRS", high_write_concurrency=False,
tests/custom_cluster/test_data_cache.py:None
Route
test_data_cache_lirs_instant_evictions
CustomClusterTestSuite.with_args( impalad_args=get_impalad_args("LIRS", high_write_concurrency=False),
tests/custom_cluster/test_data_cache.py:None
Route
test_data_cache_lru
CustomClusterTestSuite.with_args( impalad_args=get_impalad_args("LRU", high_write_concurrency=False,
tests/custom_cluster/test_data_cache.py:None
Route
test_data_cache_readonly_lirs
CustomClusterTestSuite.with_args( impalad_args=get_impalad_args("LIRS", keep_across_restarts=True),
tests/custom_cluster/test_data_cache.py:None
Route
test_data_cache_readonly_lru
CustomClusterTestSuite.with_args( impalad_args=get_impalad_args("LRU", keep_across_restarts=True),
tests/custom_cluster/test_data_cache.py:None
Route
test_data_cache_reduce_size_restarts_lirs
CustomClusterTestSuite.with_args( impalad_args=get_impalad_args("LIRS", keep_across_restarts=True),
tests/custom_cluster/test_data_cache.py:None
Route
test_data_cache_reduce_size_restarts_lru
CustomClusterTestSuite.with_args( impalad_args=get_impalad_args("LRU", keep_across_restarts=True),
tests/custom_cluster/test_data_cache.py:None
Route
test_default_timezone
pytest.mark.skipif(ImpalaTestClusterProperties.get_instance().is_remote_cluster(), reaso
tests/shell/test_shell_commandline.py:None
Route
test_drop_corrupt_table
SkipIf.not_dfs(reason="Dfs required as test to directly delete files.")
tests/query_test/test_iceberg.py:None
Route
test_end_data_stream_error
CustomClusterTestSuite.with_args("--debug_actions=" + _get_fail_action(rpc=END_DATA_STREAM_RPC, error=RE
tests/custom_cluster/test_rpc_exception.py:None
Route
test_end_data_stream_retry
CustomClusterTestSuite.with_args("--debug_actions=" + _get_fail_action(rpc=END_DATA_STREAM_RPC, error=RE
tests/custom_cluster/test_rpc_exception.py:None
Route
test_exec_error
CustomClusterTestSuite.with_args("--debug_actions=" + _get_rpc_debug_action(rpc=EXEC_RPC, action="SLEEP@
tests/custom_cluster/test_rpc_exception.py:None
Route
test_graceful_shutdown_script
CustomClusterTestSuite.with_args( impalad_args="--shutdown_grace_period_s={grace_period} \ --h
tests/custom_cluster/test_restart_services.py:None
Route
test_hive_analytics_cannot_contain_aggs
pytest.mark.parametrize('analytic_func', HiveProfile() .get_analytic_funcs_that_canno
tests/comparison/tests/hive/test_hive_create_agg_or_analytic_tree.py:None
Route
test_hive_impala_interop
CustomClusterTestSuite.with_args("-convert_legacy_hive_parquet_utc_timestamps=true " "-hdfs_zone_info_zi
tests/custom_cluster/test_hive_parquet_codec_interop.py:None
Route
test_invalid_aliases
CustomClusterTestSuite.with_args("-hdfs_zone_info_zip=%s" % get_fs_path("/test-warehouse/tzdb/2017c.zip"
tests/custom_cluster/test_shared_tzdb.py:None
Route
test_make_create_table_sql
pytest.mark.parametrize( 'unittest_cursor_map', [ {'class': ImpalaCursor, 'sql': {'two_co
tests/comparison/tests/test_cursor.py:None
Route
test_max_post_length
CustomClusterTestSuite.with_args( impalad_args="--webserver_max_post_length_bytes=100" )
tests/custom_cluster/test_web_pages.py:None
Route
test_miss_complete_cb
CustomClusterTestSuite.with_args( impalad_args=("--backend_client_rpc_timeout_ms=1000 --debug_actions="
tests/custom_cluster/test_rpc_timeout.py:None
Route
test_no_conversion
CustomClusterTestSuite.with_args("-convert_legacy_hive_parquet_utc_timestamps=false " "-hdfs_zone_info_z
tests/custom_cluster/test_hive_parquet_timestamp_conversion.py:None
Route
test_no_exception_in_show_roles_if_no_roles_in_ranger
CustomClusterTestSuite.with_args( impalad_args=IMPALAD_ARGS, catalogd_args=CATALOGD_ARGS, # We add
tests/authorization/test_ranger.py:None
Route
test_parquet_nested
pytest.mark.xfail(ImpalaTestClusterProperties.get_instance().is_remote_cluster(), reason=
tests/query_test/test_mt_dop.py:None
Route
test_remote_assignment
CustomClusterTestSuite.with_args( impalad_args='--hostname=' + get_external_ip(), cluster_size=1)
tests/custom_cluster/test_scheduler_locality.py:None
Route
test_remote_caching_disabled_by_global_param
CustomClusterTestSuite.with_args( impalad_args="--max_cached_file_handles=0 --hostname=" + get_external_
tests/custom_cluster/test_hdfs_fd_caching.py:None
Route
test_remote_caching_disabled_by_param
CustomClusterTestSuite.with_args( impalad_args="--cache_remote_file_handles=false --cache_s3_file_handle
tests/custom_cluster/test_hdfs_fd_caching.py:None
Route
test_retry_exec_rpc_failure_before_admin_delay
CustomClusterTestSuite.with_args( impalad_args="--debug_actions=" + _get_rpc_fail_action(FAILED_KRPC_POR
tests/custom_cluster/test_query_retries.py:None
Route
test_retry_query_failure_all_executors_blacklisted
CustomClusterTestSuite.with_args( impalad_args="--debug_actions=" + _get_rpc_fail_action(FAILED_KRPC_POR
tests/custom_cluster/test_query_retries.py:None
Route
test_shared_timezone_aliases
CustomClusterTestSuite.with_args("-hdfs_zone_info_zip=%s -hdfs_zone_alias_conf=%s" % (get_fs_path("/test
tests/custom_cluster/test_shared_tzdb.py:None
Route
test_shared_timezones
CustomClusterTestSuite.with_args("-hdfs_zone_info_zip=%s" % get_fs_path("/test-warehouse/tzdb/2017c.zip"
tests/custom_cluster/test_shared_tzdb.py:None
Route
test_shutdown_coordinator
CustomClusterTestSuite.with_args( impalad_args="--shutdown_grace_period_s={grace_period} \ --s
tests/custom_cluster/test_restart_services.py:None
Route
test_shutdown_coordinator_and_executor_cancel_query
CustomClusterTestSuite.with_args( impalad_args="--shutdown_grace_period_s={grace_period} \ --s
tests/custom_cluster/test_restart_services.py:None
Route
test_shutdown_coordinator_cancel_query
CustomClusterTestSuite.with_args( impalad_args="--shutdown_grace_period_s={grace_period} \ --s
tests/custom_cluster/test_restart_services.py:None
Route
test_shutdown_executor
CustomClusterTestSuite.with_args( impalad_args="--shutdown_grace_period_s={grace_period} \ --s
tests/custom_cluster/test_restart_services.py:None
Route
test_shutdown_executor_with_delay
CustomClusterTestSuite.with_args( impalad_args="--shutdown_grace_period_s={grace_period} \ --s
tests/custom_cluster/test_restart_services.py:None
Route
test_shutdown_executor_with_query_cancel_period
CustomClusterTestSuite.with_args( impalad_args="--shutdown_grace_period_s={grace_period} \ --s
tests/custom_cluster/test_restart_services.py:None
Route
test_shutdown_idle
CustomClusterTestSuite.with_args( impalad_args="--shutdown_grace_period_s={grace_period} \ --r
tests/custom_cluster/test_restart_services.py:None
Route
test_shutdown_idle_rpc_use_uds
CustomClusterTestSuite.with_args( impalad_args="--shutdown_grace_period_s={grace_period} \ --r
tests/custom_cluster/test_restart_services.py:None
Route
test_shutdown_signal
CustomClusterTestSuite.with_args( impalad_args="--shutdown_grace_period_s={grace_period} \ --s
tests/custom_cluster/test_restart_services.py:None
Route
test_skipping_batching_events
CustomClusterTestSuite.with_args( catalogd_args="--enable_sync_to_latest_event_on_ddls=true "
tests/custom_cluster/test_events_custom_configs.py:None
Route
test_state_report_error
CustomClusterTestSuite.with_args("--debug_actions=" + _get_rpc_debug_action(rpc=EXEC_RPC, action="SLEEP@
tests/custom_cluster/test_rpc_exception.py:None
Route
test_transmit_data_error
CustomClusterTestSuite.with_args("--debug_actions=" + _get_fail_action(rpc=TRANSMIT_DATA_RPC, error=REJE
tests/custom_cluster/test_rpc_exception.py:None
Route
test_transmit_data_retry
CustomClusterTestSuite.with_args("--debug_actions=" + _get_fail_action(rpc=TRANSMIT_DATA_RPC, error=REJE
tests/custom_cluster/test_rpc_exception.py:None
Route
test_wide_table_operations
CustomClusterTestSuite.with_args( jvm_args="-Xmx2g -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath="
tests/custom_cluster/test_wide_table_operations.py:None
Route
test_xff_ranger_audit
CustomClusterTestSuite.with_args( impala_log_dir=tempfile.mkdtemp(prefix="ranger_audit_xff", dir=os.getenv
tests/authorization/test_ranger.py:None