You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@kylin.apache.org by lxw <lx...@qq.com> on 2016/09/28 08:05:30 UTC

"java.lang.IllegalArgumentException: The value of property cubingJobId must not be null" -- Kylin1.5.4.1

2016-09-28 15:58:34,278 INFO  [pool-7-thread-9] common.MapReduceExecutable:113 :  -conf /usr/local/kylin/current/conf/kylin_job_conf.xml -cubenam
e kylin_cube_50 -segmentid f624ec56-8e39-4604-9421-201878c124dd -input /kylin_test1/kylin_metadata_test1/kylin-0a9b3a31-8eb0-4a4c-83c6-604a5cbf36
6a/kylin_cube_50/cuboid/base_cuboid -output /kylin_test1/kylin_metadata_test1/kylin-0a9b3a31-8eb0-4a4c-83c6-604a5cbf366a/kylin_cube_50/cuboid/3d_
cuboid -jobname Kylin_ND-Cuboid_Builder_kylin_cube_50_Step -level 1
2016-09-28 15:58:34,294 ERROR [pool-7-thread-9] steps.CuboidJob:144 : error in CuboidJob
java.lang.IllegalArgumentException: The value of property cubingJobId must not be null
        at com.google.common.base.Preconditions.checkArgument(Preconditions.java:92)
        at org.apache.hadoop.conf.Configuration.set(Configuration.java:983)
        at org.apache.hadoop.conf.Configuration.set(Configuration.java:964)
        at org.apache.kylin.engine.mr.steps.CuboidJob.run(CuboidJob.java:111)
        at org.apache.kylin.engine.mr.MRUtil.runMRJob(MRUtil.java:88)
        at org.apache.kylin.engine.mr.common.MapReduceExecutable.doWork(MapReduceExecutable.java:120)
        at org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:113)
        at org.apache.kylin.job.execution.DefaultChainedExecutable.doWork(DefaultChainedExecutable.java:57)
        at org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:113)
        at org.apache.kylin.job.impl.threadpool.DefaultScheduler$JobRunner.run(DefaultScheduler.java:136)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:744)
2016-09-28 15:58:34,294 INFO  [pool-7-thread-9] common.AbstractHadoopJob:510 : tempMetaFileString is : null
2016-09-28 15:58:34,295 ERROR [pool-7-thread-9] common.MapReduceExecutable:127 : error execute MapReduceExecutable{id=0a9b3a31-8eb0-4a4c-83c6-604
a5cbf366a-05, name=Build N-Dimension Cuboid Data : 3-Dimension, state=RUNNING}
java.lang.IllegalArgumentException: The value of property cubingJobId must not be null
        at com.google.common.base.Preconditions.checkArgument(Preconditions.java:92)
        at org.apache.hadoop.conf.Configuration.set(Configuration.java:983)
        at org.apache.hadoop.conf.Configuration.set(Configuration.java:964)
        at org.apache.kylin.engine.mr.steps.CuboidJob.run(CuboidJob.java:111)
        at org.apache.kylin.engine.mr.MRUtil.runMRJob(MRUtil.java:88)
        at org.apache.kylin.engine.mr.common.MapReduceExecutable.doWork(MapReduceExecutable.java:120)
        at org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:113)
        at org.apache.kylin.job.execution.DefaultChainedExecutable.doWork(DefaultChainedExecutable.java:57)
        at org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:113)
        at org.apache.kylin.job.impl.threadpool.DefaultScheduler$JobRunner.run(DefaultScheduler.java:136)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:744)

Re: "java.lang.IllegalArgumentException: The value of property cubingJobId must not be null" -- Kylin1.5.4.1

Posted by Li Yang <li...@apache.org>.
Please discard job created by previous Kylin version, then build again.

On Wed, Sep 28, 2016 at 4:05 PM, lxw <lx...@qq.com> wrote:

> 2016-09-28 15:58:34,278 INFO  [pool-7-thread-9]
> common.MapReduceExecutable:113 :  -conf /usr/local/kylin/current/conf/kylin_job_conf.xml
> -cubenam
> e kylin_cube_50 -segmentid f624ec56-8e39-4604-9421-201878c124dd -input
> /kylin_test1/kylin_metadata_test1/kylin-0a9b3a31-8eb0-4a4c-83c6-604a5cbf36
> 6a/kylin_cube_50/cuboid/base_cuboid -output /kylin_test1/kylin_metadata_
> test1/kylin-0a9b3a31-8eb0-4a4c-83c6-604a5cbf366a/kylin_cube_50/cuboid/3d_
> cuboid -jobname Kylin_ND-Cuboid_Builder_kylin_cube_50_Step -level 1
> 2016-09-28 15:58:34,294 ERROR [pool-7-thread-9] steps.CuboidJob:144 :
> error in CuboidJob
> java.lang.IllegalArgumentException: The value of property cubingJobId
> must not be null
>         at com.google.common.base.Preconditions.checkArgument(
> Preconditions.java:92)
>         at org.apache.hadoop.conf.Configuration.set(
> Configuration.java:983)
>         at org.apache.hadoop.conf.Configuration.set(
> Configuration.java:964)
>         at org.apache.kylin.engine.mr.steps.CuboidJob.run(CuboidJob.
> java:111)
>         at org.apache.kylin.engine.mr.MRUtil.runMRJob(MRUtil.java:88)
>         at org.apache.kylin.engine.mr.common.MapReduceExecutable.
> doWork(MapReduceExecutable.java:120)
>         at org.apache.kylin.job.execution.AbstractExecutable.
> execute(AbstractExecutable.java:113)
>         at org.apache.kylin.job.execution.DefaultChainedExecutable.doWork(
> DefaultChainedExecutable.java:57)
>         at org.apache.kylin.job.execution.AbstractExecutable.
> execute(AbstractExecutable.java:113)
>         at org.apache.kylin.job.impl.threadpool.DefaultScheduler$
> JobRunner.run(DefaultScheduler.java:136)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(
> ThreadPoolExecutor.java:1145)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(
> ThreadPoolExecutor.java:615)
>         at java.lang.Thread.run(Thread.java:744)
> 2016-09-28 15:58:34,294 INFO  [pool-7-thread-9]
> common.AbstractHadoopJob:510 : tempMetaFileString is : null
> 2016-09-28 15:58:34,295 ERROR [pool-7-thread-9]
> common.MapReduceExecutable:127 : error execute MapReduceExecutable{id=
> 0a9b3a31-8eb0-4a4c-83c6-604
> a5cbf366a-05, name=Build N-Dimension Cuboid Data : 3-Dimension,
> state=RUNNING}
> java.lang.IllegalArgumentException: The value of property cubingJobId
> must not be null
>         at com.google.common.base.Preconditions.checkArgument(
> Preconditions.java:92)
>         at org.apache.hadoop.conf.Configuration.set(
> Configuration.java:983)
>         at org.apache.hadoop.conf.Configuration.set(
> Configuration.java:964)
>         at org.apache.kylin.engine.mr.steps.CuboidJob.run(CuboidJob.
> java:111)
>         at org.apache.kylin.engine.mr.MRUtil.runMRJob(MRUtil.java:88)
>         at org.apache.kylin.engine.mr.common.MapReduceExecutable.
> doWork(MapReduceExecutable.java:120)
>         at org.apache.kylin.job.execution.AbstractExecutable.
> execute(AbstractExecutable.java:113)
>         at org.apache.kylin.job.execution.DefaultChainedExecutable.doWork(
> DefaultChainedExecutable.java:57)
>         at org.apache.kylin.job.execution.AbstractExecutable.
> execute(AbstractExecutable.java:113)
>         at org.apache.kylin.job.impl.threadpool.DefaultScheduler$
> JobRunner.run(DefaultScheduler.java:136)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(
> ThreadPoolExecutor.java:1145)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(
> ThreadPoolExecutor.java:615)
>         at java.lang.Thread.run(Thread.java:744)
>

Re: "java.lang.IllegalArgumentException: The value of property cubingJobId must not be null" -- Kylin1.5.4.1

Posted by Li Yang <li...@apache.org>.
Please discard job created by previous Kylin version, then build again.

On Wed, Sep 28, 2016 at 4:05 PM, lxw <lx...@qq.com> wrote:

> 2016-09-28 15:58:34,278 INFO  [pool-7-thread-9]
> common.MapReduceExecutable:113 :  -conf /usr/local/kylin/current/conf/kylin_job_conf.xml
> -cubenam
> e kylin_cube_50 -segmentid f624ec56-8e39-4604-9421-201878c124dd -input
> /kylin_test1/kylin_metadata_test1/kylin-0a9b3a31-8eb0-4a4c-83c6-604a5cbf36
> 6a/kylin_cube_50/cuboid/base_cuboid -output /kylin_test1/kylin_metadata_
> test1/kylin-0a9b3a31-8eb0-4a4c-83c6-604a5cbf366a/kylin_cube_50/cuboid/3d_
> cuboid -jobname Kylin_ND-Cuboid_Builder_kylin_cube_50_Step -level 1
> 2016-09-28 15:58:34,294 ERROR [pool-7-thread-9] steps.CuboidJob:144 :
> error in CuboidJob
> java.lang.IllegalArgumentException: The value of property cubingJobId
> must not be null
>         at com.google.common.base.Preconditions.checkArgument(
> Preconditions.java:92)
>         at org.apache.hadoop.conf.Configuration.set(
> Configuration.java:983)
>         at org.apache.hadoop.conf.Configuration.set(
> Configuration.java:964)
>         at org.apache.kylin.engine.mr.steps.CuboidJob.run(CuboidJob.
> java:111)
>         at org.apache.kylin.engine.mr.MRUtil.runMRJob(MRUtil.java:88)
>         at org.apache.kylin.engine.mr.common.MapReduceExecutable.
> doWork(MapReduceExecutable.java:120)
>         at org.apache.kylin.job.execution.AbstractExecutable.
> execute(AbstractExecutable.java:113)
>         at org.apache.kylin.job.execution.DefaultChainedExecutable.doWork(
> DefaultChainedExecutable.java:57)
>         at org.apache.kylin.job.execution.AbstractExecutable.
> execute(AbstractExecutable.java:113)
>         at org.apache.kylin.job.impl.threadpool.DefaultScheduler$
> JobRunner.run(DefaultScheduler.java:136)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(
> ThreadPoolExecutor.java:1145)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(
> ThreadPoolExecutor.java:615)
>         at java.lang.Thread.run(Thread.java:744)
> 2016-09-28 15:58:34,294 INFO  [pool-7-thread-9]
> common.AbstractHadoopJob:510 : tempMetaFileString is : null
> 2016-09-28 15:58:34,295 ERROR [pool-7-thread-9]
> common.MapReduceExecutable:127 : error execute MapReduceExecutable{id=
> 0a9b3a31-8eb0-4a4c-83c6-604
> a5cbf366a-05, name=Build N-Dimension Cuboid Data : 3-Dimension,
> state=RUNNING}
> java.lang.IllegalArgumentException: The value of property cubingJobId
> must not be null
>         at com.google.common.base.Preconditions.checkArgument(
> Preconditions.java:92)
>         at org.apache.hadoop.conf.Configuration.set(
> Configuration.java:983)
>         at org.apache.hadoop.conf.Configuration.set(
> Configuration.java:964)
>         at org.apache.kylin.engine.mr.steps.CuboidJob.run(CuboidJob.
> java:111)
>         at org.apache.kylin.engine.mr.MRUtil.runMRJob(MRUtil.java:88)
>         at org.apache.kylin.engine.mr.common.MapReduceExecutable.
> doWork(MapReduceExecutable.java:120)
>         at org.apache.kylin.job.execution.AbstractExecutable.
> execute(AbstractExecutable.java:113)
>         at org.apache.kylin.job.execution.DefaultChainedExecutable.doWork(
> DefaultChainedExecutable.java:57)
>         at org.apache.kylin.job.execution.AbstractExecutable.
> execute(AbstractExecutable.java:113)
>         at org.apache.kylin.job.impl.threadpool.DefaultScheduler$
> JobRunner.run(DefaultScheduler.java:136)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(
> ThreadPoolExecutor.java:1145)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(
> ThreadPoolExecutor.java:615)
>         at java.lang.Thread.run(Thread.java:744)
>