Re: BadQueryDetector (Please ignore the last post)

2017-05-08 Thread Billy Liu
Have you checked the “Direct Mode” on Tableau? Have you asked for help from
Tableau community?

2017-04-25 23:12 GMT+08:00 rahulsingh :

> Hi all,
>
> We are using Tableau Desktop 10.2.1 with Kylin 1.6. We got success to
> connect kylin with tableau wia ODBC driver.
> We have one table in kylin having 41 columns and around 5 milion records.
> And we use this table as a data source in tableau.
> When we prepare report in Tableau with some rows and columns, it is firing
> “select * from
> ” query on Kylin. Ideally Tableau should only fire specific group by querys
> based on the reports.
> And because we have so many data in the cube, the “select * from
> ” query on kyline make the Kylin hangup and then it is not responding.
>
> How should we handle this  “select * from
> ” query from Tableau ? Do we have some settings that block this type of *
> query.
>
> Thank You,
> Rahul Singh
>
> --
> View this message in context: http://apache-kylin.74782.x6.
> nabble.com/BadQueryDetector-Please-ignore-the-last-post-tp7770.html
> Sent from the Apache Kylin mailing list archive at Nabble.com.
>


Re: How do I deploy kylin when I have a Hadoop environment

2017-05-08 Thread Billy Liu
You question has been answered by Li Feng on May 4. Please do not ask the
same one again.

2017-05-09 12:41 GMT+08:00 john-126 :

> Dear Dev:
>
>How do I deploy kylin when I have a Hadoop environment!Please give
> me a plan and suggestion。
>
>
>
>My Hadoop environment:
>
>hadoop version:2.6.4
>
>Linux OS:centos 6.8
>
>JDK:1.8.131
>
>
>
>
>
> --
>
> Best regards!
>
> John.xiong
>
>
>
>


How do I deploy kylin when I have a Hadoop environment

2017-05-08 Thread john-126
Dear Dev:

   How do I deploy kylin when I have a Hadoop environment!Please give
me a plan and suggestion。

   

   My Hadoop environment:

   hadoop version:2.6.4

   Linux OS:centos 6.8

   JDK:1.8.131

 

 

--

Best regards!

John.xiong

 



Re: Re: Encoded password cannot be null or empty when login into kylin's web UI

2017-05-08 Thread ShaoFeng Shi
Hi tianshuo,

Please re-download Kylin binary package, there was a mistake in building
the binary package, we uploaded a new package very soon after found that.
You might be impacted by that.

2017-05-09 9:32 GMT+08:00 赵天烁 :

> samething happen after I backup, reset and restore the metastore...forced
> to downgrade to 2.0 snapshot ,so sad..
>
> --
>
> 赵天烁
>
> Kevin Zhao
>
> *zhaotians...@meizu.com *
>
>
>
> 珠海市魅族科技有限公司
>
> MEIZU Technology Co., Ltd.
>
> 广东省珠海市科技创新海岸魅族科技楼
>
> MEIZU Tech Bldg., Technology & Innovation Coast
>
> Zhuhai, 519085, Guangdong, China
>
> meizu.com
>
>
> *From:* 赵天烁 
> *Date:* 2017-05-04 17:59
> *To:* ShaoFeng Shi ; user ;
> dev 
> *Subject:* Re: Re: Encoded password cannot be null or empty when login
> into kylin's web UI
> ok,I'll give a shot
>
> --
>
> 赵天烁
>
> Kevin Zhao
>
> *zhaotians...@meizu.com *
>
>
>
> 珠海市魅族科技有限公司
>
> MEIZU Technology Co., Ltd.
>
> 广东省珠海市科技创新海岸魅族科技楼
>
> MEIZU Tech Bldg., Technology & Innovation Coast
>
> Zhuhai, 519085, Guangdong, China
>
> meizu.com
>
>
> *From:* ShaoFeng Shi 
> *Date:* 2017-05-04 17:52
> *To:* user ; dev 
> *Subject:* Re: Encoded password cannot be null or empty when login into
> kylin's web UI
> A bug in kylin 2.0 beta might cause some dirty data. You can try this way:
>
> 1. stop Kylin, and then run "bin/metastore.sh backup"
> 2. reset metastore: "bin/metastore.sh reset"
> 3. restore: "bin/metastore.sh restore "
> 4. start Kylin
>
> 2017-05-04 15:55 GMT+08:00 赵天烁 :
>
>> think I probably found the cause,any idea how to fixed?
>>
>>
>> after the following exception, the password of ADMIN instance just
>> change to blank..
>> java.lang.ArrayIndexOutOfBoundsException
>> at java.lang.System.arraycopy(Native Method)
>> at sun.security.provider.DigestBase.engineUpdate(DigestBase.java:127)
>> at java.security.MessageDigest$Delegate.engineUpdate(Message
>> Digest.java:568)
>> at java.security.MessageDigest.update(MessageDigest.java:323)
>> at java.security.MessageDigest.digest(MessageDigest.java:398)
>> at org.apache.kylin.rest.security.KylinAuthenticationProvide
>> r.authenticate(KylinAuthenticationProvider.java:76)
>> at org.springframework.security.authentication.ProviderManag
>> er.authenticate(ProviderManager.java:156)
>> at org.springframework.security.authentication.ProviderManag
>> er.authenticate(ProviderManager.java:174)
>> at org.springframework.security.web.authentication.www.Basic
>> AuthenticationFilter.doFilter(BasicAuthenticationFilter.java:168)
>> at org.springframework.security.web.FilterChainProxy$Virtual
>> FilterChain.doFilter(FilterChainProxy.java:342)
>> at org.springframework.security.web.authentication.ui.Defaul
>> tLoginPageGeneratingFilter.doFilter(DefaultLoginPageGenerati
>> ngFilter.java:91)
>> at org.springframework.security.web.FilterChainProxy$Virtual
>> FilterChain.doFilter(FilterChainProxy.java:342)
>> at org.springframework.security.web.authentication.AbstractA
>> uthenticationProcessingFilter.doFilter(AbstractAuthenticatio
>> nProcessingFilter.java:183)
>> at org.springframework.security.web.FilterChainProxy$Virtual
>> FilterChain.doFilter(FilterChainProxy.java:342)
>> at org.springframework.security.web.authentication.logout.Lo
>> goutFilter.doFilter(LogoutFilter.java:105)
>> at org.springframework.security.web.FilterChainProxy$Virtual
>> FilterChain.doFilter(FilterChainProxy.java:342)
>> at org.springframework.security.web.context.SecurityContextP
>> ersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
>> at org.springframework.security.web.FilterChainProxy$Virtual
>> FilterChain.doFilter(FilterChainProxy.java:342)
>> at org.springframework.security.web.FilterChainProxy.doFilte
>> rInternal(FilterChainProxy.java:192)
>> at org.springframework.security.web.FilterChainProxy.doFilte
>> r(FilterChainProxy.java:160)
>> at org.springframework.web.filter.DelegatingFilterProxy.invo
>> keDelegate(DelegatingFilterProxy.java:343)
>> at org.springframework.web.filter.DelegatingFilterProxy.doFi
>> lter(DelegatingFilterProxy.java:260)
>> at org.apache.catalina.core.ApplicationFilterChain.internalD
>> oFilter(ApplicationFilterChain.java:241)
>> at org.apache.catalina.core.ApplicationFilterChain.doFilter(
>> ApplicationFilterChain.java:208)
>> at com.thetransactioncompany.cors.CORSFilter.doFilter(CORSFi
>> lter.java:209)
>> at com.thetransactioncompany.cors.CORSFilter.doFilter(CORSFi
>> lter.java:244)
>> at org.apache.catalina.core.ApplicationFilterChain.internalD
>> oFilter(ApplicationFilterChain.java:241)
>> at org.apache.catalina.core.ApplicationFilterChain.doFilter(
>> ApplicationFilterChain.java:208)
>> at org.apache.catalina.core.StandardWrapperValve.invoke(Stan
>> dardWrapperValve.java:220)
>> 

?????? java.lang.NoClassDefFoundError: org/apache/hadoop/hive/ql/session/SessionState

2017-05-08 Thread ????
hi ShaoFeng
the hbase shell script
cat /usr/bin/hbase
#!/bin/bash


BIGTOP_DEFAULTS_DIR=${BIGTOP_DEFAULTS_DIR-/etc/default}
[ -n "${BIGTOP_DEFAULTS_DIR}" -a -r ${BIGTOP_DEFAULTS_DIR}/hbase ] && . 
${BIGTOP_DEFAULTS_DIR}/hbase


# Autodetect JAVA_HOME if not defined
. /usr/lib/bigtop-utils/bigtop-detect-javahome


export HADOOP_CONF=${HADOOP_CONF:-/etc/hadoop/conf}
export ZOOKEEPER_HOME=${ZOOKEEPER_HOME:-/usr/lib/zookeeper}
export 
HBASE_CLASSPATH=$HADOOP_CONF:$HADOOP_HOME/*:$HADOOP_HOME/lib/*:$ZOOKEEPER_HOME/*:$ZOOKEEPER_HOME/lib/*:$HBASE_CLASSPATH


exec /usr/lib/hbase/bin/hbase "$@"



I find HBASE_CLASSPATH is appended










--  --
??: "ShaoFeng Shi";;
: 2017??5??8??(??) 8:45
??: "dev"; 

: Re: java.lang.NoClassDefFoundError: 
org/apache/hadoop/hive/ql/session/SessionState



hi lei,

Check the first item in Kylin's FAQ:
https://kylin.apache.org/docs20/gettingstarted/faq.html

2017-05-08 10:54 GMT+08:00  <121762...@qq.com>:

> I install the Kylin 2.0.0 in emr-5.3.0, follewed the
> http://kylin.apache.org/docs16/tutorial/cube_spark.html
> When i build the kylin_sales_cube in 2 step, the error is:
>
>
> java.lang.NoClassDefFoundError: org/apache/hadoop/hive/ql/session/SessionState
> at 
> org.apache.kylin.source.hive.HiveClientFactory.getHiveClient(HiveClientFactory.java:26)
> at org.apache.kylin.source.hive.HiveMRInput$
> RedistributeFlatHiveTableStep.computeRowCount(HiveMRInput.java:256)
>at org.apache.kylin.source.hive.HiveMRInput$
> RedistributeFlatHiveTableStep.doWork(HiveMRInput.java:300)  at
> org.apache.kylin.job.execution.AbstractExecutable.
> execute(AbstractExecutable.java:124)   at org.apache.kylin.job.
> execution.DefaultChainedExecutable.doWork(DefaultChainedExecutable.java:64)
>at org.apache.kylin.job.execution.AbstractExecutable.
> execute(AbstractExecutable.java:124)   at org.apache.kylin.job.impl.
> threadpool.DefaultScheduler$JobRunner.run(DefaultScheduler.java:142)
>  at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:745) Caused by: 
> java.lang.ClassNotFoundException:
> org.apache.hadoop.hive.ql.session.SessionStateat
> org.apache.catalina.loader.WebappClassLoaderBase.loadClass(
> WebappClassLoaderBase.java:1858)  at org.apache.catalina.loader.
> WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1701)  ... 10
> more




-- 
Best regards,

Shaofeng Shi ??

[jira] [Created] (KYLIN-2595) Result query should use alias name replace column name when used Keyword As

2017-05-08 Thread wuyingjun (JIRA)
wuyingjun created KYLIN-2595:


 Summary: Result query should use alias name replace column name 
when used  Keyword As
 Key: KYLIN-2595
 URL: https://issues.apache.org/jira/browse/KYLIN-2595
 Project: Kylin
  Issue Type: Bug
  Components: Web 
Affects Versions: v2.0.0, v1.6.0
Reporter: wuyingjun
Assignee: Zhong,Jason


when i query the result use sql contains the keyword as , the result label is 
not alias name but column。



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


Re: Re: Encoded password cannot be null or empty when login into kylin's web UI

2017-05-08 Thread 赵天烁
samething happen after I backup, reset and restore the metastore...forced to 
downgrade to 2.0 snapshot ,so sad..


赵天烁
Kevin Zhao
zhaotians...@meizu.com

珠海市魅族科技有限公司
MEIZU Technology Co., Ltd.
广东省珠海市科技创新海岸魅族科技楼
MEIZU Tech Bldg., Technology & Innovation Coast
Zhuhai, 519085, Guangdong, China
meizu.com

From: 赵天烁
Date: 2017-05-04 17:59
To: ShaoFeng Shi; 
user; dev
Subject: Re: Re: Encoded password cannot be null or empty when login into 
kylin's web UI
ok,I'll give a shot


赵天烁
Kevin Zhao
zhaotians...@meizu.com

珠海市魅族科技有限公司
MEIZU Technology Co., Ltd.
广东省珠海市科技创新海岸魅族科技楼
MEIZU Tech Bldg., Technology & Innovation Coast
Zhuhai, 519085, Guangdong, China
meizu.com

From: ShaoFeng Shi
Date: 2017-05-04 17:52
To: user; dev
Subject: Re: Encoded password cannot be null or empty when login into kylin's 
web UI
A bug in kylin 2.0 beta might cause some dirty data. You can try this way:

1. stop Kylin, and then run "bin/metastore.sh backup"
2. reset metastore: "bin/metastore.sh reset"
3. restore: "bin/metastore.sh restore "
4. start Kylin

2017-05-04 15:55 GMT+08:00 赵天烁 
>:
think I probably found the cause,any idea how to fixed?


after the following exception, the password of ADMIN instance just change to 
blank..
java.lang.ArrayIndexOutOfBoundsException
at java.lang.System.arraycopy(Native Method)
at sun.security.provider.DigestBase.engineUpdate(DigestBase.java:127)
at java.security.MessageDigest$Delegate.engineUpdate(MessageDigest.java:568)
at java.security.MessageDigest.update(MessageDigest.java:323)
at java.security.MessageDigest.digest(MessageDigest.java:398)
at 
org.apache.kylin.rest.security.KylinAuthenticationProvider.authenticate(KylinAuthenticationProvider.java:76)
at 
org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:156)
at 
org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:174)
at 
org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:168)
at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
at 
org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter.doFilter(DefaultLoginPageGeneratingFilter.java:91)
at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
at 
org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:183)
at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
at 
org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:105)
at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
at 
org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
at 
org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192)
at 
org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:160)
at 
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:343)
at 
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:260)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at com.thetransactioncompany.cors.CORSFilter.doFilter(CORSFilter.java:209)
at com.thetransactioncompany.cors.CORSFilter.doFilter(CORSFilter.java:244)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:505)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at 

[REPORT] Kylin - May 2017

2017-05-08 Thread Luke Han
## Description:
Apache Kylin is an open source Distributed Analytics Engine designed
to provide SQL interface and multi-dimensional analysis (OLAP) on
Hadoop supporting extremely large datasets.


## Issues:
- there are no issues requiring board attention at this time

## Activity:
- Nominated 3 committers
- Apache Kylin 2.0 has been developed long time, it
has been release on 2017-04-30, the coming development
activities will more focus on migration bug fixes which
reported by community and testing result
- Yang Li presented Apache Kylin 2.0 features
at Strata Hadoop World San Jose on 2017-03-16
- Luke Han presented Apache Kylin open source
at OSCAR Beijing on 2017-04-19
- Apache Kylin Meetup @Toutiao in Beijing
hosted on 2017-04-29 with 200 attendees onsite
and 200 online
- Chaozhong Yang presented Apache Kylin use case
in Toutiao at above Meetup
at OSCAR Beijing on 2017-04-19
- Dong Li presented Apache Kylin
at OSC China Fujian on 2017-02-25
- Dong Li presented Apache Kylin
at OSC China Xiamen on 2017-02-26
- Dong Li presented Apache Kylin
at OSC China Wuhan on 2017-04-15
- Dong Li presented Apache Kylin
at OSC China Changsha on 2017-04-16
- Hongbin Ma presented Apache Kylin
at NJSDGlobal Nanjing on 2017-04-21
- Chen Wang presented Apache Kylin
at DBAPlus Meetup China Shanghai on 2017-04-08
- Roger Shi presented Apache Kylin
at SQL on Hadoop Meetup Shanghai on 2017-04-29

## PMC changes:

- Currently 18 PMC members.
- No new PMC members added in the last 3 months
- Last PMC addition was Dong Li on Mon Apr 11 2016

## Committer base changes:

- Currently 28 committers.
- New commmitters:
- Alberto Ramón was added as a committer on Thu Apr 27 2017
- Zhixiong Chen was added as a committer on Thu Apr 27 2017
- Roger Shi was added as a committer on Thu Apr 27 2017

## Releases:

- 2.0.0 was released on Sat Apr 29 2017

## Mailing list activity:

- dev@kylin.apache.org:
- 334 subscribers (up 23 in the last 3 months):
- 809 emails sent to list (900 in previous quarter)

- iss...@kylin.apache.org:
- 61 subscribers (up 9 in the last 3 months):
- 923 emails sent to list (1525 in previous quarter)

- u...@kylin.apache.org:
- 270 subscribers (up 52 in the last 3 months):
- 239 emails sent to list (320 in previous quarter)

## JIRA activity:

- 164 JIRA tickets created in the last 3 months
- 151 JIRA tickets closed/resolved in the last 3 months


Re: Cube build error on Step 7 Build Base Cuboid Data

2017-05-08 Thread lufeng
Hi ShaoFeng

I think it’s not an empty segment problem because Kylin has also consider this 
situation. Maybe is an none file issue that Kylin is not checked. 

I have open a issue on Kylin JIRA. Please check it 
https://issues.apache.org/jira/browse/KYLIN-2590 


> 在 2017年5月4日,上午9:28,ShaoFeng Shi  写道:
> 
> Lufeng,
> 
> Thanks for the update. I also received reporting about this error recently, 
> but no finding. Is it because the intermediate table be empty (no data in the 
> selected time range)? As Kylin allows empty segment, this should not block 
> the build, please feel free to open a JIRA to us. 



Re: java.lang.NoClassDefFoundError: org/apache/hadoop/hive/ql/session/SessionState

2017-05-08 Thread ShaoFeng Shi
hi lei,

Check the first item in Kylin's FAQ:
https://kylin.apache.org/docs20/gettingstarted/faq.html

2017-05-08 10:54 GMT+08:00 张磊 <121762...@qq.com>:

> I install the Kylin 2.0.0 in emr-5.3.0, follewed the
> http://kylin.apache.org/docs16/tutorial/cube_spark.html
> When i build the kylin_sales_cube in 2 step, the error is:
>
>
> java.lang.NoClassDefFoundError: org/apache/hadoop/hive/ql/session/SessionState
> at 
> org.apache.kylin.source.hive.HiveClientFactory.getHiveClient(HiveClientFactory.java:26)
> at org.apache.kylin.source.hive.HiveMRInput$
> RedistributeFlatHiveTableStep.computeRowCount(HiveMRInput.java:256)
>at org.apache.kylin.source.hive.HiveMRInput$
> RedistributeFlatHiveTableStep.doWork(HiveMRInput.java:300)  at
> org.apache.kylin.job.execution.AbstractExecutable.
> execute(AbstractExecutable.java:124)   at org.apache.kylin.job.
> execution.DefaultChainedExecutable.doWork(DefaultChainedExecutable.java:64)
>at org.apache.kylin.job.execution.AbstractExecutable.
> execute(AbstractExecutable.java:124)   at org.apache.kylin.job.impl.
> threadpool.DefaultScheduler$JobRunner.run(DefaultScheduler.java:142)
>  at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:745) Caused by: 
> java.lang.ClassNotFoundException:
> org.apache.hadoop.hive.ql.session.SessionStateat
> org.apache.catalina.loader.WebappClassLoaderBase.loadClass(
> WebappClassLoaderBase.java:1858)  at org.apache.catalina.loader.
> WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1701)  ... 10
> more




-- 
Best regards,

Shaofeng Shi 史少锋


[jira] [Created] (KYLIN-2594) After reloading metadata, the project list should refresh

2017-05-08 Thread pengjianlin (JIRA)
pengjianlin created KYLIN-2594:
--

 Summary: After reloading metadata, the project list should refresh
 Key: KYLIN-2594
 URL: https://issues.apache.org/jira/browse/KYLIN-2594
 Project: Kylin
  Issue Type: Bug
  Components: Web 
Affects Versions: v2.0.0, v1.6.0
Reporter: pengjianlin
Assignee: Zhong,Jason


1. excute sample.sh
2. relead metadata
Thus, I want to see the 'learn_kylin' project in the project list, but it not. 
When I refresh the page, the project appears. I think we should use ajax the 
refresh the project list after releading metadata



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (KYLIN-2593) Query with Ton-N by count may fail

2017-05-08 Thread Dong Li (JIRA)
Dong Li created KYLIN-2593:
--

 Summary: Query with Ton-N by count may fail
 Key: KYLIN-2593
 URL: https://issues.apache.org/jira/browse/KYLIN-2593
 Project: Kylin
  Issue Type: Bug
  Components: Query Engine
Reporter: Dong Li
Assignee: liyang


Stacktrace:
...
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:505)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at 
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:956)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:436)
at 
org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1078)
at 
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:625)
at 
org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:316)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at 
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NullPointerException
at 
org.apache.kylin.metadata.tuple.TupleInfo.getFieldIndex(TupleInfo.java:64)
at 
org.apache.kylin.measure.topn.TopNMeasureType.getAdvancedTupleFiller(TopNMeasureType.java:374)
at 
org.apache.kylin.storage.gtrecord.CubeTupleConverter.(CubeTupleConverter.java:113)
at 
org.apache.kylin.storage.gtrecord.GTCubeStorageQueryBase.newCubeTupleConverter(GTCubeStorageQueryBase.java:159)
at 
org.apache.kylin.storage.gtrecord.SegmentCubeTupleIterator.(SegmentCubeTupleIterator.java:85)
at 
org.apache.kylin.storage.gtrecord.SequentialCubeTupleIterator.(SequentialCubeTupleIterator.java:61)
at 
org.apache.kylin.storage.gtrecord.GTCubeStorageQueryBase.search(GTCubeStorageQueryBase.java:93)
at 
org.apache.kylin.query.enumerator.OLAPEnumerator.queryStorage(OLAPEnumerator.java:120)
at 
org.apache.kylin.query.enumerator.OLAPEnumerator.moveNext(OLAPEnumerator.java:64)
at Baz$1$1.moveNext(Unknown Source)
at 
org.apache.calcite.linq4j.EnumerableDefaults.groupBy_(EnumerableDefaults.java:826)
at 
org.apache.calcite.linq4j.EnumerableDefaults.groupBy(EnumerableDefaults.java:761)
at 
org.apache.calcite.linq4j.DefaultEnumerable.groupBy(DefaultEnumerable.java:302)
at Baz.bind(Unknown Source)
at 
org.apache.calcite.jdbc.CalcitePrepare$CalciteSignature.enumerable(CalcitePrepare.java:331)
at 
org.apache.calcite.jdbc.CalciteConnectionImpl.enumerable(CalciteConnectionImpl.java:294)
at 
org.apache.calcite.jdbc.CalciteMetaImpl._createIterable(CalciteMetaImpl.java:553)
at 
org.apache.calcite.jdbc.CalciteMetaImpl.createIterable(CalciteMetaImpl.java:544)
at 
org.apache.calcite.avatica.AvaticaResultSet.execute(AvaticaResultSet.java:193)
at 
org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:67)
at 
org.apache.calcite.jdbc.CalciteResultSet.execute(CalciteResultSet.java:44)
at 
org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:607)
at 
org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:600)
at 
org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:615)
at 
org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:148)
... 77 more



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)