回复: about ConnectException when Extract Fact Table Distinct Columns

2017-02-12 Thread 一岁时很拽
是的 是hbase冲突问题导致的。我当时用的1.5.2.1版本,hbase是1.2 cdh7版本,hadoop是2.6 cdh7版。1.5.2.1版本用1.2的hbase有问题的。后面我换成1.5.2-cdh5.7就没问题了。 -- 原始邮件 -- 发件人: "Copperfield [via Apache Kylin]"; 发送时间: 2017年2月13日(星期一) 下午3:50 收件人: "zk"; 主题: Re: about ConnectException when Extract Fact Table

Re: about ConnectException when Extract Fact Table Distinct Columns

2017-02-12 Thread Mario Copperfield
It’s the conflict of hadoop between cluster and hbase On 12 Feb 2017, 09:21 +0800, ShaoFeng Shi , wrote: > Did you try to add core-site.xml and yarn-site.xml to $KYLIN_HOME/conf? > That is a workaround that putting the missing configuration files to > Kylin's classpath. > > 2017-02-08 20:41 GMT+08

Re: create dictionary error

2017-02-12 Thread Luke_Selina
Have you solved the problem? Please let me know Or May be you can try another dimension Encoding method(fix_length、integer and so on). Good Luck! Luke_Selina -- View this message in context: http://apache-kylin.74782.x6.nabble.com/create-dictionary-error-tp7155p7171.html Sent from the Apache Ky

Re: Re: java.lang.RuntimeException:unexpectedevictreasonCOLLECTED

2017-02-12 Thread 446463...@qq.com
I kown this.in my scene ,I ensure that I didn't use the Dim columns for global dictionary. but this error happened incidentally 446463...@qq.com From: Alberto Ramón Date: 2017-02-12 18:20 To: dev Subject: Re: Re: java.lang.RuntimeException:unexpectedevictreasonCOLLECTED https://issues.apac

Re: Problem while build cube:File not found for hdfs://...

2017-02-12 Thread bertram
hi, have you fixed this problem? i got the same error -- View this message in context: http://apache-kylin.74782.x6.nabble.com/Problem-while-build-cube-File-not-found-for-hdfs-tp7139p7168.html Sent from the Apache Kylin mailing list archive at Nabble.com.

Re: URGENT !!! Help needed - Issue executing query in Kylin

2017-02-12 Thread sunny
By the way, I can just only provide the log pictures now ,is this ok ?Best regards. shaofengshi wrote > sunny, providing the startup log in $KYLIN_HOME/logs can help other guys > toanalysis;2017-02-08 14:10 GMT+08:00 sunny < > 2451458816@ >>:> Hello,Manoj Jain,are you online? ou have succeeded i

Re: org.apache.kylin.job.exception.ExecuteException: org.apache.kylin.job.exception.ExecuteException: java.lang.NoSuchMethodError: org.apache.hadoop.yarn.proto.YarnProtos$LocalResourceProto.hashLong(J

2017-02-12 Thread ShaoFeng Shi
Thanks for the update; you're right, different hadoop components (if you install them separately) may ships different versions, so may cause such incompatible issue. If using commercial Hadoop releases, most of such problems can be avoided. 在 2017年2月8日 下午5:05,排骨瘦肉丁 <153563...@qq.com>写道: > it is v

Re: Issues in building cubes of Apache Kylin

2017-02-12 Thread sakouhi
Hi, I recently installed kylin, and I started with successfully kylin, everything seems fine, hadoop, hive, hbase, all installed on hadoop client machine, for test mode. In fact, I followed the steps to create a sample cube and fail to create kylin_sales_cube. Is their any confiquration how to set

Re: File does not exist: hdfs://master:9000/data/hadoop/hive/lib/hive-metastore-2.1.0.jar

2017-02-12 Thread sakouhi
SAME ERROR, HOW TO FIX IT ??? common.MapReduceExecutable:127 : error execute MapReduceExecutable{id=8911425c-b98a-44e6-8cf3-f9f5f9b0a319-02, name=Extract Fact Table Distinct Columns, state=RUNNING} java.io.FileNotFoundException: File does not exist: hdfs://localhost:54310/usr/local/hive/lib/hive-m

Re: Issues in building cubes of Apache Kylin

2017-02-12 Thread 排骨瘦肉丁
Solved it??How to solve it?Please tell me!!!Please!!! -- View this message in context: http://apache-kylin.74782.x6.nabble.com/Issues-in-building-cubes-of-Apache-Kylin-tp6530p7142.html Sent from the Apache Kylin mailing list archive at Nabble.com.

Re: File does not exist: hdfs://master:9000/data/hadoop/hive/lib/hive-metastore-2.1.0.jar

2017-02-12 Thread 排骨瘦肉丁
Solved it?I met the same peoblem with you...if...please tell me.Please!!! -- View this message in context: http://apache-kylin.74782.x6.nabble.com/File-does-not-exist-hdfs-master-9000-data-hadoop-hive-lib-hive-metastore-2-1-0-jar-tp5613p7141.html Sent from the Apache Kylin mailing list archive at

Re: URGENT !!! Help needed - Issue executing query in Kylin

2017-02-12 Thread sunny
Okay, thank you, Luke. Best regards. Luke Han wrote > Hi Sunny, > Could you please subscribe kylin dev mailing list first to get > response > in time? > > Here's how to subscribe: > http://kylin.apache.org/community/ > ; > > Thanks. > Luke >

Problem while build cube:File not found for hdfs://...

2017-02-12 Thread 排骨瘦肉丁
when i build my cube on step 3#: 2017-02-08 16:59:04,179 ERROR [pool-9-thread-1] common.MapReduceExecutable:127 : error execute MapReduceExecutable{id=20d6e927-f2d8-490c-8beb-054fa58708a9-02, name=Extract Fact Table Distinct Columns, state=RUNNING} java.io.FileNotFoundException: File does not exist

Re: org.apache.kylin.job.exception.ExecuteException: org.apache.kylin.job.exception.ExecuteException: java.lang.NoSuchMethodError: org.apache.hadoop.yarn.proto.YarnProtos$LocalResourceProto.hashLong(J

2017-02-12 Thread 排骨瘦肉丁
it is version problem. hbase的lib下面和hadoop相关的jar包在当初安装的时候替换成了2.7.3(也就是hadoop对应的版本),但是默认的1.2.3版本的hbase下面的jar包是2.5.1的,我给替换回来就可以了。 -- View this message in context: http://apache-kylin.74782.x6.nabble.com/org-apache-kylin-job-exception-ExecuteException-org-apache-kylin-job-exception-ExecuteException-j

org.apache.kylin.job.exception.ExecuteException: org.apache.kylin.job.exception.ExecuteException: java.lang.NoSuchMethodError: org.apache.hadoop.yarn.proto.YarnProtos$LocalResourceProto.hashLong(J)I

2017-02-12 Thread 排骨瘦肉丁
*when i build sample cube,the error occured:* 2017-02-07 18:24:06,161 ERROR [pool-9-thread-1] threadpool.DefaultScheduler:140 : ExecuteException job:20d6e927-f2d8-490c-8beb-054fa58708a9 org.apache.kylin.job.exception.ExecuteException: org.apache.kylin.job.exception.ExecuteException: java.lang.NoSuc

Re: Re: java.lang.RuntimeException:unexpectedevictreasonCOLLECTED

2017-02-12 Thread Alberto Ramón
https://issues.apache.org/jira/browse/KYLIN-2316?focusedCommentId=15857574&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15857574 This error only happens if you used global dicctionary on Dim Colum 2017-02-12 10:57 GMT+01:00 446463...@qq.com <446463...@qq.com>: >

Re: Re: java.lang.RuntimeException:unexpectedevictreasonCOLLECTED

2017-02-12 Thread 446463...@qq.com
thx.But I rebuild the cube,it is scueessful.What happened? 446463...@qq.com From: Alberto Ramón Date: 2017-02-12 17:34 To: dev Subject: Re: java.lang.RuntimeException:unexpectedevictreasonCOLLECTED Exactly, this patch has been apply only to 2.0.0 (*"Fix Version/s:* v2.0.0"

Re: java.lang.RuntimeException:unexpectedevictreasonCOLLECTED

2017-02-12 Thread Alberto Ramón
Exactly, this patch has been apply only to 2.0.0 (*"Fix Version/s:* v2.0.0" ) The actual version (1.6.0) don't have this commit and have this bug 2017-02-12 9:19 GMT+01:00 446463...@qq.com <446463...@qq.com>: > Hi all: > I mee

java.lang.RuntimeException:unexpectedevictreasonCOLLECTED

2017-02-12 Thread 446463...@qq.com
Hi all: I meet this problem today when I build cube . I view the maillist and find this problem in jira https://issues.apache.org/jira/browse/KYLIN-2316 it's closed and is commited to the github 2 days ago it means that this problem will be fixed in next version? it's still in the current version