Kylin Cube Build and Job Monitoring

Kylin Cube Build and Job Monitoring

Cube Build

First of all, make sure that you have authority of the cube you want to build.

  1. In Models page, click the
    Action
    drop down button in the right of a cube column and select operation
    Build.

  2. There is a pop-up window after the selection, click
    END DATE
    input box to select end date of this incremental cube build.

  3. Click Submit to send the build request. After success, you will see the new job in the
    Monitor page.

  4. The new job is in “pending” status; after a while, it will be started to run and you will see the progress by refresh the web page or click the refresh button.

  5. Wait the job to finish. In the between if you want to discard it, click
    Actions
    -> Discard button.

  6. After the job is 100% finished, the cube’s status becomes to “Ready”, means it is ready to serve SQL queries. In the
    Model tab, find the cube, click cube name to expand the section, in the “HBase” tab, it will list the cube segments. Each segment has a start/end time; Its underlying HBase table information is also listed.

If you have more source data, repeate the steps above to build them into the cube.

Job Monitoring

In the Monitor page, click the job detail button to see detail information show in the right side.

The detail information of a job provides a step-by-step record to trace a job. You can hover a step status icon to see the basic status and information.

Click the icon buttons showing in each step to see the details:
Parameters
, Log,
MRJob
.

  • Parameters

  • Log

  • MRJob(MapReduce Job)

时间: 2024-10-03 15:39:48

Kylin Cube Build and Job Monitoring的相关文章

Kylin - 分析数据

I. Create a Project Go to Query page in top menu bar, then click Manage Projects. Click the + Project button to add a new project. Enter a project name, e.g, "Tutorial", with a description (optional), then click submit button to send the request

安装Kylin

Environment Kylin requires a properly setup Hadoop environment to run. Following are the minimal request to run Kylin, for more detial, please check Hadoop Environment. It is most common to install Kylin on a Hadoop client machine, from which Kylin c

美团Apache Kylin精确去重指标优化历程

康凯森,美团点评大数据工程师,Apache Kylin commiter,目前主要负责Apache Kylin在美团点评的平台化建设. 问题背景 本文记录了我将Apache Kylin超高基数的精确去重指标查询提速数十倍的过程,大家有任何建议或者疑问欢迎讨论. 某业务方的cube有12个维度,35个指标,其中13个是精确去重指标,并且有一半以上的精确去重指标单天基数在千万级别,cube单天数据量1.5亿行左右.业务方一个结果仅有21行的精确去重查询竟然耗时12秒多,其中HBase端耗时6秒多,K

Kylin-实践OLAP

OLAP的历史与基本概念   OLAP全称为在线联机分析应用,是一种对于多维数据分析查询的解决方案.典型的OLAP应用场景包括销售.市场.管理等商务报表,预算决算,经济报表等等. 最早的OLAP查询工具是发布于1970年的Express,然而完整的OLAP概念是在1993年由关系数据库之父EdgarF.Codd 提出,伴随而来的是著名的"twelvelaws of online analytical processing". 1998年微软发布MicrosoftAnalysis Ser

OCP1z0-047 : 权限―――分配系统权限

这题是考权限的知识点,权限分为两大类,系统权限和对象权限,这题主要讲系统权限,我们先来了解什么是系统权,什么是对象权限吧. 1.系统权限:允许用户在数据库中执行特定的操作 A.SYSDBA/SYSOPER这两个权限比较特殊 gyj@OCM> select * from dba_sys_privs where granteein('SYSDBA','SYSOPER'); no rows selected B.DBA的系统权限是可以查到的 gyj@OCM> select * from dba_sy

xcode打包时候出现2个错误,网上各种方法都无法解决

问题描述 xcode打包时候出现2个错误,网上各种方法都无法解决 `Ld /Users/Arcia_J/Library/Developer/Xcode/DerivedData/Cube-cxuuufrilllthcekkemlsdiswdom/Build/Intermediates/ArchiveIntermediates/Cube/IntermediateBuildFilesPath/UninstalledProducts/Cube normal x86_64 cd /Users/Arcia_

kylin-BI工具-tableau9

Tableau 9 Tableau 9.x has been released a while, there are many users are asking about support this version with Apache Kylin. With updated Kylin ODBC Driver, now user could interactive with Kylin service through Tableau 9.x. Apache Kylin currently d

ROLAP与大数据

OLAP 大数据相关的场景比较多,常见的有:ETL(数据提取.转换.加载).实时流式(监控报警.风控等).机器学习(推荐引擎.用户画像等).非结构化分析(视频.图片.语音.文本等).海量大数据在线存储(HBase).搜索及我们本文讲的OLAP. 其中OLAP(在线联机分析)在很多企业占住分析类的大部分.按照一般的理论又分为,M-OLAP,R-OLAP,H-OLAP.简单区别就是 M-OLAP是基于多维数组的存储模型,也是最原始的OLAP,但需要对数据进行预处理才能形成多维结构,大数据领域Kyli

[20131001]ctas与视图user_tables,user_objects.txt

[20131001]ctas与视图user_tables,user_objects.txt 链接:http://www.itpub.net/thread-1819520-1-1.htmlSQL> show user ;USER is "SCOTT"SQL> purge recyclebin; Recyclebin purged. SQL> select table_name from user_tables where table_name = 'NO_EXISTS'