Re: cachesync.Broadcaster:172 : error running wiping java.lang.IllegalArgumentException

2018-01-09 Thread Ruslan Dautkhanov
utOfMemoryError -verbose:gc > -XX:+PrintGCDetails -XX:+PrintGCDateStamps > -Xloggc:$KYLIN_HOME/logs/kylin.gc.$$ -XX:+UseGCLogFileRotation > -XX:NumberOfGCLogFiles=10 -XX:GCLogFileSize=64M" -- Ruslan Dautkhanov On Tue, Jan 9, 2018 at 3:42 AM, Billy Liu <billy...@apache.org> wrote: >

Re: cachesync.Broadcaster:172 : error running wiping java.lang.IllegalArgumentException

2018-01-08 Thread Ruslan Dautkhanov
ails -XX:+PrintGCDateStamps > -Xloggc:$KYLIN_HOME/logs/kylin.gc.$$ -XX:+UseGCLogFileRotation > -XX:NumberOfGCLogFiles=10 -XX:GCLogFileSize=64M" -- Ruslan Dautkhanov On Mon, Jan 8, 2018 at 8:29 PM, Billy Liu <billy...@apache.org> wrote: > Hello Ruslan, > > Could you

cachesync.Broadcaster:172 : error running wiping java.lang.IllegalArgumentException

2018-01-08 Thread Ruslan Dautkhanov
Below error crashes Kylin. Attempts to start Kylin back results in the same exception. This started happening after a new cube build was scheduled.. Is this a known bug and any ideas how to work around this ? 2018-01-08 09:54:06,427 INFO [Scheduler 1698178565 Job >

Re: Cube build fails on Step 3 "Extract Fact Table Distinct Columns"

2018-01-02 Thread Ruslan Dautkhanov
4:51 -0700 2018 > LogLength:46 > Log Contents: > Error: Could not find or load main class 8192 > > LogType:stdout > Log Upload Time:Tue Jan 02 12:34:51 -0700 2018 > LogLength:0 > Log Contents: So there is nothing meaningful except that "could not find or load main class

Re: Cube build fails on Step 3 "Extract Fact Table Distinct Columns"

2018-01-02 Thread Ruslan Dautkhanov
can not spot a problem there.. any hints would be extremely helpful. -- Ruslan Dautkhanov On Tue, Jan 2, 2018 at 8:08 PM, ShaoFeng Shi <shaofeng...@apache.org> wrote: > There should be more logs for this job. You can try "yarn logs" command to > retrieve it. As-is l

Cube build fails on Step 3 "Extract Fact Table Distinct Columns"

2018-01-02 Thread Ruslan Dautkhanov
Happy New Year ! Bouncing at the users list if this is a known issue to someone: Cube build consistently fails on Step 3 "Extract Fact Table Distinct Columns". First two steps complete just fine. Mappers work fine, it only the reducers that fail - many of them with the same error [1]. Also [2]

Re: flat table stored as parquet

2017-12-30 Thread Ruslan Dautkhanov
Yep, exactly. Thanks for pointing to that! Looking forward to the 2.3 release. -- Ruslan Dautkhanov On Fri, Dec 29, 2017 at 5:16 PM, Alberto Ramón <a.ramonporto...@gmail.com> wrote: > Could you check this: Kylin 3070 > <https://issues.apache.org/jira/browse/KYLIN-3070&

flat table stored as parquet

2017-12-29 Thread Ruslan Dautkhanov
Is there is a knob I can set to tell Kylin to create flat table as Parquet and not as default 'text' serialization? I mean that "flat" Hive table that Kylin creates when it builds a cube. Thanks! Ruslan Dautkhanov

cuboids on-demand / lazy build

2017-12-28 Thread Ruslan Dautkhanov
We just started using Kylin and quite like it so far. Although some of the datasets we have a quite like to even consider for OLAP cubing. Unless those cuboids will be built on-demand. I know some commercial non-open source products do this successfully. This idea is to build a cuboid only when

Re: apache-kylin-2.1.0-bin-cdh57.tar.gz

2017-10-09 Thread Ruslan Dautkhanov
Good to know. Thank you! -- Ruslan Dautkhanov On Mon, Oct 9, 2017 at 5:29 PM, Billy Liu <billy...@apache.org> wrote: > The CDH57 works for all CDH 5.7+ > > 2017-10-10 2:35 GMT+08:00 Ruslan Dautkhanov <dautkha...@gmail.com>: > >> From the Downloads page I can on

apache-kylin-2.1.0-bin-cdh57.tar.gz

2017-10-09 Thread Ruslan Dautkhanov
>From the Downloads page I can only see apache-kylin-2.1.0-bin-cdh*57* .tar.gz Are there more current builds .. like for CDH 5.*12*? If not, does it make sense to build Kylin myself? (not sure what could be an advantage to have a build specific to latest CDH build?) Thank you, Ruslan

count distinct

2016-07-27 Thread Ruslan Dautkhanov
if they're intrerested in approx or exact counts? Thank you, Ruslan Dautkhanov