Jenkins build is still unstable: Kylin-Master-JDK-1.7 #440

2017-05-01 Thread Apache Jenkins Server
See

svn commit: r1793341 - in /kylin/site: development/howto_release.html docs20/release_notes.html feed.xml

2017-05-01 Thread lidong
Author: lidong Date: Mon May 1 14:00:57 2017 New Revision: 1793341 URL: http://svn.apache.org/viewvc?rev=1793341=rev Log: enhance release document Modified: kylin/site/development/howto_release.html kylin/site/docs20/release_notes.html kylin/site/feed.xml Modified:

Jenkins build is unstable: Kylin-Master-JDK-1.7 #439

2017-05-01 Thread Apache Jenkins Server
See

Jenkins build is unstable: Kylin-Master-JDK-1.8 #440

2017-05-01 Thread Apache Jenkins Server
See

[11/17] kylin git commit: KYLIN-2471 support subquery for parenthesized sub-clause in JOIN

2017-05-01 Thread liyang
KYLIN-2471 support subquery for parenthesized sub-clause in JOIN Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/55bb64fe Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/55bb64fe Diff:

[08/17] kylin git commit: KYLIN-2568 When we execute the script 'kylin_port_replace_util.sh' to modify kylin port, it will reset other property in kylin.properties

2017-05-01 Thread liyang
KYLIN-2568 When we execute the script 'kylin_port_replace_util.sh' to modify kylin port, it will reset other property in kylin.properties Signed-off-by: Li Yang Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit:

[12/17] kylin git commit: KYLIN-2579 Improvement on subqueries: reorder subqueries joins with RelOptRule

2017-05-01 Thread liyang
KYLIN-2579 Improvement on subqueries: reorder subqueries joins with RelOptRule Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/2fc47224 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/2fc47224 Diff:

[16/17] kylin git commit: KYLIN-2307 Create a branch for master with HBase 0.98 API

2017-05-01 Thread liyang
http://git-wip-us.apache.org/repos/asf/kylin/blob/3c6bfa8c/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/HBaseResourceStore.java -- diff --git

[06/17] kylin git commit: KYLIN-2564 UsernameNotFoundException: User XXX does not exist

2017-05-01 Thread liyang
KYLIN-2564 UsernameNotFoundException: User XXX does not exist Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/6c376b24 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/6c376b24 Diff:

[02/17] kylin git commit: KYLIN-2462 fix CubeDesc.getCopyOf()

2017-05-01 Thread liyang
KYLIN-2462 fix CubeDesc.getCopyOf() Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/6692f36a Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/6692f36a Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/6692f36a

[15/17] kylin git commit: KYLIN-2307 Create a branch for master with HBase 0.98 API

2017-05-01 Thread liyang
http://git-wip-us.apache.org/repos/asf/kylin/blob/3c6bfa8c/tool/src/main/java/org/apache/kylin/tool/ExtendCubeToHybridCLI.java -- diff --git a/tool/src/main/java/org/apache/kylin/tool/ExtendCubeToHybridCLI.java

[14/17] kylin git commit: KYLIN-2580 Improvement on subqueries: allow grouping by columns from subquery

2017-05-01 Thread liyang
KYLIN-2580 Improvement on subqueries: allow grouping by columns from subquery Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/fa5edf23 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/fa5edf23 Diff:

[01/17] kylin git commit: minor, mark KYLIN-1664 in code [Forced Update!]

2017-05-01 Thread liyang
Repository: kylin Updated Branches: refs/heads/2.0.x-hbase0.98 43389296a -> 3c6bfa8c8 (forced update) minor, mark KYLIN-1664 in code Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/79aa5456 Tree:

[13/17] kylin git commit: fix compile

2017-05-01 Thread liyang
fix compile Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/ace9c0ac Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/ace9c0ac Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/ace9c0ac Branch:

[07/17] kylin git commit: KYLIN-2249 Bug fix : build cube error when use inmem but ok with layer

2017-05-01 Thread liyang
KYLIN-2249 Bug fix : build cube error when use inmem but ok with layer Signed-off-by: Yang Li Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/4d52147e Tree:

[04/17] kylin git commit: KYLIN-2559 Failed to create HDFS directory

2017-05-01 Thread liyang
KYLIN-2559 Failed to create HDFS directory Signed-off-by: Li Yang Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/b9050b59 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/b9050b59 Diff:

[05/17] kylin git commit: minor, stackoverflow fix that does not reproduce in user GUI

2017-05-01 Thread liyang
minor, stackoverflow fix that does not reproduce in user GUI Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/48a1f6fb Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/48a1f6fb Diff:

[09/17] kylin git commit: KYLIN-2564 use InMemoryUserDetailsManager instead of InMemoryDaoImpl

2017-05-01 Thread liyang
KYLIN-2564 use InMemoryUserDetailsManager instead of InMemoryDaoImpl Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/2cea072f Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/2cea072f Diff:

[03/17] kylin git commit: KYLIN-2560 fix license headers in a few files

2017-05-01 Thread liyang
KYLIN-2560 fix license headers in a few files Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/94e765a7 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/94e765a7 Diff:

[17/17] kylin git commit: KYLIN-2307 Create a branch for master with HBase 0.98 API

2017-05-01 Thread liyang
KYLIN-2307 Create a branch for master with HBase 0.98 API Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/3c6bfa8c Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/3c6bfa8c Diff:

[1/2] kylin git commit: KYLIN-2579 fix compile

2017-05-01 Thread liyang
Repository: kylin Updated Branches: refs/heads/master 7926ecd91 -> d7d468acb KYLIN-2579 fix compile Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/8d647bd1 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/8d647bd1

[2/2] kylin git commit: KYLIN-2580 Improvement on subqueries: allow grouping by columns from subquery

2017-05-01 Thread liyang
KYLIN-2580 Improvement on subqueries: allow grouping by columns from subquery Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/d7d468ac Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/d7d468ac Diff:

[1/2] kylin git commit: fix compile

2017-05-01 Thread liyang
Repository: kylin Updated Branches: refs/heads/2.0.x 2fc472242 -> fa5edf23e fix compile Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/ace9c0ac Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/ace9c0ac Diff:

kylin git commit: KYLIN-2580 Improvement on subqueries: allow grouping by columns from subquery

2017-05-01 Thread liyang
Repository: kylin Updated Branches: refs/heads/mhb0501 8d647bd15 -> d7d468acb KYLIN-2580 Improvement on subqueries: allow grouping by columns from subquery Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/d7d468ac Tree:

Build failed in Jenkins: Kylin-Master-JDK-1.7 #438

2017-05-01 Thread Apache Jenkins Server
See Changes: [mahongbin] KYLIN-2579 Improvement on subqueries: reorder subqueries joins with -- [...truncated 1.67 MB...] [INFO] Surefire report directory:

Build failed in Jenkins: Kylin-Master-JDK-1.8 #438

2017-05-01 Thread Apache Jenkins Server
See Changes: [mahongbin] KYLIN-2579 Improvement on subqueries: reorder subqueries joins with -- [...truncated 1.57 MB...] [INFO] Apache Kylin - Core Storage

kylin git commit: KYLIN-2579 fix compile

2017-05-01 Thread liyang
Repository: kylin Updated Branches: refs/heads/mhb0501 [created] 8d647bd15 KYLIN-2579 fix compile Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/8d647bd1 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/8d647bd1

kylin git commit: KYLIN-2579 Improvement on subqueries: reorder subqueries joins with RelOptRule

2017-05-01 Thread liyang
Repository: kylin Updated Branches: refs/heads/2.0.x 55bb64fe3 -> 2fc472242 KYLIN-2579 Improvement on subqueries: reorder subqueries joins with RelOptRule Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/2fc47224 Tree:

kylin git commit: KYLIN-2579 Improvement on subqueries: reorder subqueries joins with RelOptRule

2017-05-01 Thread liyang
Repository: kylin Updated Branches: refs/heads/master c40843771 -> 7926ecd91 KYLIN-2579 Improvement on subqueries: reorder subqueries joins with RelOptRule Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/7926ecd9 Tree:

kylin git commit: KYLIN-2471 support subquery for parenthesized sub-clause in JOIN

2017-05-01 Thread lidong
Repository: kylin Updated Branches: refs/heads/2.0.x 142b618fb -> 55bb64fe3 KYLIN-2471 support subquery for parenthesized sub-clause in JOIN Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/55bb64fe Tree:

[kylin] Git Push Summary

2017-05-01 Thread sjc
Repository: kylin Updated Branches: refs/heads/roger-test-branch [deleted] c40843771

[kylin] Git Push Summary

2017-05-01 Thread sjc
Repository: kylin Updated Branches: refs/heads/roger-test-branch [created] c40843771