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.

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)

目录
相关文章
|
Java Linux
java基础(3)安装好JDK后使用javac.exe编译java文件、java.exe运行编译好的类
本文介绍了如何在安装JDK后使用`javac.exe`编译Java文件,以及使用`java.exe`运行编译好的类文件。涵盖了JDK的安装、环境变量配置、编写Java程序、使用命令行编译和运行程序的步骤,并提供了解决中文乱码的方法。
583 2
|
8月前
|
小程序 Java 关系型数据库
weixin030英语学习交流平台小程序+ssm(文档+源码)_kaic
本文介绍了英语学习交流平台小程序的开发全过程,包括系统分析、设计与实现。该小程序基于Java的SSM框架进行后端管理开发,使用MySQL作为数据库,并借助微信开发者工具确保系统稳定性。小程序设有管理员和用户两个角色,功能涵盖个人中心、每日打卡、学习计划、论坛交流等,具有操作简单、界面清晰、功能齐全的特点。通过技术可行性、经济可行性和操作可行性分析,证明了系统的实用性和高效性,为英语学习者提供了一个便捷的交流平台。
|
9月前
|
机器学习/深度学习 存储 人工智能
使用DeepSeek进行元学习:训练模型快速适应新任务
本文介绍了如何使用DeepSeek框架实现元学习(Meta-Learning),特别是模型无关的元学习(MAML)。通过详细的代码示例,展示了从环境准备、数据生成、模型构建到MAML算法的具体实现步骤。最终,训练出的模型能够在新任务上快速适应并表现出色。元学习在数据量有限或任务不断变化的场景中具有重要应用价值。
|
存储 JavaScript UED
在 Vue 组件中动态切换全局样式
【10月更文挑战第5天】
309 1
|
安全 算法 Java
java系列之~~网络通信安全 非对称加密算法的介绍说明
这篇文章介绍了非对称加密算法,包括其定义、加密解密过程、数字签名功能,以及与对称加密算法的比较,并解释了非对称加密在网络安全中的应用,特别是在公钥基础设施和信任网络中的重要性。
|
人工智能 NoSQL atlas
MongoDB Atlas与大语言模型的梦幻联动:如何瞬间提升企业级AI应用的构建效率?
【8月更文挑战第8天】在大数据时代,企业需挖掘数据价值。MongoDB Atlas作为云端数据库服务,以灵活性著称,减轻运维负担并支持全球数据分布。大语言模型(LLMs)革新AI构建方式,擅长处理自然语言。本文通过对比展示如何整合Atlas与LLMs,构建高效企业级AI应用:Atlas确保数据高效存储管理,LLMs提供语言理解与生成能力,二者结合加速AI应用开发并激发创新潜能。
324 1
在Linux中,什么是设备驱动程序?如何安装和卸载设备驱动程序?
在Linux中,什么是设备驱动程序?如何安装和卸载设备驱动程序?
|
存储 Java 关系型数据库
|
分布式计算
MapReduce 的原理、流程【重要】
MapReduce 的原理、流程【重要】
542 0
|
Shell Perl Linux
同源注释工具GeneWise安装和使用
这是一个非常老的软件,距离他不更新至少有10多年了,但是目前还是有很多公司用他进行基因组注释,包括ENSEMBL的注释流程的几个核心部分用到的也是它。 但是他的安装也是异常的麻烦,好在Homebrew的安装说明https://github.
3223 0