You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kylin.apache.org by "Gao Xia (JIRA)" <ji...@apache.org> on 2017/03/04 08:46:46 UTC

[jira] [Created] (KYLIN-2480) common.HadoopStatusChecker:93 : error check status

Gao Xia created KYLIN-2480:
------------------------------

             Summary:  common.HadoopStatusChecker:93 : error check status
                 Key: KYLIN-2480
                 URL: https://issues.apache.org/jira/browse/KYLIN-2480
             Project: Kylin
          Issue Type: Bug
          Components: General
            Reporter: Gao Xia


Hi,

Gus, here is what happend.

1.successfully run .sample.sh
2.when buding the sample cube, on step 2:  2017-03-03 23:00:21 PST
#2 Step Name: Extract Fact Table Distinct Columns, error happend.

3. logs show:
Exception: null
Counters: 0

4.from the log file:
ERROR [pool-6-thread-2] common.HadoopStatusChecker:93 : error check status java.lang.NullPointerException	
at org.apache.kylin.engine.mr.common.HadoopStatusGetter.get(HadoopStatusGetter.java:74)
at org.apache.kylin.engine.mr.common.HadoopStatusChecker.checkStatus(HadoopStatusChecker.java:58)
at org.apache.kylin.engine.mr.common.MapReduceExecutable.doWork(MapReduceExecutable.java:147)
at org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:114)
at org.apache.kylin.job.execution.DefaultChainedExecutable.doWork(DefaultChainedExecutable.java:50)
at org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:114)
at org.apache.kylin.job.impl.threadpool.DefaultScheduler$JobRunner.run(DefaultScheduler.java:124)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
2017-03-04 15:00:27,085 DEBUG [pool-6-thread-2] hbase.HBaseResourceStore:260 : Update row /execute_output/51ed1ad1-6de9-4aa0-9552-f25a4d694f36-01 from oldTs: 1488610821789, to newTs: 1488610827082, operation result: true
2017-03-04 15:00:27,092 DEBUG [pool-6-thread-2] common.HadoopCmdOutput:94 : Counters: 0
2017-03-04 15:00:27,126 DEBUG [pool-6-thread-2] hbase.HBaseResourceStore:260 : Update row /execute_output/51ed1ad1-6de9-4aa0-9552-f25a4d694f36-01 from oldTs: 1488610827082, to newTs: 1488610827121, operation result: true
2017-03-04 15:00:27,134 DEBUG [pool-6-thread-2] hbase.HBaseResourceStore:260 : Update row /execute_output/51ed1ad1-6de9-4aa0-9552-f25a4d694f36-01 from oldTs: 1488610827121, to newTs: 1488610827129, operation result: true
2017-03-04 15:00:27,142 DEBUG [pool-6-thread-2] hbase.HBaseResourceStore:260 : Update row /execute_output/51ed1ad1-6de9-4aa0-9552-f25a4d694f36-01 from oldTs: 1488610827129, to newTs: 1488610827135, operation result: true

not sure what wen wrong, might be the misconfiguration, hope you will lead up the right path the correct solution.

Thanks man! you guys did a great job for apache open source !




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Re: [jira] [Created] (KYLIN-2480) common.HadoopStatusChecker:93 : error check status

Posted by RuiFeng Shan <sh...@gmail.com>.
Are your hadoop and hbase work well?
please post your hadoop, hbase and kylin version, your deploy enviroment.