hadoop/hadoop-common-project/hadoop-common/src/test/scripts
Allen Wittenauer 58ed4fa544 HADOOP-13341. Deprecate HADOOP_SERVERNAME_OPTS; replace with (command)_(subcommand)_OPTS
This commit includes the following changes:

	HADOOP-13356. Add a function to handle command_subcommand_OPTS
	HADOOP-13355. Handle HADOOP_CLIENT_OPTS in a function
	HADOOP-13554. Add an equivalent of hadoop_subcmd_opts for secure opts
	HADOOP-13562. Change hadoop_subcommand_opts to use only uppercase
	HADOOP-13358. Modify HDFS to use hadoop_subcommand_opts
	HADOOP-13357. Modify common to use hadoop_subcommand_opts
	HADOOP-13359. Modify YARN to use hadoop_subcommand_opts
	HADOOP-13361. Modify hadoop_verify_user to be consistent with hadoop_subcommand_opts (ie more granularity)
	HADOOP-13564. modify mapred to use hadoop_subcommand_opts
	HADOOP-13563. hadoop_subcommand_opts should print name not actual content during debug
	HADOOP-13360. Documentation for HADOOP_subcommand_OPTS

This closes apache/hadoop#126
2016-09-12 11:10:00 -07:00
..
hadoop_add_classpath.bats HADOOP-10854. unit tests for the shell scripts (aw) 2015-07-31 14:34:48 -07:00
hadoop_add_client_opts.bats HADOOP-13341. Deprecate HADOOP_SERVERNAME_OPTS; replace with (command)_(subcommand)_OPTS 2016-09-12 11:10:00 -07:00
hadoop_add_colonpath.bats HADOOP-10854. unit tests for the shell scripts (aw) 2015-07-31 14:34:48 -07:00
hadoop_add_common_to_classpath.bats HADOOP-10787. Rename/remove non-HADOOP_*, etc from the shell scripts. Contributed by Allen Wittenauer. 2015-11-04 15:56:17 +05:30
hadoop_add_javalibpath.bats HADOOP-10854. unit tests for the shell scripts (aw) 2015-07-31 14:34:48 -07:00
hadoop_add_ldlibpath.bats HADOOP-10854. unit tests for the shell scripts (aw) 2015-07-31 14:34:48 -07:00
hadoop_add_param.bats HADOOP-10854. unit tests for the shell scripts (aw) 2015-07-31 14:34:48 -07:00
hadoop_add_to_classpath_tools.bats HADOOP-12857. rework hadoop-tools (aw) 2016-03-23 13:46:38 -07:00
hadoop_add_to_classpath_userpath.bats HADOOP-12493. bash unit tests are failing (aw) 2015-10-19 19:02:20 -07:00
hadoop_basic_init.bats HADOOP-11393. Revert HADOOP_PREFIX, go back to HADOOP_HOME (aw) 2016-03-31 07:51:05 -07:00
hadoop_bootstrap.bats HADOOP-11393. Revert HADOOP_PREFIX, go back to HADOOP_HOME (aw) 2016-03-31 07:51:05 -07:00
hadoop_confdir.bats HADOOP-13045. hadoop_add_classpath is not working in .hadooprc 2016-04-30 12:23:51 -07:00
hadoop_deprecate_envvar.bats HADOOP-10854. unit tests for the shell scripts (aw) 2015-07-31 14:34:48 -07:00
hadoop_entry_tests.bats HADOOP-12857. rework hadoop-tools (aw) 2016-03-23 13:46:38 -07:00
hadoop_escape_chars.bats HADOOP-13077. Handle special characters in passwords in httpfs.sh (Xiao Chen via aw) 2016-05-05 11:33:06 -07:00
hadoop_finalize_catalina_opts.bats HADOOP-10854. unit tests for the shell scripts (aw) 2015-07-31 14:34:48 -07:00
hadoop_finalize_classpath.bats HADOOP-10854. unit tests for the shell scripts (aw) 2015-07-31 14:34:48 -07:00
hadoop_finalize_hadoop_heap.bats HADOOP-10854. unit tests for the shell scripts (aw) 2015-07-31 14:34:48 -07:00
hadoop_finalize_hadoop_opts.bats HADOOP-10854. unit tests for the shell scripts (aw) 2015-07-31 14:34:48 -07:00
hadoop_finalize_libpaths.bats HADOOP-10854. unit tests for the shell scripts (aw) 2015-07-31 14:34:48 -07:00
hadoop_finalize.bats HADOOP-11393. Revert HADOOP_PREFIX, go back to HADOOP_HOME (aw) 2016-03-31 07:51:05 -07:00
hadoop_java_setup.bats HADOOP-10854. unit tests for the shell scripts (aw) 2015-07-31 14:34:48 -07:00
hadoop_os_tricks.bats HADOOP-10854. unit tests for the shell scripts (aw) 2015-07-31 14:34:48 -07:00
hadoop_rotate_log.bats HADOOP-10854. unit tests for the shell scripts (aw) 2015-07-31 14:34:48 -07:00
hadoop_shellprofile.bats HADOOP-12857. rework hadoop-tools (aw) 2016-03-23 13:46:38 -07:00
hadoop_ssh.bats HADOOP-13209. replace slaves with workers (John Smith via aw) 2016-06-28 05:53:03 -07:00
hadoop_stop_daemon.bats HADOOP-12364. Deleting pid file after stop is causing the daemons to keep restarting (Sigi Li via aw) 2015-10-14 11:16:10 -07:00
hadoop_stop_secure_daemon.bats HADOOP-12364. Deleting pid file after stop is causing the daemons to keep restarting (Sigi Li via aw) 2015-10-14 11:16:10 -07:00
hadoop_subcommand_opts.bats HADOOP-13341. Deprecate HADOOP_SERVERNAME_OPTS; replace with (command)_(subcommand)_OPTS 2016-09-12 11:10:00 -07:00
hadoop_subcommand_secure_opts.bats HADOOP-13341. Deprecate HADOOP_SERVERNAME_OPTS; replace with (command)_(subcommand)_OPTS 2016-09-12 11:10:00 -07:00
hadoop_subcommands.bats HADOOP-12930. Dynamic subcommands for hadoop shell scripts (aw) 2016-05-16 17:54:45 -07:00
hadoop_translate_cygwin_path.bats HADOOP-10854. unit tests for the shell scripts (aw) 2015-07-31 14:34:48 -07:00
hadoop_validate_classname.bats HADOOP-10854. unit tests for the shell scripts (aw) 2015-07-31 14:34:48 -07:00
hadoop_verify_user.bats HADOOP-13341. Deprecate HADOOP_SERVERNAME_OPTS; replace with (command)_(subcommand)_OPTS 2016-09-12 11:10:00 -07:00
hadoop_workers.bats HADOOP-13209. replace slaves with workers (John Smith via aw) 2016-06-28 05:53:03 -07:00
hadoop-functions_test_helper.bash HADOOP-12930. Dynamic subcommands for hadoop shell scripts (aw) 2016-05-16 17:54:45 -07:00
run-bats.sh HADOOP-10854. unit tests for the shell scripts (aw) 2015-07-31 14:34:48 -07:00