Hi, I got below errors in starting a yarn application during the container-launch, looks like it's saying windows can't support the ProcfsBasedProcessTree, it's only supported by Linux.
Is there a workaround ? 16/08/04 08:51:24 INFO nodemanager.DefaultContainerExecutor: launchContainer: [C:\hadoop-2.7.2\bin\winutils.exe, task, create, -m, -1, -c, -1, container_1470314882472_0001_01_000001, cmd /c /tmp/hadoop-Owner2/nm-local-dir/usercache/Owner2/appcache/application_147031 4882472_0001/container_1470314882472_0001_01_000001/default_container_execut or.cmd] 16/08/04 08:51:24 INFO util.ProcfsBasedProcessTree: ProcfsBasedProcessTree currently is supported only on Linux. 16/08/04 08:51:24 WARN nodemanager.DefaultContainerExecutor: Exit code from container container_1470314882472_0001_01_000001 is : 1639 16/08/04 08:51:24 WARN nodemanager.DefaultContainerExecutor: Exception from container-launch with container ID: container_1470314882472_0001_01_000001 and exit code: 1639 ExitCodeException exitCode=1639: Incorrect command line arguments.
