Failed to read big resource /dict/xxxx

2019-08-28 Thread Johnson
hi,大家好, 今天发现一个失败的任务,失败在#4 Step Name: Build Dimension Dictionary 报错信息如下:之后我把这个任务drop掉,重新构建还是一直报这个错,大家知道怎么解决吗 org.apache.kylin.engine.mr.exception.HadoopShellException: java.lang.RuntimeException: java.io.IOException: Failed to read big resource

Re: Welcome to use docker for kylin

2019-08-28 Thread ShaoFeng Shi
This is cool! It will help users to try and evaluate Kylin much easier than before! Best regards, Shaofeng Shi 史少锋 Apache Kylin PMC Email: shaofeng...@apache.org Apache Kylin FAQ: https://kylin.apache.org/docs/gettingstarted/faq.html Join Kylin user mail group: user-subscr...@kylin.apache.org

Re: Welcome to use docker for kylin

2019-08-28 Thread Billy Liu
Sounds cool With Warm regards Billy Liu Xiaoxiang Yu 于2019年8月28日周三 下午6:11写道: > > Great! I think it is the best way for user to learn Kylin if he/she do not > have a Hadoop env by just one command: > > > > docker run -d \ > > -m 8G \ > > -p 7070:7070 \ > > -p 8088:8088 \ > > -p 50070:50070 \ >

Re: Welcome to use docker for kylin

2019-08-28 Thread Xiaoxiang Yu
Great! I think it is the best way for user to learn Kylin if he/she do not have a Hadoop env by just one command: docker run -d \ -m 8G \ -p 7070:7070 \ -p 8088:8088 \ -p 50070:50070 \ -p 8032:8032 \ -p 8042:8042 \ -p 60010:60010 \ apachekylin/apache-kylin-standalone:3.0.0-alpha2

Welcome to use docker for kylin

2019-08-28 Thread codingfor...@126.com
Dear Apache Kylin users and developers: We provide docker for kylin to allow users to try Kylin and developer verification code modifications. The docker mainly supports: - Kylin and its dependent services installation and deployment, can use Kylin features directly - Support automatic copy code

What dose Data Size and Source Table Size mean

2019-08-28 Thread lk_hadoop
hi,all: I am not quite understand some index I saw on the kylin's web: #1 Step Name: Create Intermediate Flat Hive Table Data Size: 72.06 GB Duration: 6.07 mins Waiting: 0 seconds what is the "Data Size" mean ? all the records data size *2 ? what is the "Source Table Size" mean? thanks