models.get_mr_jar_upload_path_result module

class models.get_mr_jar_upload_path_result.GetMRJarUploadPathResult(error=None, jar_upload_path=None)[source]

Bases: object

Implementation of the ‘GetMRJarUploadPathResult’ model.

User can upload jar files containing mappers and reducers. Iris will upload these jar files in Yoda’s internal view. Yoda will mount its internal view and send Iris the mount point.

Attributes:

error (ErrorProto): Status code for this http rpc. jar_upload_path (string): Path where Jars can be uploaded by Iris.

classmethod from_dictionary(dictionary)[source]

Creates an instance of this model from a dictionary

Args:

dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.

Returns:

object: An instance of this structure class.