Kylin connect to datastage error

2017-12-19 Thread Wangdp
Hi, Kylin2.2,Datastage11.5 The Datastage JDBC component connects kylin get a error? Error:The program variable _dataFields has a null value, which is not valid in the current context. Error Photo can down link: https://pan.baidu.com/s/1ge2zsCr

Re: Re: there is no valid date pattern error

2017-12-10 Thread Wangdp
Hi,Billy: Thinks. apache_...@163.com From: Billy Liu Date: 2017-12-10 22:46 To: dev Subject: Re: there is no valid date pattern error Hello Wangdp, That means there is a record value "关闭“ in the date/datetime column, which is invalid for date encoding. 2017-12-10 15:10 GMT+

there is no valid date pattern error

2017-12-09 Thread Wangdp
Hi, When run #4 Step Name: Build Dimension Dictionary Duration: 0.08 mins Waiting: 0 seconds,it error. How to find out the cause of the problem ? thinks. java.lang.IllegalArgumentException: there is no valid date pattern for:关闭 at

How to get the date of a few days

2017-12-20 Thread Wangdp
Hi, In kylin2.2,what function can get the date of a few days ago? example: oracle Function TRUNC(SYSDATE-n) apache_...@163.com

it run error when run step 1. Execution failed with exit status: 3

2018-06-30 Thread Wangdp
Hi, HDP2.3+Kylin 2.2 when run a bigdata set,hadoop it could't work,add set hive.auto.convert.join=false can workarounds for this bug: Where can I add this command in kylin? Error log: Create and distribute table, cmd: hive -e "USE default; DROP TABLE IF EXISTS

Re: Re: it run error when run step 1. Execution failed with exit status: 3

2018-06-30 Thread Wangdp
:07 GMT+08:00 Wangdp : > Hi, > > HDP2.3+Kylin 2.2 > > when run a bigdata set,hadoop it could't work,add set > hive.auto.convert.join=false can workarounds for this bug: > > Where can I add this command in kylin? > > Error log: > > Create and distribute table, c

ODBC connections get error character

2018-01-06 Thread Wangdp
Hi, When the column name is Chinese, connected by odbc in excel, the column name display problem . apache_...@163.com

Re: [VOTE] Migrate to gitbox

2018-01-31 Thread Wangdp
+1 apache_...@163.com From: Billy Liu Date: 2018-02-01 10:37 To: dev Subject: [VOTE] Migrate to gitbox Hi all, I'm starting this vote to migrate Apache Kylin repository from git-wip to gitbox. Gitbox allows deeper integration with Github, enables committers to merge, close or edit pull

question about rebuild odbc driver

2018-07-04 Thread Wangdp
Hi, Kylin2.1. When the name of the table or column is in Chinese, the ODBC parse error e.g. [{TABLE_NAME=物品维度, COLUMN_NAME=物品代码, COLUMN_TYPE=VARCHAR, COLUMN_LENGTH=10, COLUMN_PRECISION=0, COLUMN_DESC=}, {TABLE_NAME=物品维度, COLUMN_NAME=物品名称, COLUMN_TYPE=VARCHAR, COLUMN_LENGTH=100,

Re: Re: long time sql can't work in kylin

2018-03-26 Thread Wangdp
in kylin From the stack trace, it's not Kylin exception. For the long query, Kylin has timeout configuration. Could you check the kylin.log? With Warm regards Billy Liu 2018-03-26 16:39 GMT+08:00 Wangdp <apache_...@163.com>: > Hi: > > hdp2.5.3 kylin2.2 > > when a run a

long time sql can't work in kylin

2018-03-26 Thread Wangdp
Hi: hdp2.5.3 kylin2.2 when a run a long time(More than 4 minutes) sql,it not work. This is error info. : org.apache.http.NoHttpResponseException: The target server failed to respond at org.apache.calcite.avatica.Helper.createException(Helper.java:56) at

What algorithm is the caching policy?

2018-03-30 Thread Wangdp
Hi: What algorithm is the caching policy in kylin? FIFO,LRU,LFU,Other? And what about the effectiveness of caching time? apache_...@163.com

Re: Re: What algorithm is the caching policy?

2018-04-01 Thread Wangdp
ok. Thinks . apache_...@163.com From: magang Date: 2018-03-30 15:34 To: dev Subject: Re: What algorithm is the caching policy? Kylin use ehcache as the cache solution, by default, it use LRU and timeToIdleSeconds is set to 1 day. All are configurable in ehcache.xml, by default it is:

kylin get error when run step 3

2018-11-05 Thread Wangdp
HI, Run Env: hadoop2.6.1,hive1.2.2,hbase1.0.3,kylin2.1.0 Descirbe: when cube run step 3,it can not continue forward,inside the hadoop log show : org.apache.hadoop.mapreduce.v2.app.MRAppMaster:Error starting MRAppMaster

Re: Re: kylin get error when run step 3

2018-11-06 Thread Wangdp
ok,thinks apache_...@163.com From: ShaoFeng Shi Date: 2018-11-07 09:26 To: dev Subject: Re: kylin get error when run step 3 Environment issues, jar version conflict. BTW, HBase 1.0 is not supported; Kylin needs HBase 1.1+. Wangdp 于2018年11月5日周一 下午11:40写道: > HI, > > Run Env: ha