Re: How to create a model and a cube only with one table

2016-07-07 Thread Yiming Liu
You'd better tell send out your design and the error you met with detail logs. 在 2016年7月7日 下午4:07,wangfeng 写道: > 我目前只有一张表,表结构如下: > CREATE EXTERNAL TABLE IF NOT EXISTS jsl_log > ( > start_time date, > mandate string, > req_time string, > attack_type

How to create a model and a cube only with one table

2016-07-07 Thread wangfeng
我目前只有一张表,表结构如下: CREATE EXTERNAL TABLE IF NOT EXISTS jsl_log ( start_time date, mandate string, req_time string, attack_type string, ban_type string, client_ip string, x_forwarded_for string, via string, host string, req_uri string, req_method string,