kylin git commit: add blog for intersect count

2016-11-28 Thread sunyerui
ree/06ea8a4d Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/06ea8a4d Branch: refs/heads/document Commit: 06ea8a4db8494996868ebc82ef4094cfb5562803 Parents: abf7b49 Author: sunyerui <sunye...@gmail.com> Authored: Mon Nov 28 18:09:01 2016 +0800 Committer: sunyerui <sunye...@gmail.co

kylin git commit: update count distinct blog, and add window function blog

2016-11-17 Thread sunyerui
wip-us.apache.org/repos/asf/kylin/tree/1a3a4558 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/1a3a4558 Branch: refs/heads/document Commit: 1a3a455860ae60ff2ea62690805a64e66db5e452 Parents: d536122 Author: sunyerui <sunye...@gmail.com> Authored: Fri Nov 18 10:32:50 2016 +0800 Committer:

kylin git commit: add blog 'count distinct in kylin'

2016-08-03 Thread sunyerui
lin/tree/89904496 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/89904496 Branch: refs/heads/document Commit: 89904496eafc1ba20f236c9db2135e53ad19b9a3 Parents: 2271aeb Author: sunyerui <sunye...@gmail.com> Authored: Wed Aug 3 22:56:00 2016 +0800 Committer: sunyerui <sunye.

kylin git commit: update blog standalone-hbase-cluster with "Enable NN HA" section

2016-07-21 Thread sunyerui
ttp://git-wip-us.apache.org/repos/asf/kylin/tree/b68aa9a2 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/b68aa9a2 Branch: refs/heads/document Commit: b68aa9a2fc7f219df6dc0e7c7f32591ef14e198d Parents: cace0b5 Author: sunyerui <sunye...@gmail.com> Authored: Thu Jul 21 20:14:36 2

[2/2] kylin git commit: minor, adjust the estimate bytes size of bitmap measure

2016-06-17 Thread sunyerui
/kylin/diff/a3769ce6 Branch: refs/heads/master Commit: a3769ce6a08cd3b62a96884d92c75e6cf5bb789f Parents: c919ca2 Author: sunyerui <sunye...@gmail.com> Authored: Fri Jun 17 14:03:37 2016 +0800 Committer: sunyerui <sunye...@gmail.com> Committed: Fri Jun 17 14:03:3

kylin git commit: minor, adjust constant values of BufferedMeasureEncoder and BitmapSerializer

2016-06-15 Thread sunyerui
ttp://git-wip-us.apache.org/repos/asf/kylin/tree/7a05309b Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/7a05309b Branch: refs/heads/master Commit: 7a05309bf528851d94312199c20c1e9766f27408 Parents: cdcde05 Author: sunyerui <sunye...@gmail.com> Authored: Wed Jun 15 16:42:14 2

kylin git commit: KYLIN-1775 Add Cube Migrate Support for Global Dictionary

2016-06-13 Thread sunyerui
wip-us.apache.org/repos/asf/kylin/tree/fde16e69 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/fde16e69 Branch: refs/heads/master Commit: fde16e693098e287cf18aa64a7d1bea11272d2e7 Parents: baaa33d Author: sunyerui <sunye...@gmail.com> Authored: Wed Jun 8 19:08:07 2016 +0800 Committer: sunyer

kylin git commit: Fix format of blog that deploy with standalone hbase cluster

2016-06-11 Thread sunyerui
wip-us.apache.org/repos/asf/kylin/tree/a8734990 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/a8734990 Branch: refs/heads/document Commit: a8734990fa70364b4b5972856c2d1107c2b2e22e Parents: 561532b Author: sunyerui <sunye...@gmail.com> Authored: Sun Jun 12 11:30:50 2016 +0800 Committer:

[2/2] kylin git commit: Add document for count distinct usage

2016-06-10 Thread sunyerui
Branch: refs/heads/document Commit: 9a204458dc503845d9f644347f968ffc862fc99b Parents: 43eaece Author: sunyerui <sunye...@gmail.com> Authored: Fri Jun 10 19:01:41 2016 +0800 Committer: sunyerui <sunye...@gmail.com> Committed: Fri Jun 10 20:49:5

kylin git commit: minor, keep cube signature stable after MeasureDesc and FunctionDesc changed

2016-06-08 Thread sunyerui
ttp://git-wip-us.apache.org/repos/asf/kylin/tree/97950611 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/97950611 Branch: refs/heads/master Commit: 97950611f6eb3de85c285e9a69135d0ce8317eb7 Parents: 38a76b6 Author: sunyerui <sunye...@gmail.com> Authored: Wed Jun 8 19:37:05 2016 +0800

[5/6] kylin git commit: KYLIN-1379 More stable and functional precise count distinct implements after KYLIN-1186

2016-06-04 Thread sunyerui
http://git-wip-us.apache.org/repos/asf/kylin/blob/3032bbbe/examples/test_case_data/localmeta/data/flatten_data_for_without_slr_left_join.csv -- diff --git

[6/6] kylin git commit: KYLIN-1379 More stable and functional precise count distinct implements after KYLIN-1186

2016-06-04 Thread sunyerui
://git-wip-us.apache.org/repos/asf/kylin/diff/3032bbbe Branch: refs/heads/KYLIN-1705-B2 Commit: 3032bbbe69f9e15d97e11d8ff0362ad034cdce4a Parents: e305bb6 Author: sunyerui <sunye...@gmail.com> Authored: Sat May 28 17:50:54 2016 +0800 Committer: sunyerui <sunye...@gmail.com> Committed: Fri

[2/6] kylin git commit: KYLIN-1705 Global (and more scalable) dictionary

2016-06-04 Thread sunyerui
.*; +import java.util.*; + +import static org.junit.Assert.assertEquals; +import static org.junit.Assert.assertFalse; + +/** + * Created by sunyerui on 16/4/28. + */ +public class AppendTrieDictionaryTest { + +@BeforeClass +public static void setUp() { +KylinConfig.destroyInstance

[1/6] kylin git commit: KYLIN-1719 Add config in scan request to control compress the query result or not

2016-06-04 Thread sunyerui
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/773ca515 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/773ca515 Branch: refs/heads/KYLIN-1705-B2 Commit: 773ca515ea6d6c8ebe00597090a389fb3975f466 Parents: 258e765 Author: sunyerui <sunye...@gmail.com> Authored: Wed Jun 1 22

[3/6] kylin git commit: KYLIN-1705 Global (and more scalable) dictionary

2016-06-04 Thread sunyerui
/diff/d1a9bab6 Branch: refs/heads/KYLIN-1705-B2 Commit: d1a9bab640a7ad422f3f8ef091243033161417ab Parents: 773ca51 Author: sunyerui <sunye...@gmail.com> Authored: Fri May 27 00:50:14 2016 +0800 Committer: sunyerui <sunye...@gmail.com> Committed: Fri Jun 3 18:59:3

[4/6] kylin git commit: KYLIN-1728 Introduce dictionary metadata

2016-06-04 Thread sunyerui
/e305bb6b Branch: refs/heads/KYLIN-1705-B2 Commit: e305bb6b975d51b8ebee0bb63157e6273e0a55f2 Parents: d1a9bab Author: sunyerui <sunye...@gmail.com> Authored: Fri May 27 01:27:01 2016 +0800 Committer: sunyerui <sunye...@gmail.com> Committed: Fri Jun 3 18:59:3

[5/6] kylin git commit: KYLIN-1718 Grow ByteBuffer Dynamically in Cube Building and Query

2016-05-21 Thread sunyerui
/repos/asf/kylin/diff/1587b293 Branch: refs/heads/KYLIN-1379-1705-1718-1719 Commit: 1587b2930f5e448c160f2e6d5f3e3b8d6005c4ac Parents: 16f94bf Author: sunyerui <sunye...@gmail.com> Authored: Fri May 20 18:42:10 2016 +0800 Committer: sunyerui <sunye...@gmail.com> Committed: Sun May 22 1

[6/6] kylin git commit: KYLIN-1721 KylinConfigExt lost base properties when store into file

2016-05-21 Thread sunyerui
/repos/asf/kylin/diff/47189e11 Branch: refs/heads/KYLIN-1379-1705-1718-1719 Commit: 47189e11763443e132df3ecd0045184d32da3048 Parents: bb5c825 Author: sunyerui <sunye...@gmail.com> Authored: Sun May 22 01:17:13 2016 +0800 Committer: sunyerui <sunye...@gmail.com> Committed: Sun May 22 1

kylin git commit: KYLIN-1721 KylinConfigExt lost base properties when store into file

2016-05-21 Thread sunyerui
git-wip-us.apache.org/repos/asf/kylin/tree/b6499b5c Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/b6499b5c Branch: refs/heads/master Commit: b6499b5c3a70478882f0895485068952f469862b Parents: 8d178b9 Author: sunyerui <sunye...@gmail.com> Authored: Sun May 22 01:17:13 2016 +0800

[kylin] Git Push Summary

2016-05-21 Thread sunyerui
Repository: kylin Updated Branches: refs/heads/KYLIN-1379-1705-1718-1719 [created] 8d178b91f

kylin git commit: KYLIN-1372 Query using PrepareStatement failed with multi OR clause

2016-01-28 Thread sunyerui
git-wip-us.apache.org/repos/asf/kylin/tree/a98c7118 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/a98c7118 Branch: refs/heads/2.0-rc Commit: a98c71188213422ab9504363464727897951012b Parents: 37978af Author: sunyerui <sunye...@gmail.com> Authored: Tue Jan 26 23:15:47 2016 +0800

kylin git commit: KYLIN-1372 Query using PrepareStatement failed with multi OR clause

2016-01-28 Thread sunyerui
ttp://git-wip-us.apache.org/repos/asf/kylin/tree/0c13797e Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/0c13797e Branch: refs/heads/1.x-staging Commit: 0c13797e11984ba0411f0c0e3c42540a822e847a Parents: d697447 Author: sunyerui <sunye...@gmail.com> Authored: Tue Jan 26 21:57:21 2