Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Yelp/mrjob
/ functions
Functions
4,468 in github.com/Yelp/mrjob
⨍
Functions
4,468
◇
Types & classes
673
↳
Endpoints
1
Method
__init__
(self, jar, **kwargs)
mrjob/step.py:459
Method
__init__
(self, spark, **kwargs)
mrjob/step.py:488
Method
__init__
(self, jar, main_class, **kwargs)
mrjob/step.py:530
Method
__init__
(self, script, **kwargs)
mrjob/step.py:570
Method
__init__
Wrap the given object :param wrapped: the object to wrap :param retry_if: a method that takes an exception, and returns whet
mrjob/retry.py:41
Method
__init__
( self, reason=None, step_num=None, num_steps=None, step_desc=None, task_type=None, ta
mrjob/local.py:58
Method
__init__
All runners take the following keyword arguments: :type mr_job_script: str :param mr_job_script: the path of the ``.py`` file contain
mrjob/runner.py:118
Method
__init__
(self, **kwargs)
mrjob/sim.py:77
Method
__init__
Entry point for running your job from other Python code. You can pass in command-line arguments, and the job will act the same way it
mrjob/job.py:89
Method
__init__
(self, value)
mrjob/conf.py:95
Method
__init__
:py:class:`~mrjob.emr.EMRJobRunner` takes the same arguments as :py:class:`~mrjob.runner.MRJobRunner`, plus some additional options wh
mrjob/emr.py:343
Method
__init__
(self, **kwargs)
mrjob/cloud.py:80
Method
__init__
Make an :py:class`UploadDirManager`. :param string prefix: The URI for the directory (e.g. `s3://bucket/dir/`).
mrjob/setup.py:301
Method
__init__
(self, archive_file_suffix='')
mrjob/setup.py:372
Method
__init__
:py:class:`~mrjob.dataproc.DataprocJobRunner` takes the same arguments as :py:class:`~mrjob.runner.MRJobRunner`, plus some additional
mrjob/dataproc.py:236
Method
__init__
Create a Spark runner. :param max_output_files: limit on number of output files when running streaming jobs.
mrjob/spark/runner.py:97
Method
__init__
(self, *args, **kwargs)
mrjob/examples/mr_wc.py:23
Method
__init__
(self)
mrjob/fs/composite.py:31
Method
__init__
Create a Hadoop filesystem :param hadoop_bin: ``hadoop`` binary, as a list of args. If set to ``None``, we'll auto
mrjob/fs/hadoop.py:60
Method
__init__
(self, credentials=None, project_id=None, part_size=None, location=None, object_ttl_days=None
mrjob/fs/gcs.py:77
Method
__init__
:param ssh_bin: path to ``ssh`` binary :param ec2_key_pair_file: path to an SSH keyfile :param ssh_add_bin: path to ``ssh-add
mrjob/fs/ssh.py:44
Method
__init__
(self, aws_access_key_id=None, aws_secret_access_key=None, aws_session_token=None, s3_endpoin
mrjob/fs/s3.py:94
Method
__init__
(self, fp)
tests/test_util.py:289
Method
__init__
(self, *args, **kwargs)
tests/test_job.py:129
Method
__init__
(self, x, y)
tests/test_protocol.py:52
Method
__init__
(self, *args, **kwargs)
tests/spark/test_harness.py:103
Method
__init__
( self, mock_log_entries, project=None, credentials=None)
tests/mock_google/logging.py:36
Method
__init__
(self, mock_gcs_fs)
tests/mock_google/storage.py:28
Method
__init__
(self, client, name)
tests/mock_google/storage.py:53
Method
__init__
(self, name, bucket, chunk_size=None)
tests/mock_google/storage.py:136
Method
__init__
( self, mock_clusters, mock_jobs, mock_gcs_fs, mock_jobs_succeed, channel=None, creden
tests/mock_google/dataproc.py:103
Method
__init__
(self, args, stdin=None, stdout=None, stderr=None)
tests/fs/__init__.py:38
Method
__init__
(self, mock_ec2_images, aws_access_key_id=None, aws_secret_
tests/mock_boto3/ec2.py:30
Method
__init__
Create a mock version boto3 EMR clients. By default, jobs will run to conclusion, and if their output dir is on S3, create a single e
tests/mock_boto3/emr.py:134
Method
__init__
(self, mock_s3_fs, aws_access_key_id=None, aws_secret_acces
tests/mock_boto3/s3.py:51
Method
__init__
(self, aws_access_key_id=None, aws_secret_access_key=None,
tests/mock_boto3/s3.py:181
Method
__init__
(self, _client)
tests/mock_boto3/s3.py:211
Method
__init__
Create a mock bucket with the given name and client
tests/mock_boto3/s3.py:224
Method
__init__
(self, _bucket)
tests/mock_boto3/s3.py:242
Method
__init__
(self, client, bucket_name, key)
tests/mock_boto3/s3.py:267
Method
__init__
(self, data)
tests/mock_boto3/s3.py:381
Method
__init__
Mock out connection to IAM. mock_iam_instance_profiles maps profile name to a dict containing: create_date -- ISO creation dateti
tests/mock_boto3/iam.py:38
Method
__init__
(self, client=None, endpoint_url=None, region_name=None)
tests/mock_boto3/util.py:22
Method
__init__
(self, method, result_key, page_size, **kwargs)
tests/mock_boto3/util.py:30
Method
__init__
(self, method, result_key, page_size)
tests/mock_boto3/util.py:56
Method
__init__
(self, text, *args, **kwargs)
docs/options_extension.py:154
Method
__iter__
(self)
tests/mock_boto3/util.py:39
Method
__ne__
(self, other)
tests/test_protocol.py:66
Method
__repr__
(self)
mrjob/step.py:154
Method
__repr__
(self)
mrjob/step.py:248
Method
__repr__
(self)
mrjob/step.py:386
Method
__repr__
(self)
mrjob/conf.py:107
Method
__repr__
(self)
tests/test_protocol.py:56
Method
_assert_streaming_step
(self, step, args)
tests/test_hadoop.py:793
Function
_audit_usage
(args)
mrjob/cmd.py:72
Method
_bootstrap_pre_commands
(self)
mrjob/dataproc.py:1052
Method
_bootstrap_python
Return a (possibly empty) list of parsed commands (in the same format as returned by parse_setup_cmd())
mrjob/dataproc.py:1061
Method
_cat_file
(self, path)
mrjob/fs/composite.py:131
Method
_cat_file
(self, path)
mrjob/fs/gcs.py:156
Method
_cat_file
(self, path)
mrjob/fs/local.py:52
Method
_cat_file
(self, path)
mrjob/fs/ssh.py:190
Method
_cat_file
(self, path)
mrjob/fs/s3.py:171
Method
_check_bucket_exists
(self, operation_name)
tests/mock_boto3/s3.py:235
Method
_check_conflict
(func, other_funcs)
mrjob/step.py:234
Method
_check_input_path
Add a custom check for S3 paths to ensure they're not in Glacier (which causes a cryptic error). See #1887.
mrjob/emr.py:748
Method
_check_step
Don't try to run steps that include commands.
mrjob/inline.py:88
Method
_check_step
Don't try to run steps that include commands or use manifests.
mrjob/spark/runner.py:154
Method
_cleanup_cloud_tmp
(self)
mrjob/emr.py:964
Method
_cleanup_cloud_tmp
(self)
mrjob/dataproc.py:531
Method
_cleanup_hadoop_tmp
(self)
mrjob/hadoop.py:525
Method
_cleanup_job
(self)
mrjob/dataproc.py:547
Method
_cleanup_logs
(self)
mrjob/emr.py:975
Method
_cleanup_logs
(self)
mrjob/dataproc.py:544
Function
_cleared_value_constructor
(loader, node)
mrjob/conf.py:111
Function
_cleared_value_representer
(dumper, data)
mrjob/conf.py:138
Method
_cmdenv
Return a copy of ``self._opts['cmdenv']``. This exists so we can instrument cmdenv in runner subclasses.
mrjob/runner.py:1308
Method
_combine_opts
Blank out overriden *instance_fleets* and *instance_groups* Convert image_version of 4.x and later to release_label.
mrjob/emr.py:493
Method
_combine_opts
Propagate *instance_type* to other instance type opts, if not already set. Also propagate core instance type to task instance type, i
mrjob/cloud.py:148
Method
_combine_opts
Blank out conflicts between *network*/*subnet* and *region*/*zone*.
mrjob/dataproc.py:365
Function
_command
Decorate a function used to call a command. If you don't set *description*, it won't be included in help (useful for deprecated commands).
mrjob/cmd.py:48
Function
_container_num
In container IDs, a unique number for the task assigned to the container. Could be a map, a reduce, or part of a Spark task; YARN doesn't care
mrjob/logs/ids.py:147
Function
_create_cluster
(args)
mrjob/cmd.py:78
Method
_debug_script_uri
(self)
mrjob/emr.py:2360
Method
_default_opts
(cls)
mrjob/bin.py:137
Method
_default_opts
(cls)
mrjob/hadoop.py:182
Method
_default_opts
(cls)
mrjob/emr.py:469
Method
_default_opts
(cls)
mrjob/cloud.py:120
Method
_default_opts
(cls)
mrjob/dataproc.py:349
Method
_default_opts
(cls)
mrjob/spark/runner.py:177
Method
_default_python_bin
Always return *sys.executable*, if defined
mrjob/local.py:200
Method
_default_sh_bin
(self)
mrjob/emr.py:659
Method
_default_step_output_dir
(self)
mrjob/hadoop.py:522
Method
_default_step_output_dir
(self)
mrjob/sim.py:607
Method
_default_step_output_dir
(self)
mrjob/emr.py:1867
Method
_default_step_output_dir
(self)
mrjob/dataproc.py:773
Method
_default_step_output_dir
(self)
mrjob/spark/runner.py:206
Function
_diagnose
(args)
mrjob/cmd.py:84
Method
_dump_stdin_to_local_file
Dump sys.stdin to a local file, and return the path to it.
mrjob/hadoop.py:353
Method
_dumps
(self, value)
mrjob/protocol.py:130
Method
_dumps
(self, value)
mrjob/protocol.py:169
← previous
next →
1,301–1,400 of 4,468, ranked by callers