You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kylin.apache.org by "Wang Lei (北京研发中心.112456)" <al...@sohu-inc.com> on 2016/02/03 08:05:30 UTC

答复: kylin.metadata.url with hbase namespace problem

I am using ALALEI:kylin_metadata@hbase ,because I want to store my hbase data on namespace ALALEI,not “DEFAULT”

发件人: Wang Lei(北京研发中心.112456)
发送时间: 2016年2月3日 14:28
收件人: 'dev@kylin.apache.org'; 'dev-subscribe@kylin.apache.org'
主题: kylin.metadata.url with hbase namespace problem

Hi:
         We are using kylin 1.2 with hbase 0.98.16.1 and we have some problem with kylin.metadata.url.

         Env:
                   Kylin downloaded from https://dist.apache.org/repos/dist/release/kylin/apache-kylin-1.2/apache-kylin-1.2-bin.tar.gz
                   Hbase: 0.98.16.1 from community

         conf/kylin.properties
                  kylin.metadata.url=ALALEI:kylin_metadata@hbase

         when building sample cube,step 1 hangs on:
FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. MetaException(message:java.lang.IllegalArgumentException: Pathname /user/alalei/kylin/ALALEI:kylin_metadata/kylin-c39f5ba8-37cf-4da9-a995-b71fce988259/kylin_intermediate_kylin_sales_cube_desc_19700101000000_20160201000000_c39f5ba8_37cf_4da9_a995_b71fce988259 from /user/alalei/kylin/ALALEI:kylin_metadata/kylin-c39f5ba8-37cf-4da9-a995-b71fce988259/kylin_intermediate_kylin_sales_cube_desc_19700101000000_20160201000000_c39f5ba8_37cf_4da9_a995_b71fce988259 is not a valid DFS filename.)

        at org.apache.kylin.common.util.CliCommandExecutor.execute(CliCommandExecutor.java:90)
        at org.apache.kylin.job.common.ShellExecutable.doWork(ShellExecutable.java:52)
        at org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:107)
        at org.apache.kylin.job.execution.DefaultChainedExecutable.doWork(DefaultChainedExecutable.java:51)
        at org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:107)
        at org.apache.kylin.job.impl.threadpool.DefaultScheduler$JobRunner.run(DefaultScheduler.java:130)
        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)


         any help will be appreciated !!


alaleiwang