MCPcopy Create free account
hub / github.com/apache/impala / exec_hadoop_fs_cmd

Function exec_hadoop_fs_cmd

bin/load-data.py:269–273  ·  view source on GitHub ↗
(args, exit_on_error=True)

Source from the content-addressed store, hash-verified

267 exec_hadoop_fs_cmd("-put -f %s %s/" % (schemas_dir, options.hive_warehouse_dir))
268
269def exec_hadoop_fs_cmd(args, exit_on_error=True):
270 cmd = "%s fs %s" % (HADOOP_CMD, args)
271 LOG.info("Executing Hadoop command: " + cmd)
272 exec_cmd(cmd, error_msg="Error executing Hadoop command, exiting",
273 exit_on_error=exit_on_error)
274
275
276def exec_query_files_parallel(thread_pool, query_files, execution_type, step_name):

Callers 1

Calls 1

exec_cmdFunction · 0.70

Tested by

no test coverage detected