hi wyatt please send email to the apache kylin dev mail list you have further questions.
Kylin will not generate any hadoop jobid. Are you using a local mode hadoop to run kylin? Suggest you at least use a sandbox env: http://hortonworks.com/products/releases/hdp-2-2/#install to mimic real hadoop env. On Thu, Mar 24, 2016 at 11:51 AM, 健鹏 吴 <[email protected]> wrote: > hi binmahone: > > 我在使用Kylin的时候发现无法向Hadoop集群提交任务。异常信息是: > 2016-03-24 11:40:21,651 ERROR [pool-5-thread-2] > execution.AbstractExecutable:116 : error running Executable > java.lang.NumberFormatException: For input string: "local2018718083" > at > java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) > at java.lang.Long.parseLong(Long.java:589) > at java.lang.Long.parseLong(Long.java:631) > at > org.apache.hadoop.mapreduce.TypeConverter.toClusterTimeStamp(TypeConverter.java:91) > at org.apache.hadoop.mapreduce.TypeConverter.toYarn(TypeConverter.java:80) > at > org.apache.hadoop.mapred.ClientServiceDelegate.<init>(ClientServiceDelegate.java:118) > at org.apache.hadoop.mapred.ClientCache.getClient(ClientCache.java:68) > at org.apache.hadoop.mapred.YARNRunner.getJobStatus(YARNRunner.java:575) > at org.apache.hadoop.mapreduce.Cluster.getJob(Cluster.java:183) > at > org.apache.kylin.engine.mr.common.MapReduceExecutable.onExecuteStart(MapReduceExecutable.java:76) > at > org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:105) > 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) > > 发现我跟踪源码发现Kylin里面自己会生成jobid,但是这个jobid不是long的,不能被yarn转换,想问下这个问题怎么解决。 > > 再就是现在关于Kylin是否有可以交流学习的群或者环境。 > > 期待回复,十分感谢。 > > > > Wyatt Wu. > > -- Regards, *Bin Mahone | 马洪宾* Apache Kylin: http://kylin.io Github: https://github.com/binmahone
