摘要:
我们知道,hbase表可以设置一个至多个列簇(column families),但是为什么说越少的列簇越好呢? 官网原文: HBase currently does not do well with anything above two or three column families so kee 阅读全文
摘要:
创建一张表test_explode,表结构如下 表数据如下: 1.使用explode函数 但是只使用explode函数很难满足实际需求,原因如下: 1.1 No other expressions are allowed in SELECT 1.2 UDTF's can't be nested 1. 阅读全文
摘要:
场景 应用后台远程调用spark任务 简单介绍下livy: Submit Jobs from Anywhere Livy enables programmatic, fault-tolerant, multi-tenant submission of Spark jobs from web/mobi 阅读全文