.. _l-staticmethods: Static Methods ============== .. contents:: :local: :depth: 1 Summary +++++++ +----------------------------------------------------------------------------------------------------------------------+----------------+-------------------------------------------------------------------------------------------------------+ | staticmethod | class parent | truncated documentation | +======================================================================================================================+================+=======================================================================================================+ | :meth:`HIVE_azure_parser ` | MagicAzure | defines the way to parse the magic command ``%HIVE_azure`` | +----------------------------------------------------------------------------------------------------------------------+----------------+-------------------------------------------------------------------------------------------------------+ | :meth:`HIVE_azure_submit_parser ` | MagicAzure | Defines the way to parse the magic command ``%HIVE_azure_submit``. | +----------------------------------------------------------------------------------------------------------------------+----------------+-------------------------------------------------------------------------------------------------------+ | :meth:`HIVE_parser ` | MagicRemoteSSH | defines the way to parse the magic command ``%%HIVE`` | +----------------------------------------------------------------------------------------------------------------------+----------------+-------------------------------------------------------------------------------------------------------+ | :meth:`PIG_azure_parser ` | MagicAzure | defines the way to parse the magic command ``%%PIG_azure`` | +----------------------------------------------------------------------------------------------------------------------+----------------+-------------------------------------------------------------------------------------------------------+ | :meth:`PIG_parser ` | MagicRemoteSSH | defines the way to parse the magic command ``%%PIG`` | +----------------------------------------------------------------------------------------------------------------------+----------------+-------------------------------------------------------------------------------------------------------+ | :py:meth:`_get_out_format ` | ASSHClient | Returns a function which converts an :epkg:`ANSI` string into a different format. | +----------------------------------------------------------------------------------------------------------------------+----------------+-------------------------------------------------------------------------------------------------------+ | :meth:`blob_copy_parser ` | MagicAzure | defines the way to parse the magic command ``%blob_copy`` | +----------------------------------------------------------------------------------------------------------------------+----------------+-------------------------------------------------------------------------------------------------------+ | :meth:`blob_delete_parser ` | MagicAzure | defines the way to parse the magic command ``%blob_delete`` | +----------------------------------------------------------------------------------------------------------------------+----------------+-------------------------------------------------------------------------------------------------------+ | :meth:`blob_down_parser ` | MagicAzure | Defines the way to parse the magic command ``%blob_down``. | +----------------------------------------------------------------------------------------------------------------------+----------------+-------------------------------------------------------------------------------------------------------+ | :meth:`blob_downmerge_parser ` | MagicAzure | defines the way to parse the magic command ``%blob_downmerge`` | +----------------------------------------------------------------------------------------------------------------------+----------------+-------------------------------------------------------------------------------------------------------+ | :meth:`blob_head_parser ` | MagicAzure | defines the way to parse the magic command ``%blob_head`` | +----------------------------------------------------------------------------------------------------------------------+----------------+-------------------------------------------------------------------------------------------------------+ | :meth:`blob_ls_parser ` | MagicAzure | defines the way to parse the magic command ``%blob_ls`` | +----------------------------------------------------------------------------------------------------------------------+----------------+-------------------------------------------------------------------------------------------------------+ | :meth:`blob_lsl_parser ` | MagicAzure | defines the way to parse the magic command ``%blob_lsl`` | +----------------------------------------------------------------------------------------------------------------------+----------------+-------------------------------------------------------------------------------------------------------+ | :meth:`blob_open_parser ` | MagicAzure | defines the way to parse the magic command ``%blob_open`` | +----------------------------------------------------------------------------------------------------------------------+----------------+-------------------------------------------------------------------------------------------------------+ | :meth:`blob_path_parser ` | MagicAzure | defines the magic command ``%blob_path``, checks the path used in commands ``blob_down``, ``blob_up`` | +----------------------------------------------------------------------------------------------------------------------+----------------+-------------------------------------------------------------------------------------------------------+ | :meth:`blob_rmr_parser ` | MagicAzure | defines the way to parse the magic command ``%blob_rmr`` | +----------------------------------------------------------------------------------------------------------------------+----------------+-------------------------------------------------------------------------------------------------------+ | :meth:`blob_up_parser ` | MagicAzure | Defines the way to parse the magic command ``%blob_up``. | +----------------------------------------------------------------------------------------------------------------------+----------------+-------------------------------------------------------------------------------------------------------+ | :meth:`build_command_line_parameters ` | ASSHClient | builds a string for ``pig`` based on the parameters in params | +----------------------------------------------------------------------------------------------------------------------+----------------+-------------------------------------------------------------------------------------------------------+ | :meth:`dfs_ls_parser ` | MagicRemoteSSH | defines the way to parse the magic command ``%dfs_ls`` | +----------------------------------------------------------------------------------------------------------------------+----------------+-------------------------------------------------------------------------------------------------------+ | :meth:`dfs_mkdir_parser ` | MagicRemoteSSH | defines the way to parse the magic command ``%dfs_mkdir`` | +----------------------------------------------------------------------------------------------------------------------+----------------+-------------------------------------------------------------------------------------------------------+ | :meth:`dfs_rm_parser ` | MagicRemoteSSH | defines the way to parse the magic command ``%dfs_rm`` | +----------------------------------------------------------------------------------------------------------------------+----------------+-------------------------------------------------------------------------------------------------------+ | :meth:`hd_job_kill_parser ` | MagicAzure | defines the way to parse the magic command ``%hd_job_kill`` | +----------------------------------------------------------------------------------------------------------------------+----------------+-------------------------------------------------------------------------------------------------------+ | :meth:`hd_job_status_parser ` | MagicAzure | defines the way to parse the magic command ``%hd_job_status`` | +----------------------------------------------------------------------------------------------------------------------+----------------+-------------------------------------------------------------------------------------------------------+ | :meth:`hd_open_parser ` | MagicAzure | defines the way to parse the magic command ``%hd_open`` | +----------------------------------------------------------------------------------------------------------------------+----------------+-------------------------------------------------------------------------------------------------------+ | :meth:`hd_pig_submit_parser ` | MagicAzure | Defines the way to parse the magic command ``%hd_pig_submit``. | +----------------------------------------------------------------------------------------------------------------------+----------------+-------------------------------------------------------------------------------------------------------+ | :meth:`hd_queue_parser ` | MagicAzure | defines the way to parse the magic command ``%hd_queue`` | +----------------------------------------------------------------------------------------------------------------------+----------------+-------------------------------------------------------------------------------------------------------+ | :meth:`hd_tail_stderr_parser ` | MagicAzure | defines the way to parse the magic command ``%hd_tail_stderr`` | +----------------------------------------------------------------------------------------------------------------------+----------------+-------------------------------------------------------------------------------------------------------+ | :meth:`hive_submit_parser ` | MagicRemoteSSH | defines the way to parse the magic command ``%hive_submit`` | +----------------------------------------------------------------------------------------------------------------------+----------------+-------------------------------------------------------------------------------------------------------+ | :meth:`job_syntax_parser ` | MagicRemoteSSH | defines the way to parse the magic command ``%job_syntax`` | +----------------------------------------------------------------------------------------------------------------------+----------------+-------------------------------------------------------------------------------------------------------+ | :meth:`jython_parser ` | MagicAzure | defines the way to parse the magic command ``%%jython`` | +----------------------------------------------------------------------------------------------------------------------+----------------+-------------------------------------------------------------------------------------------------------+ | :meth:`mask_string ` | AzureClient | return empty string or as many ``*`` as the length of the string | +----------------------------------------------------------------------------------------------------------------------+----------------+-------------------------------------------------------------------------------------------------------+ | :meth:`open_remote_shell_parser ` | MagicRemoteSSH | defines the way to parse the magic command ``%open_remote_shell`` | +----------------------------------------------------------------------------------------------------------------------+----------------+-------------------------------------------------------------------------------------------------------+ | :meth:`parse_lsout ` | ASSHClient | parses the output of a command ls | +----------------------------------------------------------------------------------------------------------------------+----------------+-------------------------------------------------------------------------------------------------------+ | :meth:`pig_submit_parser ` | MagicRemoteSSH | defines the way to parse the magic command ``%pig_submit`` | +----------------------------------------------------------------------------------------------------------------------+----------------+-------------------------------------------------------------------------------------------------------+ | :meth:`remote_down_cluster_parser ` | MagicRemoteSSH | defines the way to parse the magic command ``%remote_down_cluster`` | +----------------------------------------------------------------------------------------------------------------------+----------------+-------------------------------------------------------------------------------------------------------+ | :meth:`remote_down_parser ` | MagicRemoteSSH | defines the way to parse the magic command ``%remote_down`` | +----------------------------------------------------------------------------------------------------------------------+----------------+-------------------------------------------------------------------------------------------------------+ | :meth:`remote_ls_parser ` | MagicRemoteSSH | defines the way to parse the magic command ``%remote_ls`` | +----------------------------------------------------------------------------------------------------------------------+----------------+-------------------------------------------------------------------------------------------------------+ | :meth:`remote_open_parser ` | MagicRemoteSSH | defines the way to parse the magic command ``%remote_open`` | +----------------------------------------------------------------------------------------------------------------------+----------------+-------------------------------------------------------------------------------------------------------+ | :meth:`remote_py_parser ` | MagicRemoteSSH | defines the way to parse the magic command ``%remote_py`` | +----------------------------------------------------------------------------------------------------------------------+----------------+-------------------------------------------------------------------------------------------------------+ | :meth:`remote_up_cluster_parser ` | MagicRemoteSSH | defines the way to parse the magic command ``%remote_up_cluster`` | +----------------------------------------------------------------------------------------------------------------------+----------------+-------------------------------------------------------------------------------------------------------+ | :meth:`remote_up_parser ` | MagicRemoteSSH | defines the way to parse the magic command ``%remote_up`` | +----------------------------------------------------------------------------------------------------------------------+----------------+-------------------------------------------------------------------------------------------------------+ | :meth:`runjython_parser ` | MagicAzure | defines the way to parse the magic command ``%%runjython`` | +----------------------------------------------------------------------------------------------------------------------+----------------+-------------------------------------------------------------------------------------------------------+