models.hive_recover_job_params module

class models.hive_recover_job_params.HiveRecoverJobParams(hdfs_connect_params=None, suffix=None)[source]

Bases: object

Implementation of the ‘HiveRecoverJobParams’ model.

Contains any additional hive environment specific params for the recover job.

Attributes:
hdfs_connect_params (HdfsConnectParams): Additional hdfs connection

params required for Hive Backup.

suffix (string): A suffix that is to be applied to all recovered

entities

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.