How to Update the Cube Structure

2017-11-20 Thread Kumar, Manoj H
In case of Data Source table has DDL changes – either new Column added or Existing Column data type changed. How Can we do Cube data model update & reflecting new column data to Cube? Pls. advise. Regards, Manoj From: ShaoFeng Shi [mailto:shaofeng...@apache.org] Sent: Monday, November 20, 2017

Re: Kinesis support for Streaming Cubes

2017-11-20 Thread ShaoFeng Shi
Hi Hubert, JIRA is created for this requirement: https://issues.apache.org/jira/browse/KYLIN-3050 Feel free to add your input there. 2017-11-16 18:53 GMT+08:00 ShaoFeng Shi : > Hi Hubert, > > Actually, we had investigated Kinesis before; but considering that no real >

Re: Merge problem

2017-11-20 Thread ShaoFeng Shi
Hi wei, How many segments are you merging in this job? What's the size of them and how many dimensions/measures? What types of these measures? Please do more investigation as much as possible, and provide more information. In my experience, the merge is much easier than building from source.

Re: Apache Kyine - kylin.env.hdfs-working-dir

2017-11-20 Thread ShaoFeng Shi
It seems that the script still try to create "/kylin" on HDFS, not in the configured path. Please double check and make sure this line is not commented: kylin.env.hdfs-working-dir=/tenants/rft/rcmo/kylin 2017-11-20 14:00 GMT+08:00 Kumar, Manoj H : > I am installing

Re: Apache Kyine - Hbase set up not working

2017-11-20 Thread ShaoFeng Shi
Ok good to know; You can configure a namespace for the metadata table, see https://issues.apache.org/jira/browse/KYLIN-1400 2017-11-20 16:53 GMT+08:00 Kumar, Manoj H : > Both issues have been resolved.. It was related to HBASE Namespace. > > > > Regards, > > Manoj > >

Re: Sqoop Error

2017-11-20 Thread ShaoFeng Shi
The root cause should be missing org.apache.hadoop.hive.conf.HiveConf; Make sure hive-common.jar is on your classpath. 2017-11-20 20:06 GMT+08:00 Kumar, Manoj H : > Can someone help on resolving this sqoop Error? Running Sqoop command from > Cloudere Manager. Although

Sqoop Error

2017-11-20 Thread Kumar, Manoj H
Can someone help on resolving this sqoop Error? Running Sqoop command from Cloudere Manager. Although I have set up hive home but still its giving Error. 17/11/20 07:00:58 WARN hive.TableDefWriter: Column qtdAmountUSDE had to be cast to a less precise type in Hive 17/11/20 07:00:58 INFO

Re: Can hierarchyDims contain jointDims

2017-11-20 Thread Billy Liu
Hi Doom, Thank you for reading the code so carefullly. You are welcomed to contribute on this JIRA. 2017-11-19 16:42 GMT+08:00 doom <43535...@qq.com>: > So this issues is work in progress, and result in the two piece contradict > code. thank you for make me clear. > > > -- 原始邮件

RE: Apache Kyine - Hbase set up not working

2017-11-20 Thread Kumar, Manoj H
Both issues have been resolved.. It was related to HBASE Namespace. Regards, Manoj From: Kumar, Manoj H Sent: Monday, November 20, 2017 12:40 PM To: user@kylin.apache.org Subject: RE: Apache Kyine - Hbase set up not working Importance: High Pls. advise on this - what needs to be done. Some