elonlo opened a new pull request #1435: Support Mac local development and debugging URL: https://github.com/apache/incubator-dolphinscheduler/pull/1435 ## Brief change log - compatible with pstree command - compatible with create user command - compatible with list user command ## What is the purpose of the pull request *In the current version, certain Linux commands do not exist or the command execution behavior is inconsistent under the Mac system, which causes the Mac system to fail to debug and develop.* ## Brief change log - *Add getUserListFromMac function to OSUtils.java* - *Add createMacUser function to OSUtils.java* - *Add OSUtilsTest.java file* - *Modify getPidsStr on ProcessUtils.java* - *Add ProcessUtilsTest.java file* ## Verify this pull request This change added tests and can be verified as follows: - *Added OSUtilsTest.getUserList to verify the change.* - *Added ProcessUtilsTest.getPidsStr to verify the change.* - *Manually verified the change by testing locally on mac and centos systems .*
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
