This is an automated email from the ASF dual-hosted git repository.

xxyu pushed a change to branch kylin-on-parquet-v2
in repository https://gitbox.apache.org/repos/asf/kylin.git.


    from 1b4e4c2  KYLIN-4694 Fix 'NoClassDefFoundError: 
Lcom/esotericsoftware/kryo/io/Output' when query with sparder on yarn
     new c9370ea  KYLIN-4704 Upgrade sample metadata
     new 14b5750  KYLIN-4705 add rest api for sparder-context url monitor
     new 35308f7  KYLIN-4701 Front end change for Parquet Storage
     new 656d9f3  KYLIN-4660 Cleanup for IT and logger

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../java/org/apache/kylin/common/KylinConfig.java  |    25 +-
 .../org/apache/kylin/common/KylinConfigBase.java   |     2 +-
 .../kylin/common/persistence/ResourceTool.java     |     2 +-
 .../kylin/common/util/AbstractKylinTestCase.java   |     5 -
 .../kylin/common/util/TempMetadataBuilder.java     |    18 +-
 .../java/org/apache/kylin/cube/model/CubeDesc.java |    23 +-
 .../model/validation/rule/FunctionRuleTest.java    |    17 -
 .../apache/kylin/measure/MeasureTypeFactory.java   |     8 +-
 examples/sample_cube/create_sample_tables.sql      |     1 +
 examples/sample_cube/data/DEFAULT.KYLIN_SALES.csv  | 20000 +++++++++----------
 .../template/cube_desc/kylin_sales_cube.json       |    15 +-
 .../template/model_desc/kylin_sales_model.json     |     3 +-
 .../table/DEFAULT.KYLIN_SALES--learn_kylin.json    |   114 +-
 .../parquet_test/cube_desc/ci_left_join_cube.json  |    21 +-
 .../resources/query/sql_h2_uncapable/query03.sql   |     5 +-
 .../resources/query/sql_h2_uncapable/query04.sql   |     6 +-
 .../sql/execution/datasource/FilePruner.scala      |     2 +-
 .../main/scala/org/apache/spark/utils/LogEx.scala  |     2 +-
 .../kylin/engine/spark/source/CsvSource.java       |     2 +-
 .../kylin/engine/spark/job/CubeBuildJob.java       |     2 +-
 .../kylin/engine/spark/utils/JobMetricsUtils.scala |     2 +-
 .../engine/spark/LocalWithSparkSessionTest.java    |    24 +-
 .../src/test/resources/log4j.properties            |    11 +-
 .../apache/kylin/query/runtime/SparkEngine.java    |     8 +-
 .../kylin/query/runtime/plans/ProjectPlan.scala    |     2 +-
 .../org/apache/spark/sql/SparderContext.scala      |    14 +-
 ...ldAndQueryTest.java => NBuildAndQueryTest.java} |   106 +-
 .../apache/kylin/engine/spark2/NExecAndComp.java   |    38 +-
 .../spark2/NManualBuildAndQueryCuboidTest.java     |     4 +-
 .../kylin/engine/spark2/utils/QueryUtil.java       |    24 +-
 .../apache/kylin/query/routing/RoutingRule.java    |     2 +-
 .../kylin/rest/controller/AdminController.java     |     9 +
 .../partials/cubeDesigner/advanced_settings.html   |   720 +-
 webapp/app/partials/cubes/cubes.html               |     2 +-
 webapp/app/partials/tables/source_table_tree.html  |     4 +-
 35 files changed, 10603 insertions(+), 10640 deletions(-)
 rename 
kylin-spark-project/kylin-spark-test/src/test/java/org/apache/kylin/engine/spark2/{NManualBuildAndQueryTest.java
 => NBuildAndQueryTest.java} (77%)

Reply via email to