Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.0.0-alpha1
-
None
-
None
Description
Script hadoop-common-project/hadoop-common/src/test/resources/kdc/killKdc.sh is used in "internal" Kerberos tests to kill started apacheds server.
There are 2 problems in the script:
1) it invokes "kill" even if there are no running apacheds servers;
2) it does not work correctly on all Linux platforms since "cut -f4 -d ' '" command relies upon the exact number of spaces in the ps potput, but this number can be different.