Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def _hadoop_client(self):
if self._hadoop_client_instance == None:
self._hadoop_client_instance = hadoop_client.HadoopClient(
self._job_config.hadoop_client_path,
self._job_config.hadoop_config_path)
return self._hadoop_client_instance