[jira] [Created] (KYLIN-3041) Does not support week function

2017-11-13 Thread Zhong Yanghong (JIRA)
Zhong Yanghong created KYLIN-3041: - Summary: Does not support week function Key: KYLIN-3041 URL: https://issues.apache.org/jira/browse/KYLIN-3041 Project: Kylin Issue Type: Bug

RE: unit tests fail on master-hadoop3.0

2017-11-13 Thread Feng, Zhutian
Hi Yang, I run "mvn clean package -pl core-common", UT doesn't pass before my change. -Original Message- From: Li Yang [mailto:liy...@apache.org] Sent: Tuesday, November 14, 2017 11:06 AM To: dev@kylin.apache.org Subject: Re: unit tests fail on master-hadoop3.0 The failed ClassUtilTest

Re: Kylin.log doesn't exist

2017-11-13 Thread 周湘伦
Thank you. Yes,i mean no merge job triggered.The 'running OK log' in which file? kylin.log or kylin.out file? Base the jira https://issues.apache.org/jira/browse/KYLIN-1843 "1)Number of entries of each dimension to hold in memory. ... 2) Number of dimension to hold in memory " These

Re: kylin2.1 on FusionInsight C60,start tomcat error.

2017-11-13 Thread Li Yang
> Caused by: java.lang.NullPointerException > at org.eclipse.jetty.websocket.jsr356.server.deploy. WebSocketServerContainerInitializer.isEnabled(WebSocketServerContainerInitia lizer.java:122) Seems env problem... Tomcat contains eclipse jetty?? On Sat, Nov 4, 2017 at 1:26 PM,

Re: Some problem when set up kylin

2017-11-13 Thread Li Yang
Classpath issue. Must be conflicting jars on classpath. Run "*bin/kylin.sh -v start*" to print full Kylin classpath (find 'kylin classpath is') on console. Should get you started to debug classpath. On Mon, Nov 13, 2017 at 12:13 PM, Feng, Zhutian wrote: > Hadoop 3.0.0

Re: unit tests fail on master-hadoop3.0

2017-11-13 Thread Li Yang
The failed ClassUtilTest has nothing to do with HTableDescriptor and your change. Does the UT pass before your change? Yang On Mon, Nov 13, 2017 at 10:38 PM, Feng, Zhutian wrote: > Environment: > Ubuntu16.04 > Java1.8 > Maven3.5 > > Steps: > > 1.

how to change the order of rowkey_columns

2017-11-13 Thread 杨浩
To speed up the query, we should position the frequent column before others, such as partition column date should be at the first for every query would contain it. Then how to change the order of rowkey_columns, or in other words, what decides the order of rowkey_columns?

[jira] [Created] (KYLIN-3040) Refresh a non-partitioned cube changes the segment name to "19700101000000_2922789940817071255"

2017-11-13 Thread liyang (JIRA)
liyang created KYLIN-3040: - Summary: Refresh a non-partitioned cube changes the segment name to "1970010100_2922789940817071255" Key: KYLIN-3040 URL: https://issues.apache.org/jira/browse/KYLIN-3040

New document: Install Kylin on AWS EMR

2017-11-13 Thread ShaoFeng Shi
Hi Kylin users, Add a document on how to install Kylin on AWS EMR, and how to configure S3 as the storage: https://kylin.apache.org/docs21/install/kylin_aws_emr.html It is also very easy to compose an EMR bootstrap script to automate this. If you see any problem, feel free to let me know. --

[jira] [Created] (KYLIN-3039) Unclosed hbaseAdmin in ITAclTableMigrationToolTest

2017-11-13 Thread Ted Yu (JIRA)
Ted Yu created KYLIN-3039: - Summary: Unclosed hbaseAdmin in ITAclTableMigrationToolTest Key: KYLIN-3039 URL: https://issues.apache.org/jira/browse/KYLIN-3039 Project: Kylin Issue Type: Test

unit tests fail on master-hadoop3.0

2017-11-13 Thread Feng, Zhutian
Environment: Ubuntu16.04 Java1.8 Maven3.5 Steps: 1. checkout to master-hadoop3.0 2. As HTableDescriptor(String) is no longer supported in the latest Hbase API, So I change "HTableDescriptor table = new HTableDescriptor(tableName) " to "HTableDescriptor table = new

[jira] [Created] (KYLIN-3038) cannot support sum of type-converted column SQL

2017-11-13 Thread Yifei Wu (JIRA)
Yifei Wu created KYLIN-3038: --- Summary: cannot support sum of type-converted column SQL Key: KYLIN-3038 URL: https://issues.apache.org/jira/browse/KYLIN-3038 Project: Kylin Issue Type: Bug

[jira] [Created] (KYLIN-3037) can't cast varchar to bigint/double/int in kylin 2.2.0

2017-11-13 Thread wangmuling (JIRA)
wangmuling created KYLIN-3037: - Summary: can't cast varchar to bigint/double/int in kylin 2.2.0 Key: KYLIN-3037 URL: https://issues.apache.org/jira/browse/KYLIN-3037 Project: Kylin Issue Type:

[jira] [Created] (KYLIN-3036) Allow complex column type when loading source table

2017-11-13 Thread Roger Shi (JIRA)
Roger Shi created KYLIN-3036: Summary: Allow complex column type when loading source table Key: KYLIN-3036 URL: https://issues.apache.org/jira/browse/KYLIN-3036 Project: Kylin Issue Type: