[jira] [Created] (KYLIN-2112) Allow a column be a dimension as well as "group by" column in TopN measure

2016-10-19 Thread Shaofeng SHI (JIRA)
Shaofeng SHI created KYLIN-2112: --- Summary: Allow a column be a dimension as well as "group by" column in TopN measure Key: KYLIN-2112 URL: https://issues.apache.org/jira/browse/KYLIN-2112 Project: Kylin

Re: can not load tables

2016-10-19 Thread Li Yang
Please provide details like env, log files etc.. Or others cannot help you. On Wed, Oct 19, 2016 at 9:57 AM, 张磊 <121762...@qq.com> wrote: > my question is > 1、when i run sample.sh, hive have > kylin_cal_dt、kylin_category_groupings、kylin_sales > three tables > but in Kylin Web Interface , in lear

[jira] [Created] (KYLIN-2111) only allow columns from Model dimensions when add group by column to TOP_N

2016-10-19 Thread Zhong,Jason (JIRA)
Zhong,Jason created KYLIN-2111: -- Summary: only allow columns from Model dimensions when add group by column to TOP_N Key: KYLIN-2111 URL: https://issues.apache.org/jira/browse/KYLIN-2111 Project: Kylin

?????? java.lang.NoClassDefFoundError: org/apache/hive/hcatalog/mapreduce/HCatInputFormat

2016-10-19 Thread ????
find-hive-dependency.sh is ok I say find-hbase-dependency.sh this script, when i mkdir -p /usr/lib/oozie/lib, the variable HBASE_ENV_INIT is set true i do not edit /usr/lib/hbase/conf/hbase-env.sh and Change the first line from export HBASE_CLASSPATH=/etc/hadoop/conf to export HBASE_CLASSPATH=$HBA

[jira] [Created] (KYLIN-2110) Ineffective comparison in BooleanDimEnc#equals()

2016-10-19 Thread Ted Yu (JIRA)
Ted Yu created KYLIN-2110: - Summary: Ineffective comparison in BooleanDimEnc#equals() Key: KYLIN-2110 URL: https://issues.apache.org/jira/browse/KYLIN-2110 Project: Kylin Issue Type: Bug

[jira] [Created] (KYLIN-2109) Deploy coprocessor only this server own the table

2016-10-19 Thread kangkaisen (JIRA)
kangkaisen created KYLIN-2109: - Summary: Deploy coprocessor only this server own the table Key: KYLIN-2109 URL: https://issues.apache.org/jira/browse/KYLIN-2109 Project: Kylin Issue Type: Bug

Unable to connect to Kylin Web UI

2016-10-19 Thread Big Data
Hi, I have recently installed kylin 1.5.4.1 Hbase1.x on hortonworks sandbox, I am able to connect to Ambari with the address http://127.0.0.1:8080 where as I am not able to connect to kylin after successful installation with the address http://127.0.0.1:7070/kylin. I used two n/w adapters both NA

Re: java.lang.NoClassDefFoundError: org/apache/hive/hcatalog/mapreduce/HCatInputFormat

2016-10-19 Thread ShaoFeng Shi
In 1.5.4 kylin change to load hcat from /usr/lib/hive-hcatalog, you can try to modify the file to https://github.com/apache/kylin/blob/kylin-1.5.4.1/build/bin/find-hive-dependency.sh#L89 2016-10-19 15:48 GMT+08:00 张磊 <121762...@qq.com>: > it is ok,thanks > if my emr cluster has a directory /usr/l

?????? java.lang.NoClassDefFoundError: org/apache/hive/hcatalog/mapreduce/HCatInputFormat

2016-10-19 Thread ????
it is ok,thanks if my emr cluster has a directory /usr/lib/oozie/lib??HBASE_ENV_INIT??true, i do not change /usr/lib/hbase/conf/hbase-env.sh, i do not konw why you judge by /usr/lib/oozie/lib directory if [ -n is_aws ] && [ -d "/usr/lib/oozie/lib" ]; then export HBASE_ENV_INIT="true" fi

[jira] [Created] (KYLIN-2108) Support usage of schema name "default" in SQL

2016-10-19 Thread Yifan Zhang (JIRA)
Yifan Zhang created KYLIN-2108: -- Summary: Support usage of schema name "default" in SQL Key: KYLIN-2108 URL: https://issues.apache.org/jira/browse/KYLIN-2108 Project: Kylin Issue Type: Improveme