You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@kylin.apache.org by 1037474325 <10...@qq.com> on 2019/11/14 14:05:18 UTC

Error in the third step of building cube

Hello, I made a mistake in the third step when I used kylin to build the cube. I didn't find out the reason. What are the causes of these mistakes?


Here is the error message:






Exception from container-launch. Container id: container_1573736147456_0001_01_000004 Exit code: 1 Stack trace: ExitCodeException exitCode=1: at org.apache.hadoop.util.Shell.runCommand(Shell.java:545) at org.apache.hadoop.util.Shell.run(Shell.java:456) at org.apache.hadoop.util.Shell$ShellCommandExecutor.execute(Shell.java:722) at org.apache.hadoop.yarn.server.nodemanager.DefaultContainerExecutor.launchContainer(DefaultContainerExecutor.java:211) at org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher.ContainerLaunch.call(ContainerLaunch.java:302) at org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher.ContainerLaunch.call(ContainerLaunch.java:82) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Container exited with a non-zero exit code 1

Re: Error in the third step of building cube

Posted by Xiaoxiang Yu <xi...@kyligence.io>.
Hi friend,
   The third step is a MapReduce Job, the log you provided ("ExitCodeException exitCode=1")  didn't show complete error message. Would you please find the yarn application id and check the yarn log by execute command "yarn logs -applicationId abc" to see stacktrace inside MapReduce container. That will let you know what actually happen. And it is consider to change the MR related  config by http://kylin.apache.org/docs/install/configuration.html#mr-config-override .

----------------
Best wishes,
Xiaoxiang Yu


发件人: 1037474325 <10...@qq.com>
答复: "user@kylin.apache.org" <us...@kylin.apache.org>
日期: 2019年11月14日 星期四 22:05
收件人: user <us...@kylin.apache.org>
主题: Error in the third step of building cube


Hello, I made a mistake in the third step when I used kylin to build the cube. I didn't find out the reason. What are the causes of these mistakes?

Here is the error message:





Exception from container-launch. Container id: container_1573736147456_0001_01_000004 Exit code: 1 Stack trace: ExitCodeException exitCode=1: at org.apache.hadoop.util.Shell.runCommand(Shell.java:545) at org.apache.hadoop.util.Shell.run(Shell.java:456) at org.apache.hadoop.util.Shell$ShellCommandExecutor.execute(Shell.java:722) at org.apache.hadoop.yarn.server.nodemanager.DefaultContainerExecutor.launchContainer(DefaultContainerExecutor.java:211) at org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher.ContainerLaunch.call(ContainerLaunch.java:302) at org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher.ContainerLaunch.call(ContainerLaunch.java:82) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Container exited with a non-zero exit code 1