Re: Cube Merge Error

2018-05-30 Thread jun
Has it resloved? I encounter it too. -- Sent from: http://apache-kylin.74782.x6.nabble.com/

timestampadd has some error

2018-05-15 Thread jun
kylin-1.6.0 version 1. SQL: select part_dt, timestampadd(MONTH, 1, PART_DT) from KYLIN_SALES result: 2012-01-01, 2012-01-01 MONTH result not correct; 2. SQL: select part_dt, timestampadd(DAY, 1, PART_DT) from KYLIN_SALES result: 2012-01-01, 2012-01-02 DAY result corrcet I found that DAY, HOUR

Re: Re: java.lang.RuntimeException:unexpectedevictreasonCOLLECTED

2018-02-27 Thread jun
It is a bug or some reason ? -- Sent from: http://apache-kylin.74782.x6.nabble.com/

Re: Re: java.lang.RuntimeException:unexpectedevictreasonCOLLECTED

2018-02-27 Thread jun
I have encounter this problem. -- Sent from: http://apache-kylin.74782.x6.nabble.com/

Re: Towards Kylin 2.3

2018-01-31 Thread jun
Can kylin provide log tracking capabilities similar to log trace id ? -- Sent from: http://apache-kylin.74782.x6.nabble.com/

Re: Re: kylin 监控JMX

2017-12-26 Thread jun
Hi, can you try jconsloe on the same host to kylin? I encounter problem if jconsloe client with the same host to kylin... -- Sent from: http://apache-kylin.74782.x6.nabble.com/

Re: kylin 监控JMX

2017-12-19 Thread jun
thx @kaisen as to your config, I use jmx_prometheus_httpserver as jmxtools, and run it on the same host to kylin-server. But I encounter the problem: http://apache-kylin.74782.x6.nabble.com/kylin-jmx-config-problem-td9689.html, the kylin webService can't visit. -- Sent from: http://apache-kylin.7

Re: kylin 监控JMX

2017-12-19 Thread jun
Have someone others konw this issue? -- Sent from: http://apache-kylin.74782.x6.nabble.com/

Re: kylin 监控JMX

2017-12-18 Thread jun
export JMX_PORT=port_number in kylin.sh, It doesn't work and the port doesn't come up -- Sent from: http://apache-kylin.74782.x6.nabble.com/

Re: kylin 监控JMX

2017-12-18 Thread jun
Is this problem solved? -- Sent from: http://apache-kylin.74782.x6.nabble.com/

Re: kylin jmx config problem

2017-12-18 Thread jun
no other warn/error log, but there is a strange situation : if I close promethus client(listen to 7090), the problem situation will not happen. -- Sent from: http://apache-kylin.74782.x6.nabble.com/

kylin jmx config problem

2017-12-14 Thread jun
hi, all I uncomment bin/setenv.sh config: export KYLIN_DEBUG_SETTINGS="-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.port=7090", want to collect some index data. But restart kylin-server

Re: kylin-1.6-hbase version cluster have a bug

2017-11-05 Thread jun
Has 2.2 version fix this phenomenon? -- Sent from: http://apache-kylin.74782.x6.nabble.com/

Re: kylin-1.6-hbase version cluster have a bug

2017-09-07 Thread jun
I have find this problem like this: https://issues.apache.org/jira/browse/KYLIN-2814, and I reslove this situation problem. But I also have accounter this problem: https://issues.apache.org/jira/browse/KYLIN-2405 -- Sent from: http://apache-kylin.74782.x6.nabble.com/

Re: kylin-1.6-hbase version cluster have a bug

2017-09-06 Thread jun
I have set "kylin.rest.servers" in kylin servers kylin.properties. As I know, some others have also accounter this problem. -- Sent from: http://apache-kylin.74782.x6.nabble.com/

Re: kylin-1.6-hbase version cluster have a bug

2017-09-06 Thread jun
have anybody know it? -- Sent from: http://apache-kylin.74782.x6.nabble.com/

Re: why can't I see the project which is created by other kylin server when I visit a kylin server ?

2017-09-05 Thread jun
I have counter this problem also, but I have set kylin.rest.servers. I found that meta can't synchronize between servers only after I load metadata again. Also when I delete cube, I get "No cube detail info loaded" in another kylin server. Have someone encounter this situation? -- Sent from: http

kylin-1.6-hbase version cluster have a bug

2017-09-05 Thread jun
Hi, all Recently, I deploy kylin in cluster mode, refer to http://kylin.apache.org/docs16/install/kylin_cluster.html. But, test drop cube function, kylin-a drop cube1 success, kylin-b can't Synchronous refresh meta, and kylin-b always get errors as follows: ERROR [http-bio-7080-exec-10] contr

HDP-2.6.1 virtualbox sandbox DebugTomcat error

2017-08-27 Thread jun
hi, all I use hdp-2.6.1 sandbox to run IDEA DebugTomcat.java, and when I build cube, it get errors: 2017-08-23 08:50:01,016 WARN [pool-6-thread-1 DFSClient:654]: Failed to connect to /172.17.0.2:50010 for block, add to deadNodes and continue. java.net.ConnectException: Connection refused jav

Re: 【kylin.hdfs.working.dir】 Can I specify this configuration item each time I use the pass argument?

2017-07-19 Thread jun
yes, I want the resource depart. HDFS and Hbase different dir. thx -- View this message in context: http://apache-kylin.74782.x6.nabble.com/kylin-hdfs-working-dir-Can-I-specify-this-configuration-item-each-time-I-use-the-pass-argument-tp8470p8502.html Sent from the Apache Kylin mailing list archi

【kylin.hdfs.working.dir】 Can I specify this configuration item each time I use the pass argument?

2017-07-19 Thread jun
Hi, all conf kylin.properties kylin.hdfs.working.dir, Can I specify this configuration item each time I use the pass params? Because I want each user uses a different hdfs directory. Thank you! -- View this message in context: http://apache-kylin.74782.x6.nabble.com/kylin-hdfs-working-dir-Ca

Re: 【kylin.hdfs.working.dir】 Can I specify this configuration item each time I use the pass argument?

2017-07-19 Thread jun
Have somebody meet this situation? thx -- View this message in context: http://apache-kylin.74782.x6.nabble.com/kylin-hdfs-working-dir-Can-I-specify-this-configuration-item-each-time-I-use-the-pass-argument-tp8470p8492.html Sent from the Apache Kylin mailing list archive at Nabble.com.